Skip to content

Commit 14b443d

Browse files
authored
Bump ansible-creator from 25.3.0 to 25.3.1 in /.config (#559)
* Bump ansible-creator from 25.3.0 to 25.3.1 in /.config * Try disabling interactive authentication for systemd * revert changes * add build-arg param * fix the previous change * add crun * add podman version * update crun * try with docker * clean up
1 parent 4b0b230 commit 14b443d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.config/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ansible-builder==3.1.0
44
ansible-compat==25.1.4
55
ansible-core==2.18.2
6-
ansible-creator==25.3.0
6+
ansible-creator==25.3.1
77
ansible-dev-environment==25.1.0
88
ansible-lint==25.1.3
99
ansible-navigator==25.1.0

.config/requirements-lock.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ansible-builder==3.1.0
44
ansible-compat==25.1.4
55
ansible-core==2.18.2
6-
ansible-creator==25.3.0
6+
ansible-creator==25.3.1
77
ansible-dev-environment==25.1.0
88
ansible-lint==25.1.3
99
ansible-navigator==25.1.0

tools/ee.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ mk containers check "$IMAGE_NAME" --engine="${ADT_CONTAINER_ENGINE}" --max-size=
7777
pytest -v --include-container --container-engine="${ADT_CONTAINER_ENGINE}" --image-name "${IMAGE_NAME}"
7878
# Test the build of example execution environment to avoid regressions
7979
pushd docs/examples
80-
ansible-builder build
80+
ansible-builder build --container-runtime="${ADT_CONTAINER_ENGINE}"
8181
popd
8282

8383
if [[ -n "${GITHUB_SHA:-}" && "${GITHUB_EVENT_NAME:-}" != "pull_request" ]]; then

0 commit comments

Comments
 (0)