Skip to content

Commit

Permalink
Use python3image for buildah CI (#746)
Browse files Browse the repository at this point in the history
Signed-off-by: Sagi Shnaidman <[email protected]>
  • Loading branch information
sshnaidm authored May 17, 2024
1 parent b987120 commit 1ffa40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run_connection_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [[ "$CON_TYPE" == "podman" ]]; then
${SUDO} $PODMAN_EXE ps | grep -q "${CON_TYPE}-container" || \
${SUDO} $PODMAN_EXE run -d --name "${CON_TYPE}-container" python:3.10-alpine sleep 1d
elif [[ "$CON_TYPE" == "buildah" ]]; then
${SUDO} buildah from --name=buildah-container python:2
${SUDO} buildah from --name=buildah-container python:3.10-alpine
fi

pushd "tests/integration/targets/connection_${CON_TYPE}"
Expand Down

0 comments on commit 1ffa40c

Please sign in to comment.