Skip to content

Commit 49e5cc2

Browse files
committed
feat(ironic): update for two backports
Backport the following: - bios.apply_configuration validation https://review.opendev.org/c/openstack/ironic/+/985744 - fix the boot of IPA with multiple out of band steps https://review.opendev.org/c/openstack/ironic/+/984894
1 parent 0c93f6a commit 49e5cc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

containers/ironic/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN apt-get update && \
1313

1414
# clone source and patch it
1515
# renovate: name=openstack/ironic repo=https://github.com/rackerlabs/ironic.git branch=understack/2026.1
16-
ARG IRONIC_GIT_REF=a21904bdcc7b028aa15f5016c8c7c00d17b1f31b
16+
ARG IRONIC_GIT_REF=74bddc1d9bc59d549c1fd62d7eee6d6cba984816
1717
ADD --keep-git-dir=true https://github.com/rackerlabs/ironic.git#${IRONIC_GIT_REF} /src/ironic
1818
RUN git -C /src/ironic fetch --unshallow --tags
1919

0 commit comments

Comments
 (0)