From 59299fe0ae2bee635e26164309d5ac566536ebf9 Mon Sep 17 00:00:00 2001 From: Maddiaa0 <47148561+Maddiaa0@users.noreply.github.com> Date: Tue, 26 Nov 2024 08:00:02 +0000 Subject: [PATCH 1/5] fix: add unmiminize --- build-images/Earthfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-images/Earthfile b/build-images/Earthfile index 3448d027525..0bb380b73a7 100644 --- a/build-images/Earthfile +++ b/build-images/Earthfile @@ -141,6 +141,8 @@ build: # Python (clang bindings for wasm bindgen.) python3 \ python3-clang \ + # Unminimize ubuntu installation, recently removed from base images + unminimize \ && apt-get -y autoremove \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* From 7d6b9d01eeb367db5ff1f3b384f016b34ab12c70 Mon Sep 17 00:00:00 2001 From: Maddiaa0 <47148561+Maddiaa0@users.noreply.github.com> Date: Tue, 26 Nov 2024 08:07:01 +0000 Subject: [PATCH 2/5] fix: bump version --- build-images/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images/Earthfile b/build-images/Earthfile index 0bb380b73a7..aed848efb54 100644 --- a/build-images/Earthfile +++ b/build-images/Earthfile @@ -328,7 +328,7 @@ devbox: SAVE IMAGE aztecprotocol/devbox:1.0 devbox-manifest: - LET VERSION = 1.0 + LET VERSION = 1.1 ARG TARGETARCH WAIT BUILD +devbox From e4fec3bc24b99405b7640a921c28472464a3a22a Mon Sep 17 00:00:00 2001 From: Maddiaa0 <47148561+Maddiaa0@users.noreply.github.com> Date: Tue, 26 Nov 2024 08:10:34 +0000 Subject: [PATCH 3/5] fix: version --- build-images/Earthfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-images/Earthfile b/build-images/Earthfile index aed848efb54..683d59fe43f 100644 --- a/build-images/Earthfile +++ b/build-images/Earthfile @@ -323,9 +323,9 @@ devbox: CMD ["/bin/zsh"] ARG TARGETARCH - SAVE IMAGE --push aztecprotocol/devbox:1.0-$TARGETARCH + SAVE IMAGE --push aztecprotocol/devbox:1.1-$TARGETARCH # Save it without the arch tag as this is what's referenced in devcontainer.json - SAVE IMAGE aztecprotocol/devbox:1.0 + SAVE IMAGE aztecprotocol/devbox:1.1 devbox-manifest: LET VERSION = 1.1 From 328975bfc746e39797c2b68a5b514e1505bc8e09 Mon Sep 17 00:00:00 2001 From: Maddiaa0 <47148561+Maddiaa0@users.noreply.github.com> Date: Tue, 26 Nov 2024 08:12:24 +0000 Subject: [PATCH 4/5] chore: bump version in run.sh --- build-images/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images/run.sh b/build-images/run.sh index 2e54ba1ae90..3a9185795ae 100755 --- a/build-images/run.sh +++ b/build-images/run.sh @@ -41,5 +41,5 @@ else -vdevbox-var-lib-docker:/var/lib/docker \ -v$HOME/.ssh/id_rsa:/home/aztec-dev/.ssh/id_rsa:ro \ --privileged \ - aztecprotocol/devbox:1.0 + aztecprotocol/devbox:1.1 fi \ No newline at end of file From df49bdc08c70c2a3c73011d047c1cfae77f608de Mon Sep 17 00:00:00 2001 From: Maddiaa0 <47148561+Maddiaa0@users.noreply.github.com> Date: Tue, 26 Nov 2024 08:16:54 +0000 Subject: [PATCH 5/5] fix: update sysbox also --- build-images/Earthfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-images/Earthfile b/build-images/Earthfile index 683d59fe43f..08664afe3f0 100644 --- a/build-images/Earthfile +++ b/build-images/Earthfile @@ -428,5 +428,5 @@ sysbox: EXPOSE 22 ARG TARGETARCH - SAVE IMAGE aztecprotocol/sysbox:1.0-$TARGETARCH - SAVE IMAGE aztecprotocol/sysbox:1.0 + SAVE IMAGE aztecprotocol/sysbox:1.1-$TARGETARCH + SAVE IMAGE aztecprotocol/sysbox:1.1