Skip to content

A base container used for August Ash initiatives.

License

Notifications You must be signed in to change notification settings

augustash/docker-baseimage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://www.augustash.com

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

Usage

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

docker-compose build

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 augustash/baseimage:<tag> .

Push the new tagged image:

docker push augustash/baseimage:<tag>