Skip to content

An Alpine Linux based container with S6-Overlay used for August Ash initiatives.

License

Notifications You must be signed in to change notification settings

augustash/docker-baseimage-alpine

Repository files navigation

Alpine Linux Base Image with S6-Overlay

https://www.augustash.com

This base container is not currently aimed at public consumption. It exists as a starting point for August Ash containers.

Versions

See VERSIONS.md for image contents.

Usage

To build the Docker image, clone the repository and from within the project directory run:

docker-compose build

Environment Variables

The following variables can be set and will change how the container behaves. You can use the -e flag, an environment file, or your Docker Compose file to set your preferred values. The default values are shown:

  • PUID=501
  • PGID=1000

Push the Image

This project is not an automated build within Docker Hub. Because other containers are based on this one, we do not want accidental errors being automatically pushed out.

After making changes, create a new tagged build from within the project directory:

docker build -t ashbase/alpine:<tag> ./

Push the new tagged image:

docker push ashbase/alpine:<tag>

Inspiration