get-involved icon indicating copy to clipboard operation
get-involved copied to clipboard

Pin Docker base images in content/en/examples/Dotnet/dotnetwebapp/Dockerfile

Open atomist[bot] opened this issue 3 years ago • 0 comments

This pull request pins the following Docker base images in content/en/examples/Dotnet/dotnetwebapp/Dockerfile to their current digests.

https://github.com/docker/get-involved/blob/614f6561ab81a47fe0b4dc69a83a2b4d52ee77bf/content/en/examples/Dotnet/dotnetwebapp/Dockerfile#L1-L1

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

  • sha256:8539410b792e01480351d4161fa6b29211f560014f10cb9f8a1ea3f7d08d812d linux/amd64
  • sha256:34311520b22060f1063bbe97c69d86e75add26fdaea9401869d777e849190c08 linux/arm/v7
  • sha256:c37ec302c9be3dd76a314de615bd8954545ee0c087978db05dda7f8f0d1d9354 linux/arm64/v8
  • sha256:f2f89473ca35e65a1524d2b77eab04ce99b097701ae9e47db7b9b3219e75e408 windows/amd64
  • sha256:a5ef7ea0a450f4022154bdb004f20ec3f04143313ba810126f2865665f564791 windows/amd64

https://github.com/docker/get-involved/blob/614f6561ab81a47fe0b4dc69a83a2b4d52ee77bf/content/en/examples/Dotnet/dotnetwebapp/Dockerfile#L7-L7

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

  • sha256:d3e02a84115ff6c842c886ccb1b9faf965fe4f27a86bfb3bf79a4d13cddf91a1 linux/amd64

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:

atomist[bot] avatar Oct 05 '22 15:10 atomist[bot]