mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Use python3image for buildah CI (#746)
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
b987120fa0
commit
1ffa40c705
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ if [[ "$CON_TYPE" == "podman" ]]; then
|
||||||
${SUDO} $PODMAN_EXE ps | grep -q "${CON_TYPE}-container" || \
|
${SUDO} $PODMAN_EXE ps | grep -q "${CON_TYPE}-container" || \
|
||||||
${SUDO} $PODMAN_EXE run -d --name "${CON_TYPE}-container" python:3.10-alpine sleep 1d
|
${SUDO} $PODMAN_EXE run -d --name "${CON_TYPE}-container" python:3.10-alpine sleep 1d
|
||||||
elif [[ "$CON_TYPE" == "buildah" ]]; then
|
elif [[ "$CON_TYPE" == "buildah" ]]; then
|
||||||
${SUDO} buildah from --name=buildah-container python:2
|
${SUDO} buildah from --name=buildah-container python:3.10-alpine
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pushd "tests/integration/targets/connection_${CON_TYPE}"
|
pushd "tests/integration/targets/connection_${CON_TYPE}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue