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.
This commit is contained in:
parent
79734f1db8
commit
27d1d0a6a4
1 changed files with 0 additions and 2 deletions
|
@ -71,8 +71,6 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
|
|||
# only run in x86_64 machines.
|
||||
uname -m >> $hash_key
|
||||
|
||||
docker --version >> $hash_key
|
||||
|
||||
# Include cache version. Can be used to manually bust the Docker cache.
|
||||
echo "2" >> $hash_key
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue