We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24dee71 commit 29255bcCopy full SHA for 29255bc
1 file changed
Dockerfile
@@ -2,7 +2,7 @@
2
# SPDX-License-Identifier: GPL-3.0-or-later
3
# Atmosphere-Rebuild-Time: 2025-02-20T21:42:46Z
4
5
-FROM ghcr.io/vexxhost/openstack-venv-builder:2024.2 AS build
+FROM ghcr.io/vexxhost/openstack-venv-builder:2024.2@sha256:1010757416068f5a14c04bbe478846c271353353472435105ff56b57190c9225 AS build
6
RUN <<EOF bash -xe
7
uv pip install \
8
--constraint /upper-constraints.txt \
@@ -20,7 +20,7 @@ uv pip install \
20
python-swiftclient
21
EOF
22
23
-FROM ghcr.io/vexxhost/python-base:2024.2
+FROM ghcr.io/vexxhost/python-base:2024.2@sha256:ee93b4b616878eabea5775e94257c88c808656307fa85f92e14b9f3e48d49e66
24
COPY --from=build --link /var/lib/openstack /var/lib/openstack
25
26
# NOTE(mnaser): The Magnum client relies on the SHELL environment variable
0 commit comments