Files
spring-lifecycle-smoke-tests/images/get-docker-url.sh
Sébastien Deleuze 2f7c21ad21 Fix dev container
Revert some of the changes done as part of
12196656d4 and refine the scripts.
2024-12-30 15:00:31 +01:00

6 lines
118 B
Bash
Executable File

#!/bin/bash
set -e
VERSION="24.0.5"
echo "https://download.docker.com/linux/static/stable/$ARCH/docker-$VERSION.tgz"