commit | b19c1cfc7540ba02e06ffc6b1a304ec5bf5817bc | [log] [tgz] |
---|---|---|
author | Michiel Piscaer <michiel@piscaer.com> | Mon Jan 08 22:09:04 2024 +0100 |
committer | GitHub <noreply@github.com> | Mon Jan 08 16:09:04 2024 -0500 |
tree | 90f6fcf1e5f9af58167b35771f304330a4eadd8f | |
parent | 8a4bffa4d32f55f48e59221fc0d77ed1aa43a1e4 [diff] |
fix: use cloud-archive-base for Atmosphere image (#860) Co-authored-by: Mohammed Naser <mnaser@vexxhost.com>
diff --git a/Earthfile b/Earthfile index 76d7168..7dbaa88 100644 --- a/Earthfile +++ b/Earthfile
@@ -39,7 +39,8 @@ SAVE IMAGE --cache-hint image: - FROM ./images/base+image + ARG RELEASE=2023.1 + FROM ./images/cloud-archive-base+image --RELEASE ${RELEASE} ENV ANSIBLE_PIPELINING=True DO ./images+APT_INSTALL --PACKAGES "rsync openssh-client" COPY +build.venv.runtime/venv /venv