Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ansible-ee-minimal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
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"
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
Expand Down
2 changes: 1 addition & 1 deletion ansible-ee-minimal/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions ansible-ee-minimal/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -33,7 +33,7 @@ dependencies:

images:
base_image:
name: debian:12.11-slim
name: debian:13.1-slim

additional_build_steps:
prepend_base: |
Expand Down