Skip to content

Pin Docker base image in Dockerfile - #1

Open
atomist[bot] wants to merge 1 commit into
mainfrom
atomist/pin-docker-base-image/dockerfile
Open

Pin Docker base image in Dockerfile#1
atomist[bot] wants to merge 1 commit into
mainfrom
atomist/pin-docker-base-image/dockerfile

Conversation

@atomist

@atomist atomist Bot commented Jan 7, 2023

Copy link
Copy Markdown

This pull request pins the Docker base image ubuntu:jammy in Dockerfile to the current digest.

FROM ubuntu:jammy@sha256:f05532b6a1dec5f7a77a8d684af87bc9cd1f2b32eab301c109f8ad151b5565d1 as base

Digest sha256:f05532b6a1dec5f7a77a8d684af87bc9cd1f2b32eab301c109f8ad151b5565d1 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:

ubuntu:jammy
->
ubuntu:jammy@sha256:f05532b6a1dec5f7a77a8d684af87bc9cd1f2b32eab301c109f8ad151b5565d1

 [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 89b4ab5 to acd6963 Compare February 1, 2023 00:54
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