Skip to content

Commit 03483cb

Browse files
chore(deps): update vexxhost images
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fca6c90 commit 03483cb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
from: ubuntu:24.04@sha256:786a8b558f7be160c6c8c4a54f9a57274f3b4fb1491cf65146521ae77ff1dc54
2222
- name: ubuntu-cloud-archive
2323
image-name: python-base-ubuntu-cloud-archive
24-
from: ghcr.io/vexxhost/ubuntu-cloud-archive:2025.2@sha256:53692640ab0912161d706797c4807e3d3308b712e40e65e83f5d1d2fbbd464c0
24+
from: ghcr.io/vexxhost/ubuntu-cloud-archive:2025.2@sha256:aa5a2189d98936b0f496229abca1847e362ea243b5fe1fa86231629f55577d02
2525
- name: ubuntu-cloud-archive-legacy
2626
image-name: python-base
27-
from: ghcr.io/vexxhost/ubuntu-cloud-archive:2025.2@sha256:53692640ab0912161d706797c4807e3d3308b712e40e65e83f5d1d2fbbd464c0
27+
from: ghcr.io/vexxhost/ubuntu-cloud-archive:2025.2@sha256:aa5a2189d98936b0f496229abca1847e362ea243b5fe1fa86231629f55577d02
2828
- name: debian
2929
image-name: python-base-debian
3030
from: debian:trixie@sha256:fe7312b5f05bf5f43fad76bcd8945642e4e47a68aefd1b73f447615899d0fac1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ ARG FROM
66
FROM ${FROM}
77
ENV PATH=/var/lib/openstack/bin:$PATH
88
RUN --mount=type=bind,source=bindep.txt,target=/bindep.txt \
9-
--mount=type=bind,from=ghcr.io/vexxhost/build-utils:latest@sha256:077f7ec16c55f6a09fc3fbd0f57e45f0cce48dbe4d2c234d7b7269d927f880d6,source=/bin,target=/build \
9+
--mount=type=bind,from=ghcr.io/vexxhost/build-utils:latest@sha256:64c065bed14317eceb358ebbf989bbd36a65343f6a84820bd223241b1a327702,source=/bin,target=/build \
1010
/build/install-bindep-packages

0 commit comments

Comments
 (0)