Skip to content

Commit dc8bac8

Browse files
chore(deps): update vexxhost images (#318)
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 5a52cd8 commit dc8bac8

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
@@ -24,10 +24,10 @@ jobs:
2424
from: ubuntu:24.04@sha256:c4a8d5503dfb2a3eb8ab5f807da5bc69a85730fb49b5cfca2330194ebcc41c7b
2525
- name: ubuntu-cloud-archive
2626
image-name: python-base-ubuntu-cloud-archive
27-
from: ghcr.io/vexxhost/ubuntu-cloud-archive:main@sha256:02b84e98558b4c8b5e50890682d375f91da2682c0029215de17ed8ba99f2bd44
27+
from: ghcr.io/vexxhost/ubuntu-cloud-archive:main@sha256:3b56ed219dd30d57fc04b5d4b4247129fddff77bacdf77360bd374bf7c048f18
2828
- name: ubuntu-cloud-archive-legacy
2929
image-name: python-base
30-
from: ghcr.io/vexxhost/ubuntu-cloud-archive:main@sha256:02b84e98558b4c8b5e50890682d375f91da2682c0029215de17ed8ba99f2bd44
30+
from: ghcr.io/vexxhost/ubuntu-cloud-archive:main@sha256:3b56ed219dd30d57fc04b5d4b4247129fddff77bacdf77360bd374bf7c048f18
3131
- name: debian
3232
image-name: python-base-debian
3333
from: debian:trixie@sha256:3352c2e13876c8a5c5873ef20870e1939e73cb9a3c1aeba5e3e72172a85ce9ed

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:287aa63d116f9e49c525b52aa9ffed40c292bb089190c6f348992dfed5cb0646,source=/bin,target=/build \
9+
--mount=type=bind,from=ghcr.io/vexxhost/build-utils:latest@sha256:fa92df7952c3012728314afc9e57769c5b5460932017d65812e930eb567af093,source=/bin,target=/build \
1010
/build/install-bindep-packages

0 commit comments

Comments
 (0)