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 images in nginx-aspnet-mysql/backend/Dockerfile #294

Open atomist[bot] opened 2 years ago

atomist[bot] commented 2 years ago

This pull request pins the following Docker base images in nginx-aspnet-mysql/backend/Dockerfile to their current digests.

https://github.com/docker/awesome-compose/blob/df47b9cdae756be7721397061c87b06aa397c2b4/nginx-aspnet-mysql/backend/Dockerfile#L3-L3

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


https://github.com/docker/awesome-compose/blob/df47b9cdae756be7721397061c87b06aa397c2b4/nginx-aspnet-mysql/backend/Dockerfile#L37-L37

Digest sha256:3edfb4ea7067e24b3aa5c6ab585e85a26c7daabfec26829b8efabeb122de4364 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: