We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b845a5 commit fda6752Copy full SHA for fda6752
1 file changed
src/docker-in-docker/install.sh
@@ -374,12 +374,8 @@ if [ "${DOCKER_DASH_COMPOSE_VERSION}" != "none" ]; then
374
find_version_from_git_tags compose_version "$docker_compose_url" "tags/v"
375
echo "(*) Installing docker-compose ${compose_version}..."
376
curl -fsSL "https://github.com/docker/compose/releases/download/v${compose_version}/docker-compose-linux-${target_compose_arch}" -o ${docker_compose_path} || {
377
- if [[ $DOCKER_DASH_COMPOSE_VERSION == "latest" ]]; then
378
echo -e "\n(!) Failed to fetch the latest artifacts for docker-compose v${compose_version}..."
379
fallback_compose "$docker_compose_url"
380
- else
381
- echo -e "Error: Failed to install docker-compose v${compose_version}"
382
- fi
383
}
384
385
chmod +x ${docker_compose_path}
0 commit comments