Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin Docker base images in content/en/examples/Dotnet/compose/Dockerfile #67

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

atomist[bot]
Copy link

@atomist atomist bot commented Oct 5, 2022

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

FROM mcr.microsoft.com/dotnet/sdk:latest@sha256:2fdad630a59fbdecbfcc6aaf3ccae96eea0e8d24cd4607669fde0de107a94c53 as build

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

FROM mcr.microsoft.com/dotnet/aspnet:latest@sha256:3edfb4ea7067e24b3aa5c6ab585e85a26c7daabfec26829b8efabeb122de4364 as base

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:

mcr.microsoft.com/dotnet/sdk
->
mcr.microsoft.com/dotnet/sdk:latest@sha256:2fdad630a59fbdecbfcc6aaf3ccae96eea0e8d24cd4607669fde0de107a94c53

 [atomist:generated]
 [atomist-skill:atomist/docker-base-image-policy]

Signed-off-by: Atomist Bot <bot@atomist.com>
mcr.microsoft.com/dotnet/aspnet
->
mcr.microsoft.com/dotnet/aspnet:latest@sha256:99d7ef1ce989ace31dfef826a3e702606f19774665acd1d00cd3d29f3e6e3149

 [atomist:generated]
 [atomist-skill:atomist/docker-base-image-policy]

Signed-off-by: Atomist Bot <bot@atomist.com>
@atomist atomist bot force-pushed the atomist/pin-docker-base-image/content/en/examples/dotnet/compose/dockerfile branch from 684da43 to 3159b35 Compare October 5, 2022 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant