From 4f45d4480b6706ce77350d4c56490d8035e65df8 Mon Sep 17 00:00:00 2001 From: Yannick SEBASTIA <96914693+ysebastia@users.noreply.github.com> Date: Sat, 13 Sep 2025 08:20:25 +0200 Subject: [PATCH 1/2] chore: update ansible-core to 2.17.14 --- ansible-ee-minimal/Dockerfile | 2 +- ansible-ee-minimal/Makefile | 2 +- ansible-ee-minimal/execution-environment.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible-ee-minimal/Dockerfile b/ansible-ee-minimal/Dockerfile index ef449b1..58455a1 100644 --- a/ansible-ee-minimal/Dockerfile +++ b/ansible-ee-minimal/Dockerfile @@ -3,7 +3,7 @@ ARG PYCMD="/opt/venv/bin/python3" ARG PKGMGR_PRESERVE_CACHE="" ARG ANSIBLE_GALAXY_CLI_COLLECTION_OPTS="--pre" ARG ANSIBLE_GALAXY_CLI_ROLE_OPTS="" -ARG ANSIBLE_INSTALL_REFS="ansible-core==2.17.13 ansible-runner==2.4.1" +ARG ANSIBLE_INSTALL_REFS="ansible-core==2.17.14 ansible-runner==2.4.1" ARG PKGMGR="/usr/bin/apt-get" # Base build stage diff --git a/ansible-ee-minimal/Makefile b/ansible-ee-minimal/Makefile index 1ea27f7..c70ec22 100644 --- a/ansible-ee-minimal/Makefile +++ b/ansible-ee-minimal/Makefile @@ -1,5 +1,5 @@ .PHONY: cleanup create build_with_podman -image_name=ghcr.io/zenika-training/ansible-ee-minimal:2.17.13 +image_name=ghcr.io/zenika-training/ansible-ee-minimal:2.17.14 cleanup: rm -rf _build diff --git a/ansible-ee-minimal/execution-environment.yml b/ansible-ee-minimal/execution-environment.yml index 56da596..9c5b9ee 100644 --- a/ansible-ee-minimal/execution-environment.yml +++ b/ansible-ee-minimal/execution-environment.yml @@ -14,7 +14,7 @@ options: dependencies: ansible_core: - package_pip: ansible-core==2.17.13 + package_pip: ansible-core==2.17.14 ansible_runner: package_pip: ansible-runner==2.4.1 python_interpreter: From 07f3ff7f5d02d57ab92c9734ed327e1a11ee4b51 Mon Sep 17 00:00:00 2001 From: Yannick SEBASTIA <96914693+ysebastia@users.noreply.github.com> Date: Sat, 13 Sep 2025 08:31:42 +0200 Subject: [PATCH 2/2] chore: update debian to 13.1 --- ansible-ee-minimal/Dockerfile | 2 +- ansible-ee-minimal/execution-environment.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible-ee-minimal/Dockerfile b/ansible-ee-minimal/Dockerfile index 58455a1..479375c 100644 --- a/ansible-ee-minimal/Dockerfile +++ b/ansible-ee-minimal/Dockerfile @@ -1,4 +1,4 @@ -ARG EE_BASE_IMAGE="debian:12.11-slim" +ARG EE_BASE_IMAGE="debian:13.1-slim" ARG PYCMD="/opt/venv/bin/python3" ARG PKGMGR_PRESERVE_CACHE="" ARG ANSIBLE_GALAXY_CLI_COLLECTION_OPTS="--pre" diff --git a/ansible-ee-minimal/execution-environment.yml b/ansible-ee-minimal/execution-environment.yml index 9c5b9ee..3920e15 100644 --- a/ansible-ee-minimal/execution-environment.yml +++ b/ansible-ee-minimal/execution-environment.yml @@ -33,7 +33,7 @@ dependencies: images: base_image: - name: debian:12.11-slim + name: debian:13.1-slim additional_build_steps: prepend_base: |