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" } " } "
@@ -371,8 +371,7 @@ if [ "${DOCKER_DASH_COMPOSE_VERSION}" != "none" ]; then
371371 else
372372 compose_version=${DOCKER_DASH_COMPOSE_VERSION# v}
373373 docker_compose_url=" https://github.com/docker/compose"
374- # find_version_from_git_tags compose_version "$docker_compose_url" "tags/v"
375- compose_version=2.35.0
374+ find_version_from_git_tags compose_version " $docker_compose_url " " tags/v"
376375 echo " (*) Installing docker-compose ${compose_version} ..."
377376 curl -fsSL " https://github.com/docker/compose/releases/download/v${compose_version} /docker-compose-linux-${target_compose_arch} " -o ${docker_compose_path} || {
378377 if [[ $DOCKER_DASH_COMPOSE_VERSION == " latest" ]]; then
You can’t perform that action at this time.
0 commit comments