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 image in Dockerfile #1

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

Conversation

atomist[bot]
Copy link

@atomist atomist bot commented Dec 6, 2021

This pull request pins the Docker base image node:14-buster-slim in Dockerfile to the current digest.

FROM node:14-buster-slim@sha256:9a5460581050ca9f106b2908d34450a9304a84eeee5d50ea1ce6fca40593b5b7

Digest sha256:9a5460581050ca9f106b2908d34450a9304a84eeee5d50ea1ce6fca40593b5b7 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:

@atomist atomist bot force-pushed the atomist/pin-docker-base-image/dockerfile branch from 2f2d13e to 38d48c7 Compare December 6, 2021 16:33
@atomist atomist bot force-pushed the atomist/pin-docker-base-image/dockerfile branch from 38d48c7 to 0e1fc5a Compare December 21, 2021 20:12
@atomist atomist bot force-pushed the atomist/pin-docker-base-image/dockerfile branch from 0e1fc5a to be88b4a Compare January 12, 2022 02:01
@atomist atomist bot force-pushed the atomist/pin-docker-base-image/dockerfile branch 3 times, most recently from a20a059 to 8636b7e Compare February 2, 2022 07:24
@atomist atomist bot force-pushed the atomist/pin-docker-base-image/dockerfile branch from 8636b7e to 78fe551 Compare March 1, 2022 11:48
node:14-buster-slim
->
node:14-buster-slim@sha256:9a5460581050ca9f106b2908d34450a9304a84eeee5d50ea1ce6fca40593b5b7

[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/dockerfile branch from 78fe551 to 451b093 Compare March 5, 2022 00:13
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