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
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: © 2025 VEXXHOST, Inc.
# SPDX-License-Identifier: GPL-3.0-or-later

FROM ghcr.io/vexxhost/openstack-venv-builder:2025.2@sha256:58c59166bf4149f1d959aadc84e07fdb737bdb99c86e69dfa5c19dcdec7c7555 AS build
FROM ghcr.io/vexxhost/openstack-venv-builder:2025.2@sha256:82332cdb03ebccaffe61674674b15006314af2be3accbe168f1bfb5e3eedaff3 AS build
ARG IRONIC_VERSION=32.0.1+a8e.22.2
RUN <<EOF bash -xe
uv pip install \
Expand All @@ -11,7 +11,7 @@ uv pip install \
sushy
EOF

FROM ghcr.io/vexxhost/python-base:2025.2@sha256:3fe182c91bb30443e7f81d5f6f31e83d61746959d64987fc3a3cd4adcce0e06b
FROM ghcr.io/vexxhost/python-base:2025.2@sha256:ba74132fcb1fcd2474196b43510a861c89bb75f1282013de2bdfa46edce0f022
RUN \
groupadd -g 42424 ironic && \
useradd -u 42424 -g 42424 -M -d /var/lib/ironic -s /usr/sbin/nologin -c "Ironic User" ironic && \
Expand Down
Loading