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:2024.1@sha256:e09b94754200d65c23ac248edf0241ed14dc660c30b1fa5e8bf2cbdc5c112450 AS build
FROM ghcr.io/vexxhost/openstack-venv-builder:2024.1@sha256:6a33fcc449187adadc66c42db5b6332d0509d2f9ba06a95b94725729e0c6ff2f 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 @@ -24,7 +24,7 @@ uv pip install \
pymemcache
EOF

FROM ghcr.io/vexxhost/python-base:2024.1@sha256:bc66447533e35897ba2e93ab99b6321ad8ec1d753dcce6e34cd84e6a4c1de31e
FROM ghcr.io/vexxhost/python-base:2024.1@sha256:1d2e86f361355f0a2043fc001d962d4399c8c01feb3471643a39bd51c43858a2
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