From e7485edb2c909ead859496dbdceafdcdf03f54ca Mon Sep 17 00:00:00 2001 From: haseeb Date: Fri, 27 Mar 2026 23:49:10 +0530 Subject: [PATCH] inspection rules are evaluated before iDRAC serial_number is fixed --- containers/ironic/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/ironic/Dockerfile b/containers/ironic/Dockerfile index 156647e2e..e5a9a5ccf 100644 --- a/containers/ironic/Dockerfile +++ b/containers/ironic/Dockerfile @@ -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=21896f444fac8afd65aff5c6bec94020913e3460 ADD --keep-git-dir=true https://github.com/rackerlabs/ironic.git#${IRONIC_GIT_REF} /src/ironic RUN git -C /src/ironic fetch --unshallow --tags