Skip to content
Open
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
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG PYTHON_VERSION=3.14

ARG CEPH_ANSIBLE_VERSION=reef
ARG KOLLA_ANSIBLE_VERSION=2025.1
ARG KOLLA_ANSIBLE_VERSION=2025.2
ARG OSISM_ANSIBLE_VERSION=latest

FROM registry.osism.tech/osism/ceph-ansible:${CEPH_ANSIBLE_VERSION} as ceph-ansible
Expand Down