aboutsummaryrefslogtreecommitdiff
path: root/src/docker-from-docker/install.sh
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-09-29 01:19:27 +0300
committerSamruddhi Khandale <skhandale@microsoft.com>2022-09-29 01:19:27 +0300
commit6a907ffdbdfd7a3552046ba5809fdbf6f3866a86 (patch)
tree425867ee493b823371006f6205e7da1f2ffcb06b /src/docker-from-docker/install.sh
parent960f21c2c5bd9bf7dc053518dc11bd4bf021fa5f (diff)
Diffstat (limited to 'src/docker-from-docker/install.sh')
-rwxr-xr-xsrc/docker-from-docker/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/docker-from-docker/install.sh b/src/docker-from-docker/install.sh
index 312e283..bdc3e3b 100755
--- a/src/docker-from-docker/install.sh
+++ b/src/docker-from-docker/install.sh
@@ -10,11 +10,11 @@
DOCKER_VERSION=${VERSION:-"latest"}
USE_MOBY=${MOBY:-"true"}
DOCKER_DASH_COMPOSE_VERSION=${DOCKERDASHCOMPOSEVERSION:-"v1"} # v1 or v2
+USERNAME=${USERNAME}
-ENABLE_NONROOT_DOCKER=${ENABLE_NONROOT_DOCKER:-"true"}
+ENABLE_NONROOT_DOCKER=${ENABLENONROOTDOCKER}
SOURCE_SOCKET=${SOURCE_SOCKET:-"/var/run/docker-host.sock"}
TARGET_SOCKET=${TARGET_SOCKET:-"/var/run/docker.sock"}
-USERNAME=${USERNAME:-"automatic"}
MICROSOFT_GPG_KEYS_URI="https://packages.microsoft.com/keys/microsoft.asc"
DOCKER_MOBY_ARCHIVE_VERSION_CODENAMES="buster bullseye bionic focal jammy"