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@sha256:f80a2c63991371da5af26b5af8adf5551301440e9fb099c799f065808927d20d
FROM ghcr.io/vexxhost/ubuntu-cloud-archive:antelope@sha256:ddfb567a99e699603c49a5179e2cfcec0b8523eb4f18ee2ab94f27e64f7491d8
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@sha256:badb5d6722840217ad271753f6cee454bec28ab8096fb823591447b2f78435f2
FROM ghcr.io/vexxhost/ubuntu-cloud-archive:bobcat@sha256:20587c0986c4ac76d9a5b146ecbfd25f8c08a30ec1f50cd5a319f86d8b19419c
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@sha256:db9685418828d105046d2b55d012627891340b09042ad85e56c049706ab84303
FROM ghcr.io/vexxhost/ubuntu-cloud-archive:caracal@sha256:3d42309c52fa14cfa1143f014817fac20b6aa1f0e0f30954c1f8107b4c3f5f52
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@sha256:f799303e995aff87a5a79e620a72bed902d23ead7de16d972ad08c45248eaa24
FROM ghcr.io/vexxhost/ubuntu-cloud-archive:zed@sha256:1d394cd16b10e8215fa186f1e40b7df790b5ac326e625734562c00182a0ec853
ENV PATH=/var/lib/openstack/bin:$PATH
RUN \
--mount=type=cache,target=/var/cache/apt,sharing=locked \
Expand Down