File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM docker:28-dind
1+ FROM docker:28-dind@sha256:2a232a42256f70d78e3cc5d2b5d6b3276710a0de0596c145f627ecfae90282ac
22
33RUN set -eux; apk add --no-cache \
44 rsync \
Original file line number Diff line number Diff line change 2121 "license" : " Apache-2.0" ,
2222 "devDependencies" : {
2323 "@balena/lint" : " ^9.3.12" ,
24- "@types/dockerode" : " ^ 4.0.1" ,
25- "@types/node" : " ^ 22.19.8 " ,
26- "chai" : " ^ 6.2.2" ,
24+ "@types/dockerode" : " 4.0.1" ,
25+ "@types/node" : " 22.19.21 " ,
26+ "chai" : " 6.2.2" ,
2727 "chai-events" : " 0.0.3" ,
2828 "chai-stream" : " 0.0.0" ,
29- "husky" : " ^ 9.1.7" ,
30- "JSONStream" : " ^ 1.3.5" ,
31- "lint-staged" : " ^ 17.0.0 " ,
32- "mocha" : " ^ 11.7.5 " ,
33- "typescript" : " ^ 6.0.0 "
29+ "husky" : " 9.1.7" ,
30+ "JSONStream" : " 1.3.5" ,
31+ "lint-staged" : " 17.0.7 " ,
32+ "mocha" : " 11.7.6 " ,
33+ "typescript" : " 6.0.3 "
3434 },
3535 "dependencies" : {
3636 "docker-toolbelt" : " ^7.0.0" ,
Original file line number Diff line number Diff line change 1- FROM alpine
1+ FROM alpine@sha256:a2d49ea686c2adfe3c992e47dc3b5e7fa6e6b5055609400dc2acaeb241c829f4
22# Change a few characters but ensure file length remains the same
33RUN echo "HeXXo from the image" > testfile
44# Force date modified to a known fixed value
Original file line number Diff line number Diff line change 1- FROM alpine
1+ FROM alpine@sha256:a2d49ea686c2adfe3c992e47dc3b5e7fa6e6b5055609400dc2acaeb241c829f4
22RUN echo "Hello from the image" > testfile
33# Force date modified to a known fixed value
44RUN touch -mt 1806220000 testfile
You can’t perform that action at this time.
0 commit comments