atomist-skills / clj-checks-skill

Other
0 stars 0 forks source link

Pin Docker base image in docker/Dockerfile #57

Closed atomist[bot] closed 3 years ago

atomist[bot] commented 3 years ago

This pull request pins the Docker base image clojure:openjdk-11-lein-2.9.3 in docker/Dockerfile to the current digest.

1: FROM clojure:openjdk-11-lein-2.9.3@sha256:9edfff75280da4e5875381a502ffe2aec0be87b54d3ad0da0fe16a2d0512b9c3 

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