Re-pin Docker base image in Dockerfile #83
Merged
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
alpine:edge
inDockerfile
to the current digest.skill-base/Dockerfile
Line 1 in 0265938
Digest
sha256:f2d1645cd73c7e54584dc225da0b5229d19223412d719669ebda764f41396853
references a multi-CPU architecture image manifest. This image supports the following architectures:sha256:8230328f2523626b4dc222fa6ac15d9c1fa69f59772a44269a41c66de27600c3
linux/386
sha256:3e44438281baf26907675b99c9a4a421c4d4a57c954120327e703aa8329086bd
linux/amd64
sha256:0708f1f212ebd158dad0aaa2acecfa59b32b1cda02b0365b82bdeb5fbd221b25
linux/arm/v6
sha256:1c91536db32a29b06e964168ddf6f72ccbe25aa4074ce553ad5219ded92dbdf3
linux/arm/v7
sha256:9747b0f6f9fe54882e5e186e452150587460bf0a668738052302d10230052c77
linux/arm64/v8
sha256:ef96310df53ab81cc53fb357dcfdb4a7f85260c5227caa3c1e59dd323fbe8451
linux/ppc64le
sha256:d922baa09b54aa974583701763ae572672a56dc777b1f9b94a4c1336a0501413
linux/riscv64
sha256:ad8c3dffa7794fec3df94df6e46f0dc3669f6a3c025f311d73f305ae280361fd
linux/s390x
Changelog for
alpine:edge
Commit
New image build caused by commit docker-library/official-images@6066110 to
library/alpine
:Comparison
Comparing Docker image
alpine:edge
at digestsCurrent
sha256:5bd9939b4140caa8c716499e53438053b4e1aa872a170f4399ec71c00e23b835
(6.7mb) andProposed
sha256:f2d1645cd73c7e54584dc225da0b5229d19223412d719669ebda764f41396853
(7.0mb):Packages
No package differences detected
Files
The following file modifications were detected:
/bin/busybox
822kb
790kb
-32kb
/bin/ed
-
0b
/etc/alpine-release
19b
19b
0b
/etc/busybox-paths.d
+
3.9kb
/etc/busybox-paths.d/busybox
+
3.9kb
/etc/issue
75b
75b
0b
/etc/os-release
199b
199b
0b
/etc/profile
846b
950b
104b
/etc/profile.d/20locale.sh
+
97b
/etc/profile.d/locale.sh
-
0b
/etc/ssl/certs/ca-certificates.crt
207kb
209kb
2.7kb
/etc/ssl/misc/tsget.pl
6.6kb
6.6kb
0b
/etc/ssl/openssl.cnf
12kb
12kb
32b
/etc/ssl/openssl.cnf.dist
12kb
12kb
32b
/etc/udhcpc
+
287b
/etc/udhcpc/udhcpc.conf
+
287b
/lib/apk/db/installed
14kb
14kb
214b
/lib/apk/db/triggers
76b
76b
0b
/lib/ld-musl-x86_64.so.1
603kb
635kb
32kb
/lib/libapk.so.2.14.0
+
184kb
/lib/libapk.so.3.12.0
-
0b
/lib/libcrypto.so.3
3.7mb
4.1mb
402kb
/lib/libssl.so.3
588kb
532kb
-56kb
/lib/libz.so.1
14b
11b
-3b
/lib/libz.so.1.2.13
-
0b
/lib/libz.so.1.3
+
98kb
/sbin/apk
68kb
68kb
152b
/sbin/zcip
+
12b
/usr/bin/getconf
34kb
34kb
224b
/usr/bin/getent
47kb
44kb
-3.8kb
/usr/bin/iconv
24kb
24kb
72b
/usr/bin/scanelf
82kb
66kb
-16kb
/usr/bin/ssl_client
14kb
14kb
32b
/usr/lib/engines-3/afalg.so
22kb
18kb
-4.0kb
/usr/lib/engines-3/capi.so
14kb
14kb
16b
/usr/lib/engines-3/loader_attic.so
47kb
46kb
-48b
/usr/lib/engines-3/padlock.so
22kb
22kb
-48b
/usr/lib/ossl-modules/legacy.so
102kb
90kb
-12kb
History
The following differences in
docker history
were detected:Ports
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:
Dockerfile