Skip to content
Merged
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:2026.1@sha256:dd2c0df91f1cd0ee837db13e2e662a7a7da9d4960a4f0999d316b5ce18ce9795 AS build
FROM ghcr.io/vexxhost/openstack-venv-builder:2026.1@sha256:d37712a0b1eab33a51b64b31ee8ef09c50147881a4d0373cdd2aadc0306bdd59 AS build
RUN <<EOF bash -xe
uv pip install \
--constraint /upper-constraints.txt \
Expand All @@ -21,7 +21,7 @@ uv pip install \
tap-as-a-service
EOF

FROM ghcr.io/vexxhost/python-base:2026.1@sha256:a3d3c10d4720d988923679ea4dd6deaf0687a0f4551e4c34ac3edd159e2f7c0f
FROM ghcr.io/vexxhost/python-base:2026.1@sha256:c081cb3099794914445120ea8a3e0443cef73e17cc02cded987cb46fc77af200
COPY --from=build --link /var/lib/openstack /var/lib/openstack

# NOTE(mnaser): The Magnum client relies on the SHELL environment variable
Expand Down
Loading