Skip to content

Commit 09e0d4f

Browse files
committed
Print image input file and Docker version
1 parent da5ab5e commit 09e0d4f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ci/docker/run.sh

+5
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,13 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
8484
context="$script_dir"
8585
fi
8686
echo "::group::Building docker image for $image"
87+
echo "Image input"
88+
cat $hash_key
8789
echo "Image input checksum ${cksum}"
8890

91+
# Print docker version
92+
docker --version
93+
8994
# On non-CI or PR jobs, we don't have permissions to write to the registry cache, so we should
9095
# not use `docker login` nor caching.
9196
if [[ "$CI" == "" ]] || [[ "$PR_CI_JOB" == "1" ]];

0 commit comments

Comments
 (0)