mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Change Ubuntu 16 to latest in connection tests (#206)
This commit is contained in:
parent
ee6a47f916
commit
44d266dc3e
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ echo "Testing $CON_TYPE connection ${ROOT:+'with root'}"
|
|||
|
||||
if [[ "$CON_TYPE" == "podman" ]]; then
|
||||
${SUDO} podman ps | grep -q "${CON_TYPE}-container" || \
|
||||
${SUDO} podman run -d --rm --name "${CON_TYPE}-container" python:3-alpine sleep 1d
|
||||
${SUDO} podman run -d --name "${CON_TYPE}-container" python:3-alpine sleep 1d
|
||||
elif [[ "$CON_TYPE" == "buildah" ]]; then
|
||||
${SUDO} buildah from --name=buildah-container python:2
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue