Skip to content

dmotte/docker-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-images

GitHub main workflow

🐳 Docker images that don't deserve a separate repo.

These Docker images have almost no custom code (e.g. they are specific to an included software).

📦 These images are also on Docker Hub and run on several architectures (e.g. amd64, arm64, ...). To see the full list of supported platforms, please refer to the .github/workflows/main.yml file. If you need an architecture which is currently unsupported, feel free to open an issue.

Development

If you want to contribute to this project, you can use the following one-liner to rebuild an image and bring up the Docker-Compose stack every time you make a change to the code:

docker-compose down && docker-compose up --build