From 6c9dbbc8e1a05db67f0a70e27305fa813a807540 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Fri, 17 Jul 2026 09:50:34 -0500 Subject: [PATCH] chore(ironic): rebase to latest understack/2026.1 The understack/2026.1 branch has been rebased onto current stable/2026.1 so update the container reference to use the latest version. --- containers/ironic/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/ironic/Dockerfile b/containers/ironic/Dockerfile index 3a803c1f7..5654b5fd8 100644 --- a/containers/ironic/Dockerfile +++ b/containers/ironic/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get update && \ && apt-get clean && rm -rf /var/lib/apt/lists/* # renovate: name=openstack/ironic repo=https://github.com/rackerlabs/ironic.git branch=understack/2026.1 -ARG IRONIC_GIT_REF=09e61ba8010532358a5be065b6999b8aef5ea442 +ARG IRONIC_GIT_REF=403d18a0d6fbe7110f47d390fbaeb77bb678e6f3 ADD --keep-git-dir=true https://github.com/rackerlabs/ironic.git#${IRONIC_GIT_REF} /src/ironic RUN git -C /src/ironic fetch --unshallow --tags