Skip to content

Pin Docker base image in test/docker/networktest/Dockerfile #4

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

docker-scout[bot]
Copy link

@docker-scout docker-scout bot commented Mar 24, 2023

This pull request pins the Docker base image mcr.microsoft.com/windows/servercore:ltsc2022 in test/docker/networktest/Dockerfile to the current digest.

FROM mcr.microsoft.com/windows/servercore:ltsc2022@sha256:3949614905ddf2c4451b18894563c36f0c0aa93ab0e17ea6f8ca3791313e4e4f

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

  • sha256:e67687b7fefe83f0a814e4febc6f85978a6ca428fb7da149bcc3255999f1f5fc windows/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/windows/servercore:ltsc2022
->
mcr.microsoft.com/windows/servercore:ltsc2022@sha256:3949614905ddf2c4451b18894563c36f0c0aa93ab0e17ea6f8ca3791313e4e4f

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

Signed-off-by: Atomist Bot <bot@atomist.com>
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