Skip to content

Commit 27d1d0a

Browse files
committed
Do not include Docker version in caching key
We are now using Docker caching directly rather than downloading archives from S3, so it should not be needed. This should unblock reusing the cache locally.
1 parent 79734f1 commit 27d1d0a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ci/docker/run.sh

-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
7171
# only run in x86_64 machines.
7272
uname -m >> $hash_key
7373

74-
docker --version >> $hash_key
75-
7674
# Include cache version. Can be used to manually bust the Docker cache.
7775
echo "2" >> $hash_key
7876

0 commit comments

Comments
 (0)