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:9a73132d256f0fda5a95eebcbb13508bb82ff99440e2b16927aec38cab429e3a AS build
FROM ghcr.io/vexxhost/openstack-venv-builder:2023.2@sha256:bf0f14aa3bae71d10446c30e433b17e9e2c0846b90f1b4d28f869966c8e25654 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:a79e8c32dff2f2eba0ed76b8897ed5bb7bd45852d58a4a119620eb968e1693f2
FROM ghcr.io/vexxhost/python-base:2023.2@sha256:3fc96d19071dc56f99601da16ef3d9c39bcf94e9b7a2fffb33672021daa8cba6
COPY --from=build --link /var/lib/openstack /var/lib/openstack

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