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:zed@sha256:b96d4de7e2dcc276a37048d5a020400393aed7ed08412189e01fe48b1ff9694e AS build
FROM ghcr.io/vexxhost/openstack-venv-builder:zed@sha256:d04b8eb56694d9b3ca6c321e83dbc7d31cbba01ddaab687638b4035320be1cc2 AS build
RUN \
--mount=type=bind,from=horizon,source=/,target=/src/horizon,readwrite \
--mount=type=bind,from=designate-dashboard,source=/,target=/src/designate-dashboard,readwrite \
Expand All @@ -25,7 +25,7 @@ uv pip install \
/src/senlin-dashboard
EOF

FROM ghcr.io/vexxhost/python-base:zed@sha256:0090545d296b9e800270722e22b4e8c7d320e5b5c46c30ebaa698b76583576dc
FROM ghcr.io/vexxhost/python-base:zed@sha256:562934217adf8855b7457745c059b43c672a2f0e583723a8bcb0e9ba4b78df5a
RUN \
groupadd -g 42424 horizon && \
useradd -u 42424 -g 42424 -M -d /var/lib/horizon -s /usr/sbin/nologin -c "Horizon User" horizon && \
Expand Down
Loading