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.1@sha256:c8fce46ccda5251f5c59006603cc0594599b2d73b65eabbc8d73bec103846541 AS build
FROM ghcr.io/vexxhost/openstack-venv-builder:2025.1@sha256:12f39ab662b3dd24d9be9c142ecb8cd84e8840b4e35b3a8224674187c70d850c 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 @@ -26,7 +26,7 @@ uv pip install \
pymemcache
EOF

FROM ghcr.io/vexxhost/python-base:2025.1@sha256:aa2dc02c5662a08071a27d11ecc1bc9d9690c68c6006caa48c18fb9501818bc3
FROM ghcr.io/vexxhost/python-base:2025.1@sha256:2c2f0852b6c861a683a1c8572059e1e38ee31b662818ee5b8aaa3708e396e9f9
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