Pin Docker base image in Dockerfile #85
Closed
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
alpine:edge
inDockerfile
to the current digest.skill-base/Dockerfile
Line 1 in 202c9ce
Digest
sha256:f2d1645cd73c7e54584dc225da0b5229d19223412d719669ebda764f41396853
references a multi-CPU architecture image manifest. This image supports the following architectures:sha256:8230328f2523626b4dc222fa6ac15d9c1fa69f59772a44269a41c66de27600c3
linux/386
sha256:3e44438281baf26907675b99c9a4a421c4d4a57c954120327e703aa8329086bd
linux/amd64
sha256:0708f1f212ebd158dad0aaa2acecfa59b32b1cda02b0365b82bdeb5fbd221b25
linux/arm/v6
sha256:1c91536db32a29b06e964168ddf6f72ccbe25aa4074ce553ad5219ded92dbdf3
linux/arm/v7
sha256:9747b0f6f9fe54882e5e186e452150587460bf0a668738052302d10230052c77
linux/arm64/v8
sha256:ef96310df53ab81cc53fb357dcfdb4a7f85260c5227caa3c1e59dd323fbe8451
linux/ppc64le
sha256:d922baa09b54aa974583701763ae572672a56dc777b1f9b94a4c1336a0501413
linux/riscv64
sha256:ad8c3dffa7794fec3df94df6e46f0dc3669f6a3c025f311d73f305ae280361fd
linux/s390x
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