aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpmikus <peter.mikus@protonmail.ch>2022-09-19 12:02:17 +0200
committerpmikus <peter.mikus@protonmail.ch>2022-09-19 12:02:17 +0200
commit28964faec0f8864de45446245e3e9431de394150 (patch)
treec34bd2e9b8fb442e87ef2242c81cbc854f5daef7
parentc3829746b4c958039f1f9bfe48ee39bcd742b2ec (diff)
fix(ansible): Shared TG docker
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Ic1ea513970f52564d84ace3423ab1b87b411dcd1
-rwxr-xr-xfdio.infra.ansible/roles/tg/files/csit-initialize-docker-tg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdio.infra.ansible/roles/tg/files/csit-initialize-docker-tg.sh b/fdio.infra.ansible/roles/tg/files/csit-initialize-docker-tg.sh
index 0120795e9c..7776b4488d 100755
--- a/fdio.infra.ansible/roles/tg/files/csit-initialize-docker-tg.sh
+++ b/fdio.infra.ansible/roles/tg/files/csit-initialize-docker-tg.sh
@@ -24,7 +24,7 @@ case "${1:-start}" in
docker network create --driver bridge csit-nw-tg${cnt} || true
# If the IMAGE is not already loaded then docker run will pull the
# IMAGE, and all image dependencies, before it starts the container.
- dcr_image="csit_sut-ubuntu2004:local"
+ dcr_image="csit_sut-ubuntu2204:local"
# Run the container in the background and print the new container
# ID.
dcr_stc_params="--detach=true "