This repository was archived by the owner on Jul 18, 2025. It is now read-only.
Re-pin Docker base image in docker/Dockerfile #156
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request re-pins the Docker base image
gcr.io/atomist-container-skills/clojure-base:openjdk11
indocker/Dockerfile
to the current digest.https://github.com/atomist-skills/lein-m2-deploy-skill/blob/5a9976236ebbd92ae0387adb3b95662b4f6d6338/docker/Dockerfile#L1-L1
Changelog for
gcr.io/atomist-container-skills/clojure-base:openjdk11
Comparison
Comparing Docker image
gcr.io/atomist-container-skills/clojure-base:openjdk11
at digestsCurrent
sha256:16573fd54bd6cd7d6a5776e95fb81f35e39e1d51cdd35198d592a91bc6425701
andProposed
sha256:bc3d3822b9e05b62d260bb0b1daf6a950b04fb9f14e89e63ee73df3e5ead2c03
:Packages
No package differences detected
Files
The following file modifications were detected:
/usr/lib/python3.7/__pycache__/_markupbase.cpython-37.pyc
7.6kb
7.6kb
0b
/usr/lib/python3.7/__pycache__/_pyio.cpython-37.pyc
71kb
71kb
0b
/usr/lib/python3.7/__pycache__/difflib.cpython-37.pyc
58kb
58kb
0b
/usr/lib/python3.7/__pycache__/ftplib.cpython-37.pyc
27kb
27kb
0b
/usr/lib/python3.7/__pycache__/hashlib.cpython-37.pyc
6.4kb
6.4kb
0b
/usr/lib/python3.7/__pycache__/netrc.cpython-37.pyc
3.7kb
3.7kb
0b
/usr/lib/python3.7/__pycache__/pathlib.cpython-37.pyc
41kb
41kb
0b
/usr/lib/python3.7/__pycache__/pydoc.cpython-37.pyc
83kb
83kb
0b
/usr/lib/python3.7/__pycache__/rlcompleter.cpython-37.pyc
5.6kb
5.6kb
0b
/usr/lib/python3.7/__pycache__/zipfile.cpython-37.pyc
49kb
49kb
0b
/usr/lib/python3.7/json/__pycache__/decoder.cpython-37.pyc
9.6kb
9.6kb
0b
/usr/lib/python3.7/unittest/__pycache__/mock.cpython-37.pyc
62kb
62kb
0b
/var/cache/ldconfig/aux-cache
8.7kb
8.7kb
0b
/var/log/alternatives.log
2.7kb
2.7kb
0b
/var/log/apt/history.log
8.1kb
8.1kb
0b
/var/log/apt/term.log
40kb
40kb
0b
/var/log/dpkg.log
82kb
82kb
0b
History
No differences in
docker history
detectedPorts
No different exposed ports detected
Environment Variables
No different environment variables detected
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:
docker/Dockerfile