Skip to content

Commit 2aac10b

Browse files
chore(deps): update vexxhost images (#367)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fc6ee9f commit 2aac10b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# SPDX-FileCopyrightText: © 2025 VEXXHOST, Inc.
22
# SPDX-License-Identifier: GPL-3.0-or-later
33

4-
FROM ghcr.io/vexxhost/openstack-venv-builder:zed@sha256:5efe526ca712b21940b14af0c0724d798985e8f8c421991109b29e3e09ed091e AS build
4+
FROM ghcr.io/vexxhost/openstack-venv-builder:zed@sha256:6ccb2b26b82f3d8f2a2de2f4ff93ef478676586ef4c4707ce27edeccaabaa49a AS build
55
RUN --mount=type=bind,from=keystone,source=/,target=/src/keystone,readwrite <<EOF bash -xe
66
uv pip install \
77
--constraint /upper-constraints.txt \
88
/src/keystone[ldap] \
99
keystone-keycloak-backend==0.5.0
1010
EOF
1111

12-
FROM ghcr.io/vexxhost/python-base:zed@sha256:43e13657031dc049e919108abdb5e70dbff13d31aef7f297bc45bdadf9330862
12+
FROM ghcr.io/vexxhost/python-base:zed@sha256:c99456405fd2dfb033cbb7c95ecd2c9a4a6b625fb6cfe5c80ad47cd54e8a1ee4
1313
RUN \
1414
groupadd -g 42424 keystone && \
1515
useradd -u 42424 -g 42424 -M -d /var/lib/keystone -s /usr/sbin/nologin -c "Keystone User" keystone && \

0 commit comments

Comments
 (0)