Loading virtualization/docker-dev/Dockerfile.stfubuntu +1 −1 Original line number Diff line number Diff line FROM ubuntu:22.04 FROM ubuntu:20.04 LABEL ETSI CTI LABEL description="STF Docker Ubuntu image" Loading virtualization/docker-dev/build.sh +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ if [ "$1" == "--force-stfubuntu" ]; then fi # Check and build stfubuntu image if [ -z `docker images -q stfubuntu` ]; then docker build --no-cache --tag stfubuntu:22.04 -f Dockerfile.stfubuntu --force-rm . || exit 1 docker build --no-cache --tag stfubuntu:20.04 -f Dockerfile.stfubuntu --force-rm . || exit 1 fi docker build --no-cache --tag mec_devel --force-rm . || ( echo "Docker build failed: $?"; exit 1 ) Loading Loading
virtualization/docker-dev/Dockerfile.stfubuntu +1 −1 Original line number Diff line number Diff line FROM ubuntu:22.04 FROM ubuntu:20.04 LABEL ETSI CTI LABEL description="STF Docker Ubuntu image" Loading
virtualization/docker-dev/build.sh +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ if [ "$1" == "--force-stfubuntu" ]; then fi # Check and build stfubuntu image if [ -z `docker images -q stfubuntu` ]; then docker build --no-cache --tag stfubuntu:22.04 -f Dockerfile.stfubuntu --force-rm . || exit 1 docker build --no-cache --tag stfubuntu:20.04 -f Dockerfile.stfubuntu --force-rm . || exit 1 fi docker build --no-cache --tag mec_devel --force-rm . || ( echo "Docker build failed: $?"; exit 1 ) Loading