Docker Images
Source behind the following images:
- DockerHub https://hub.docker.com/_/composer (official)
- DockerHub https://hub.docker.com/r/composer/composer (community)
- AWS ECR https://gallery.ecr.aws/composer/composer (community)
Docker Hub documentation can be found at https://github.com/docker-library/docs/tree/master/composer
Official Image (Docker Hub only)
The "official" image release workflow is as follows:
π€ a new tag is pushed to Composer repositoryπ€ release workflow on Composer repository creates an issue regarding new tag on Docker repositoryβοΈ modification to relevantDockerfiles is pushed/mergedβοΈ a pull request is submitted to the official images repositoryβοΈ pull request is merged, resulting in new release being added to Docker Hub
Community / Vendor Image
The "community" image release workflow is as follows:
π€ a new tag is pushed to Composer repositoryπ€ release workflow on Composer repository creates an issue regarding new tag on Docker repositoryβοΈ modification to relevantDockerfiles is pushed/mergedπ€ docker workflows builds and pushes new release to Docker Hubπ€ docker workflows builds and pushes new release to Amazon Public ECR