File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22# SPDX-License-Identifier: GPL-3.0-or-later
33# Atmosphere-Rebuild-Time: 2025-02-20T21:42:46Z
44
5- FROM ghcr.io/vexxhost/openstack-venv-builder:2024.2@sha256:b528d45dca2d77e65692d787a396aa732b59f5e58fd5575ac1fbdf6bf7f927ee AS build
5+ FROM ghcr.io/vexxhost/openstack-venv-builder:2024.2@sha256:4d42b3f663561dbd68e4425c54ee2604d853bc64b800f1bb81adbc4aa4059cbe AS build
66RUN <<EOF bash -xe
77uv pip install \
88 --constraint /upper-constraints.txt \
@@ -20,7 +20,7 @@ uv pip install \
2020 python-swiftclient
2121EOF
2222
23- FROM ghcr.io/vexxhost/python-base:2024.2@sha256:1898e0c8b782f10247e26294a5543c91b92d4a4ae7f0c8420b40f1ec08691aa5
23+ FROM ghcr.io/vexxhost/python-base:2024.2@sha256:1942071b7cb7c2d9fb4c1837a1b97e19f23d1ed97e53c8fcae79389db3bf9d89
2424COPY --from=build --link /var/lib/openstack /var/lib/openstack
2525
2626# NOTE(mnaser): The Magnum client relies on the SHELL environment variable
You can’t perform that action at this time.
0 commit comments