🐳 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:
developmenttag will always use the latest version based upstream.
- Installs
oh-my-zshallowing interaction with the development. - Added
testingandcommunityrepositories to Alpine's/etc/apk/repositoriesfile
| 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