mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
CI: Replace the container used in the nsenter tests (#368)
* Replace the container used in the nsenter tests. * Improve connection tests.g * Use quay.io/ansible/ansible-runner:devel instead.
This commit is contained in:
@@ -4,7 +4,7 @@ set -euo pipefail
|
||||
|
||||
[[ -n "${DEBUG:-}" || -n "${ANSIBLE_DEBUG:-}" ]] && set -x
|
||||
|
||||
readonly IMAGE="quay.io/ansible/toolset:latest"
|
||||
readonly IMAGE="quay.io/ansible/ansible-runner:devel"
|
||||
readonly PYTHON="$(command -v python3 python | head -n1)"
|
||||
|
||||
# Determine collection root
|
||||
|
||||
Reference in New Issue
Block a user