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
2 changes: 1 addition & 1 deletion antelope/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/vexxhost/ubuntu-cloud-archive:antelope
FROM ghcr.io/vexxhost/ubuntu-cloud-archive:antelope@sha256:0f4c144692dda2d4d3b43bee990e3d24f9af7c91e8c9bbc4022008dc4d8f4c14
ENV PATH=/var/lib/openstack/bin:$PATH
RUN \
--mount=type=cache,target=/var/cache/apt,sharing=locked \
Expand Down
2 changes: 1 addition & 1 deletion bobcat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/vexxhost/ubuntu-cloud-archive:bobcat
FROM ghcr.io/vexxhost/ubuntu-cloud-archive:bobcat@sha256:6bdb08e8b439d625fd00f4a2df01df6120478913b55830dfc0b1a16243c56f16
ENV PATH=/var/lib/openstack/bin:$PATH
RUN \
--mount=type=cache,target=/var/cache/apt,sharing=locked \
Expand Down
2 changes: 1 addition & 1 deletion caracal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/vexxhost/ubuntu-cloud-archive:caracal
FROM ghcr.io/vexxhost/ubuntu-cloud-archive:caracal@sha256:464740a80e8d800f5abd4ada71e299477437d424a27dc2f1a6a04116ec5ce3be
ENV PATH=/var/lib/openstack/bin:$PATH
RUN \
--mount=type=cache,target=/var/cache/apt,sharing=locked \
Expand Down
2 changes: 1 addition & 1 deletion zed/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/vexxhost/ubuntu-cloud-archive:zed
FROM ghcr.io/vexxhost/ubuntu-cloud-archive:zed@sha256:9338393563234dddb116afbf620dbd43fabd11084bb8fc94ff166a21b08683aa
ENV PATH=/var/lib/openstack/bin:$PATH
RUN \
--mount=type=cache,target=/var/cache/apt,sharing=locked \
Expand Down