🐳 FSP Network Gen2 Server Infrastructure, all Docker image based this.
latest
,alpine
,alpine-3.10
(Dockerfile)alpine-3.9
(Dockerfile)development
,alpine-development
(development)
Notes:
development
tag will always use the latest version based upstream.
- Installs
oh-my-zsh
allowing interaction with the development. - Added
testing
andcommunity
repositories to Alpine's/etc/apk/repositories
file
Variable | Default |
---|---|
TZ |
UTC |
PACKAGES |
dumb-init ca-certificates tzdata |
BUILD_PACKAGES |
build-base musl-dev gcc linux-headers libc6-compat libffi-dev |
Use like you would any other base image:
FROM fspnetwork/infrastructure
RUN apk add --no-cache mysql-client
ENTRYPOINT ["mysql"]
The code in this repository, unless otherwise noted, is Anti-996 licensed. See the LICENSE file in this repository.
- Some code based on jfloff/alpine-python