Skip to content

Commit caeb891

Browse files
chore(deps): update vexxhost images (#365)
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 042d511 commit caeb891

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:2025.1@sha256:333690da6ae81a96501b7a3f9eb6010d62eb837866f5279c60ca0de8aab345d9 AS build
4+
FROM ghcr.io/vexxhost/openstack-venv-builder:2025.1@sha256:33413af437f04d15ae4d6ba7b007d4a5ce51f2a878d4947ffe966e1f2ea50e07 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:2025.1@sha256:4085323556c5326248db7d4d1e32acbcafb9a0e0cc08ea39a15d804bb3110e3b
12+
FROM ghcr.io/vexxhost/python-base:2025.1@sha256:cd3ddee226131ad379703b2212e9b1255ad1e0a22a22a00712343b445a0ce010
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)