Skip to content

Pin Docker base image in flask/app/Dockerfile#300

Open
atomist[bot] wants to merge 1 commit intomasterfrom
atomist/pin-docker-base-image/flask/app/dockerfile
Open

Pin Docker base image in flask/app/Dockerfile#300
atomist[bot] wants to merge 1 commit intomasterfrom
atomist/pin-docker-base-image/flask/app/dockerfile

Conversation

@atomist
Copy link

@atomist atomist bot commented Oct 7, 2022

This pull request pins the Docker base image python:3.10-alpine in flask/app/Dockerfile to the current digest.

FROM --platform=$BUILDPLATFORM python:3.10-alpine@sha256:c9d3c11e89887c82efeb4f4fee8771a406cf42f41aebbd23148906d5fe3c1426 AS builder

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

--platform=$BUILDPLATFORM
->
python:3.10-alpine@sha256:c9d3c11e89887c82efeb4f4fee8771a406cf42f41aebbd23148906d5fe3c1426

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

Signed-off-by: Atomist Bot <bot@atomist.com>
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.

2 participants