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: master
Choose a base branch
from

Conversation

atomist[bot]
Copy link

@atomist atomist bot commented Aug 17, 2021

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

FROM ghcr.io/vilsol/ffmpeg-alpine:latest@sha256:1bc053b7b5148efea76a6f4ace36247e80e470f24e70ba65e75cfe2d24842ff1 as ffmpeg


FROM alpine:edge@sha256:e64a0b2fc7ff870c2b22506009288daa5134da2b8c541440694b629fc22d792e

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


atomist/docker-base-image-policy · Configure

@atomist atomist bot force-pushed the atomist/pin-docker-base-image/dockerfile branch from 985564e to 4ad64a0 Compare August 31, 2021 06:01
ghcr.io/vilsol/ffmpeg-alpine:latest
->
ghcr.io/vilsol/ffmpeg-alpine:latest@sha256:1bc053b7b5148efea76a6f4ace36247e80e470f24e70ba65e75cfe2d24842ff1

[atomist:generated]
[atomist-skill:atomist/docker-base-image-policy]
alpine:edge
->
alpine:edge@sha256:e64a0b2fc7ff870c2b22506009288daa5134da2b8c541440694b629fc22d792e

[atomist:generated]
[atomist-skill:atomist/docker-base-image-policy]
@atomist atomist bot force-pushed the atomist/pin-docker-base-image/dockerfile branch from 4ad64a0 to b531bc0 Compare September 23, 2021 06:01
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