This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request pins the Docker base image
node:14-buster-slim
inDockerfile
to the current digest.atomist-docker-tutorial/Dockerfile
Line 1 in 4506147
Digest
sha256:198142146b4c47193348f6415da769bdb5035c16fcab051c38c256a6b48f2e1c
references a multi-CPU architecture image manifest. This image supports the following architectures:sha256:21b6dc452bd2c066724bd5be0f7256ef81a068c47de1adead10a2f810557de02
linux/amd64
sha256:0fd009ded48d03615a354f35ef09559ec6afbd6a9f18074c43f10da7fde1091a
linux/arm64/v8
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:
Dockerfile