Skip to content
Draft
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
10 changes: 5 additions & 5 deletions components/images-openstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ images:
keystone_fernet_setup: "ghcr.io/rackerlabs/understack/keystone:2025.2"

# ironic
ironic_api: "ghcr.io/rackerlabs/understack/ironic:2025.2"
ironic_conductor: "ghcr.io/rackerlabs/understack/ironic:2025.2"
ironic_pxe: "ghcr.io/rackerlabs/understack/ironic:2025.2"
ironic_pxe_init: "ghcr.io/rackerlabs/understack/ironic:2025.2"
ironic_api: "ghcr.io/rackerlabs/understack/ironic:pr-1890"
ironic_conductor: "ghcr.io/rackerlabs/understack/ironic:pr-1890"
ironic_pxe: "ghcr.io/rackerlabs/understack/ironic:pr-1890"
ironic_pxe_init: "ghcr.io/rackerlabs/understack/ironic:pr-1890"
ironic_pxe_http: "docker.io/nginx:1.29.6"
ironic_db_sync: "ghcr.io/rackerlabs/understack/ironic:2025.2"
ironic_db_sync: "ghcr.io/rackerlabs/understack/ironic:pr-1890"
# these want curl which apparently is in the openstack-client image
ironic_manage_cleaning_network: "ghcr.io/rackerlabs/understack/openstack-client:2025.2"
ironic_retrive_cleaning_network: "ghcr.io/rackerlabs/understack/openstack-client:2025.2"
Expand Down
2 changes: 1 addition & 1 deletion containers/ironic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get update && \

# clone source and patch it
# renovate: name=openstack/ironic repo=https://github.com/rackerlabs/ironic.git branch=understack/2025.2
ARG IRONIC_GIT_REF=b834dcc207546147abb7780235f5dbe448cf2412
ARG IRONIC_GIT_REF=085040a34d10a4d9ed13f20022d8a42f7a42816f
ADD --keep-git-dir=true https://github.com/rackerlabs/ironic.git#${IRONIC_GIT_REF} /src/ironic
RUN git -C /src/ironic fetch --unshallow --tags

Expand Down
Loading