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-26T17:38:39Z

FROM ghcr.io/vexxhost/openstack-venv-builder:2023.2@sha256:f4a1043e7519b84dc21a7bd617d385335bc68230bc9e9d8af606135007118be8 AS build
FROM ghcr.io/vexxhost/openstack-venv-builder:2023.2@sha256:f523cc50502930700dbd9a7780f56e5fe6d8fb6f16a2214a5b2bdc6ad0d50f8a AS build
RUN <<EOF bash -xe
uv pip install \
--constraint /upper-constraints.txt \
Expand All @@ -20,7 +20,7 @@ uv pip install \
python-swiftclient
EOF

FROM ghcr.io/vexxhost/python-base:2023.2@sha256:40fc5d67de9aecbf37832b08c8a4a578379defcc9237a2e153cea49490a7cb81
FROM ghcr.io/vexxhost/python-base:2023.2@sha256:31f070185a7329dc9dd0ae993910f63be14df6ffe58b6f3c464a601e58bd2906
COPY --from=build --link /var/lib/openstack /var/lib/openstack

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