upgrade to docker 20.10.6
This commit is contained in:
parent
696ed313dc
commit
1b4a86d24e
|
|
@ -2,7 +2,7 @@
|
||||||
set -euxo pipefail
|
set -euxo pipefail
|
||||||
|
|
||||||
# NB execute apt-cache madison docker-ce to known the available versions.
|
# NB execute apt-cache madison docker-ce to known the available versions.
|
||||||
docker_version="${1:-5:20.10.4~3-0~ubuntu-focal}"; shift || true
|
docker_version="${1:-5:20.10.6~3-0~ubuntu-focal}"; 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue