docker / awesome-compose

Awesome Docker Compose samples
https://docs.docker.com/compose/
Creative Commons Zero v1.0 Universal
34.57k stars 6.64k forks source link

Pin Docker base image in nginx-flask-mysql/backend/Dockerfile #299

Open atomist[bot] opened 2 years ago

atomist[bot] commented 2 years ago

This pull request pins the Docker base image python:3.10-alpine in nginx-flask-mysql/backend/Dockerfile to the current digest.

https://github.com/docker/awesome-compose/blob/1ddc93f030823040c6b1d4b812870496ecc86523/nginx-flask-mysql/backend/Dockerfile#L2-L2

Digest sha256:c9d3c11e89887c82efeb4f4fee8771a406cf42f41aebbd23148906d5fe3c1426 references a multi-CPU architecture image manifest. This image supports the following architectures:


Pinning FROM lines to digests makes your builds repeatable. Atomist will raise new pull requests whenever the tag moves, so that you know when the base image has been updated. You can follow a new tag at any time. Just replace the digest with the new tag you want to follow. Atomist, will switch to following this new tag.


File changed: