Loading onion-services/containers.yml +3 −3 Original line number Diff line number Diff line Loading @@ -164,8 +164,8 @@ variables: # Latest is the stable version (usually Debian stable) # Since the Arti image does not build for the "stable" suite, we're using # "bookworm" here, which is suboptimal, as requires manual update now and then. if [ "${DISTRO}" == "debian" ] && [ "${IMAGE_TAG}" == "bookworm" ]; then # "trixie" here, which is suboptimal, as requires manual update now and then. if [ "${DISTRO}" == "debian" ] && [ "${IMAGE_TAG}" == "trixie" ]; then echo -e "\e[33mAttempting to push image ${TAG_BASE}:latest\e[0m" podman image tag ${TAG_RELEASE} ${TAG_BASE}:latest podman push ${TAG_BASE}:latest Loading Loading @@ -210,7 +210,7 @@ variables: # Basic cleanup job # Inspired by https://gitlab.torproject.org/tpo/tpa/base-images .cleanup-job: image: containers.torproject.org/tpo/tpa/base-images/podman:bookworm image: containers.torproject.org/tpo/tpa/base-images/podman:trixie stage: .post rules: # This job should always run, to prevent dangling (and failed) images in Loading Loading
onion-services/containers.yml +3 −3 Original line number Diff line number Diff line Loading @@ -164,8 +164,8 @@ variables: # Latest is the stable version (usually Debian stable) # Since the Arti image does not build for the "stable" suite, we're using # "bookworm" here, which is suboptimal, as requires manual update now and then. if [ "${DISTRO}" == "debian" ] && [ "${IMAGE_TAG}" == "bookworm" ]; then # "trixie" here, which is suboptimal, as requires manual update now and then. if [ "${DISTRO}" == "debian" ] && [ "${IMAGE_TAG}" == "trixie" ]; then echo -e "\e[33mAttempting to push image ${TAG_BASE}:latest\e[0m" podman image tag ${TAG_RELEASE} ${TAG_BASE}:latest podman push ${TAG_BASE}:latest Loading Loading @@ -210,7 +210,7 @@ variables: # Basic cleanup job # Inspired by https://gitlab.torproject.org/tpo/tpa/base-images .cleanup-job: image: containers.torproject.org/tpo/tpa/base-images/podman:bookworm image: containers.torproject.org/tpo/tpa/base-images/podman:trixie stage: .post rules: # This job should always run, to prevent dangling (and failed) images in Loading