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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

atomist[bot]
Copy link

@atomist atomist bot commented Jan 1, 2023

This pull request pins the following Docker base images in Dockerfile to their current digests.

FROM golang:1.18.3-buster@sha256:7acdbec4276ce3c8915ffa03148bd4b41dfb46a190fd1242e9df5b11061d282d as build

Digest sha256:7acdbec4276ce3c8915ffa03148bd4b41dfb46a190fd1242e9df5b11061d282d references a multi-CPU architecture image manifest. This image supports the following architectures:


FROM debian:buster-slim@sha256:8937a7404d40df0015dfadf4ded7ba2e1820cb556a7d1407431c1f482830008e as run

Digest sha256:8937a7404d40df0015dfadf4ded7ba2e1820cb556a7d1407431c1f482830008e 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:

golang:1.18.3-buster
->
golang:1.18.3-buster@sha256:7acdbec4276ce3c8915ffa03148bd4b41dfb46a190fd1242e9df5b11061d282d

 [atomist:generated]
 [atomist-skill:atomist/docker-base-image-policy]

Signed-off-by: Atomist Bot <[email protected]>
debian:buster-slim
->
debian:buster-slim@sha256:8937a7404d40df0015dfadf4ded7ba2e1820cb556a7d1407431c1f482830008e

 [atomist:generated]
 [atomist-skill:atomist/docker-base-image-policy]

Signed-off-by: Atomist Bot <[email protected]>
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