Skip to content

Commit 1f920da

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

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:561618e2c15bf2397621dd04f96926663a3b5616c189cf7e38db7e82f5c538ea
2525
- name: ubuntu-cloud-archive
2626
image-name: python-base-ubuntu-cloud-archive
27-
from: ghcr.io/vexxhost/ubuntu-cloud-archive:2026.1@sha256:512e2689484da46d3258d5191731f62e4228ff1ab47a8051cbc5fc22cf85e79f
27+
from: ghcr.io/vexxhost/ubuntu-cloud-archive:2026.1@sha256:56b4ef24f83fa56225ee040889c5129e0c075cb118723d5f137507a47ebfb1bb
2828
- name: ubuntu-cloud-archive-legacy
2929
image-name: python-base
30-
from: ghcr.io/vexxhost/ubuntu-cloud-archive:2026.1@sha256:512e2689484da46d3258d5191731f62e4228ff1ab47a8051cbc5fc22cf85e79f
30+
from: ghcr.io/vexxhost/ubuntu-cloud-archive:2026.1@sha256:56b4ef24f83fa56225ee040889c5129e0c075cb118723d5f137507a47ebfb1bb
3131
- name: debian
3232
image-name: python-base-debian
3333
from: debian:trixie@sha256:34cd9e9fd437c0a095ec39cb2e73422c9f30821b0d0848ed74fd0d43bae4d958

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:9a9ac36f42cb2f9e3c59f1a033f9421699e74b99548bc72569d930fe59611454,source=/bin,target=/build \
1010
/build/install-bindep-packages

0 commit comments

Comments
 (0)