Skip to content

Commit 2ebe98e

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

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:22.04@sha256:0e0a0fc6d18feda9db1590da249ac93e8d5abfea8f4c3c0c849ce512b5ef8982
2222
- name: ubuntu-cloud-archive
2323
image-name: python-base-ubuntu-cloud-archive
24-
from: ghcr.io/vexxhost/ubuntu-cloud-archive:zed@sha256:ea5b18e1c623af13250f67b9720024c001a5bd4fae6f2eda26d0935fdc70a1f8
24+
from: ghcr.io/vexxhost/ubuntu-cloud-archive:zed@sha256:db43363c527ef78a44cec72dc5856f516ffa6e02167c0b8343d2539a44fe0183
2525
- name: ubuntu-cloud-archive-legacy
2626
image-name: python-base
27-
from: ghcr.io/vexxhost/ubuntu-cloud-archive:zed@sha256:ea5b18e1c623af13250f67b9720024c001a5bd4fae6f2eda26d0935fdc70a1f8
27+
from: ghcr.io/vexxhost/ubuntu-cloud-archive:zed@sha256:db43363c527ef78a44cec72dc5856f516ffa6e02167c0b8343d2539a44fe0183
2828
- name: debian
2929
image-name: python-base-debian
3030
from: debian:bullseye@sha256:6cb68b1be980a0e5b19be25582b34b5cf9cb466d52d08ab4354b79051f2cd298

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

0 commit comments

Comments
 (0)