upgrade to docker 20.10.23

This commit is contained in:
Rui Lopes 2023-01-30 08:49:28 +00:00
parent a17ba217fb
commit 1ac0e9148c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
set -euxo pipefail set -euxo pipefail
docker_version="${1:-20.10.21}"; shift || true docker_version="${1:-20.10.23}"; shift || true
registry_proxy_domain="${1:-$(hostname --fqdn)}"; shift || true registry_proxy_domain="${1:-$(hostname --fqdn)}"; shift || true
# NB as-of docker 19.03.8, there is still no way to specify a registry mirror credentials, # NB as-of docker 19.03.8, there is still no way to specify a registry mirror credentials,
# as such, we cannot use our docker-group registry, instead we must use the docker-proxy # as such, we cannot use our docker-group registry, instead we must use the docker-proxy