File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111DOCKER_VERSION=" ${VERSION:- " latest" } " # The Docker/Moby Engine + CLI should match in version
1212USE_MOBY=" ${MOBY:- " true" } "
1313MOBY_BUILDX_VERSION=" ${MOBYBUILDXVERSION:- " latest" } "
14- DOCKER_DASH_COMPOSE_VERSION=" ${DOCKERDASHCOMPOSEVERSION:- " latest " } " # v1, v2 or none
14+ DOCKER_DASH_COMPOSE_VERSION=" ${DOCKERDASHCOMPOSEVERSION:- " v2 " } " # v1, v2 or none
1515AZURE_DNS_AUTO_DETECTION=" ${AZUREDNSAUTODETECTION:- " true" } "
1616DOCKER_DEFAULT_ADDRESS_POOL=" ${DOCKERDEFAULTADDRESSPOOL:- " " } "
1717USERNAME=" ${USERNAME:- " ${_REMOTE_USER:- " automatic" } " } "
@@ -76,7 +76,7 @@ apt_get_update()
7676# Checks if packages are installed and installs them if not
7777check_packages () {
7878
79- if [ " $ID " = " ubuntu" ] || [ " $ID " = " debian" ] || [" $ID_LIKE " = " debian" ]; then
79+ if [ " $ID " = " ubuntu" ] || [ " $ID " = " debian" ] || [ " $ID_LIKE " = " debian" ]; then
8080 if ! dpkg -s " $@ " > /dev/null 2>&1 ; then
8181 apt_get_update
8282 apt-get -y install --no-install-recommends " $@ "
You can’t perform that action at this time.
0 commit comments