docker
docker copied to clipboard
Composer in Docker
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:
- :robot: a new tag is pushed to Composer repository
- :robot: release workflow on Composer repository creates an issue regarding new tag on Docker repository
- :writing_hand: modification to relevant
Dockerfiles is pushed/merged - :writing_hand: a pull request is submitted to the official images repository
- :writing_hand: pull request is merged, resulting in new release being added to Docker Hub
Community / Vendor Image
The "community" image release workflow is as follows:
- :robot: a new tag is pushed to Composer repository
- :robot: release workflow on Composer repository creates an issue regarding new tag on Docker repository
- :writing_hand: modification to relevant
Dockerfiles is pushed/merged - :robot: docker workflows builds and pushes new release to Docker Hub
- :robot: docker workflows builds and pushes new release to Amazon Public ECR