File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: © 2025 VEXXHOST, Inc.
22# SPDX-License-Identifier: GPL-3.0-or-later
3- # Atmosphere-Rebuild-Time: 2024-06-25T22:49:25Z
3+ # Atmosphere-Rebuild-Time: 2025-02-20T21:42:46Z
44
5- FROM ghcr.io/vexxhost/openstack-venv-builder:zed@sha256:c9b4fc01e4bb032fa872e4424483e0250bda71d0a29347d0d60345bf73a75502 AS build
5+ FROM ghcr.io/vexxhost/openstack-venv-builder:2024.2 AS build
66RUN <<EOF bash -xe
77uv pip install \
88 --constraint /upper-constraints.txt \
@@ -17,11 +17,10 @@ uv pip install \
1717 python-neutronclient \
1818 python-octaviaclient \
1919 python-openstackclient \
20- python-senlinclient \
2120 python-swiftclient
2221EOF
2322
24- FROM ghcr.io/vexxhost/python-base:zed@sha256:5a4fb2e6c2b06a38efc20a850a29250c224a29d86711f0b4c66dbfbd40eb3212
23+ FROM ghcr.io/vexxhost/python-base:2024.2
2524COPY --from=build --link /var/lib/openstack /var/lib/openstack
2625
2726# NOTE(mnaser): The Magnum client relies on the SHELL environment variable
You can’t perform that action at this time.
0 commit comments