Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
from: ubuntu:24.04@sha256:c4a8d5503dfb2a3eb8ab5f807da5bc69a85730fb49b5cfca2330194ebcc41c7b
- name: ubuntu-cloud-archive
image-name: python-base-ubuntu-cloud-archive
from: ghcr.io/vexxhost/ubuntu-cloud-archive:main@sha256:02b84e98558b4c8b5e50890682d375f91da2682c0029215de17ed8ba99f2bd44
from: ghcr.io/vexxhost/ubuntu-cloud-archive:main@sha256:3b56ed219dd30d57fc04b5d4b4247129fddff77bacdf77360bd374bf7c048f18
- name: ubuntu-cloud-archive-legacy
image-name: python-base
from: ghcr.io/vexxhost/ubuntu-cloud-archive:main@sha256:02b84e98558b4c8b5e50890682d375f91da2682c0029215de17ed8ba99f2bd44
from: ghcr.io/vexxhost/ubuntu-cloud-archive:main@sha256:3b56ed219dd30d57fc04b5d4b4247129fddff77bacdf77360bd374bf7c048f18
- name: debian
image-name: python-base-debian
from: debian:trixie@sha256:3352c2e13876c8a5c5873ef20870e1939e73cb9a3c1aeba5e3e72172a85ce9ed
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ ARG FROM
FROM ${FROM}
ENV PATH=/var/lib/openstack/bin:$PATH
RUN --mount=type=bind,source=bindep.txt,target=/bindep.txt \
--mount=type=bind,from=ghcr.io/vexxhost/build-utils:latest@sha256:287aa63d116f9e49c525b52aa9ffed40c292bb089190c6f348992dfed5cb0646,source=/bin,target=/build \
--mount=type=bind,from=ghcr.io/vexxhost/build-utils:latest@sha256:fa92df7952c3012728314afc9e57769c5b5460932017d65812e930eb567af093,source=/bin,target=/build \
/build/install-bindep-packages
Loading