Pin Docker base images in sample-docker-templates/react/Dockerfile#9
Open
atomist[bot] wants to merge 2 commits intomainfrom
Open
Conversation
3df7d79 to
4778817
Compare
4778817 to
202fac9
Compare
node:12.18.1 -> node:12.18.1@sha256:2b85f4981f92ee034b51a3c8bb22dbb451d650d5c12b6439a169f8adc750e4b6 [atomist:generated] [atomist-skill:atomist/docker-base-image-policy] Signed-off-by: Atomist Bot <bot@atomist.com>
nginx:stable-alpine -> nginx:stable-alpine@sha256:2366ede62d2e26a20f7ce7d0294694fe52b166107fd346894e4658dfb5273f9c [atomist:generated] [atomist-skill:atomist/docker-base-image-policy] Signed-off-by: Atomist Bot <bot@atomist.com>
202fac9 to
2fa1563
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 following Docker base images in
sample-docker-templates/react/Dockerfileto their current digests.devtron/sample-docker-templates/react/Dockerfile
Line 4 in 2fa1563
Digest
sha256:2b85f4981f92ee034b51a3c8bb22dbb451d650d5c12b6439a169f8adc750e4b6references a multi-CPU architecture image manifest. This image supports the following architectures:sha256:c2dde707fbddb1ab87951229377b710352bc6a2f7b1d7eb5427dec994ddcc700linux/amd64sha256:fbc158009da9470cac30777bb26859aa68bedf34e557793df9c819e884da65ddlinux/arm/v7sha256:3ea7e01b5a00b1b2d37c9faa0068c5980fc98481fc2727a6f671b6cdf906c393linux/arm64/v8sha256:d7560ee36c90f1de9eba98c042de8e8a439ef1bfe6aa87917818f55d43915625linux/ppc64lesha256:4851389612c234966dcf7e81386c170b6cf29a8ee29df5080277bdc265191b97linux/s390xdevtron/sample-docker-templates/react/Dockerfile
Line 23 in 2fa1563
Digest
sha256:2366ede62d2e26a20f7ce7d0294694fe52b166107fd346894e4658dfb5273f9creferences a multi-CPU architecture image manifest. This image supports the following architectures:sha256:fff08e34797ca7bea5f8a249b96db9dc9151f3f0bcc06ea9a014057adfd13440linux/arm/v6Pinning
FROMlines 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:
sample-docker-templates/react/Dockerfile