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
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later
# Atmosphere-Rebuild-Time: 2024-06-25T22:49:25Z

FROM ghcr.io/vexxhost/openstack-venv-builder:zed@sha256:35e9cf8869d8a45b00d84b53ae1fc531a9ad93a6286e720b6e19989ef684c6fd AS build
FROM ghcr.io/vexxhost/openstack-venv-builder:zed@sha256:472efa815ad512cb75abfb6334210b8ccd8031c8eb775dcf1896223b2043753b AS build
RUN --mount=type=bind,from=ironic,source=/,target=/src/ironic,readwrite <<EOF bash -xe
uv pip install \
--constraint /upper-constraints.txt \
Expand All @@ -11,7 +11,7 @@ uv pip install \
sushy
EOF

FROM ghcr.io/vexxhost/python-base:zed@sha256:c850cf3baac7072a5e1ee1fb5dc6ca84cf9ed56b4f33331bef3907e5bcc87619
FROM ghcr.io/vexxhost/python-base:zed@sha256:e0c314fe422ebc2c725cf872330b3dce16857bf05c7d1efa4a52237d5b713b11
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