From 3fbab2d0ccccaab67674ac4c8aa3cda302219ec8 Mon Sep 17 00:00:00 2001 From: Maximiliano Tabacman Date: Tue, 30 Jul 2024 11:12:24 -0300 Subject: [PATCH 1/5] Update Dockerfile --- source/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/Dockerfile b/source/Dockerfile index f50a136..8d0a22f 100644 --- a/source/Dockerfile +++ b/source/Dockerfile @@ -1,15 +1,15 @@ # Download Pharo VM in a clean image -FROM alpine:3.12 as download-vm +FROM alpine:3.12 AS download-vm RUN apk add unzip WORKDIR /tmp/pharo-vm -ADD https://files.pharo.org/vm/pharo-spur64-headless/Linux-x86_64/PharoVM-10.2.0-f4c5e2a-Linux-x86_64-bin.zip ./PharoVM.zip +ADD https://files.pharo.org/vm/pharo-spur64-headless/Linux-x86_64/PharoVM-10.3.0-51626b1-Linux-x86_64-bin.zip ./PharoVM.zip RUN set -eu; \ unzip PharoVM.zip; \ rm PharoVM.zip; \ true # Copy VM into base image -FROM debian:12-slim as vm +FROM debian:12-slim AS vm LABEL maintainer="Buenos Aires Smalltalk " WORKDIR /opt/pharo RUN set -eu; \ From 683d83e4dd5c0f929b8e0facc7fba2913727e091 Mon Sep 17 00:00:00 2001 From: Maximiliano Tabacman Date: Tue, 30 Jul 2024 11:33:30 -0300 Subject: [PATCH 2/5] Update Dockerfile --- source/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Dockerfile b/source/Dockerfile index 8d0a22f..3855430 100644 --- a/source/Dockerfile +++ b/source/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.12 AS download-vm RUN apk add unzip WORKDIR /tmp/pharo-vm -ADD https://files.pharo.org/vm/pharo-spur64-headless/Linux-x86_64/PharoVM-10.3.0-51626b1-Linux-x86_64-bin.zip ./PharoVM.zip +ADD https://files.pharo.org/vm/pharo-spur64-headless/Linux-x86_64/PharoVM-10.3.0-ce15171-Linux-x86_64-bin.zip ./PharoVM.zip RUN set -eu; \ unzip PharoVM.zip; \ rm PharoVM.zip; \ From 5cca305c99db4e06a289018b2a9ac32c5c1f2163 Mon Sep 17 00:00:00 2001 From: Maximiliano Tabacman Date: Tue, 30 Jul 2024 11:36:20 -0300 Subject: [PATCH 3/5] Update how-to-update-vm-release.md --- docs/how-to-guides/how-to-update-vm-release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-guides/how-to-update-vm-release.md b/docs/how-to-guides/how-to-update-vm-release.md index 91590eb..0231501 100644 --- a/docs/how-to-guides/how-to-update-vm-release.md +++ b/docs/how-to-guides/how-to-update-vm-release.md @@ -6,5 +6,5 @@ of the Pharo VM was produced: - Lookup for the corresponding commit hash in the release page - Go to - Locate the zip file corresponding to the commit hash. It will have a name like - `PharoVM-{{version}}-{{commit_hash}}-Linux-x86_64-bin.zip` + `PharoVM-{{version}}-{{commit_hash}}-Linux-x86_64-bin.zip` (beware that multiple files with the same version might be available, we need the one with the commit equal to the one mentioned in the Pharo VM release) - Update the `Dockerfile` in the `source` folder to download the new zip From ddc5e0fb10600cd95b3640a9fa4ff95a8824ac25 Mon Sep 17 00:00:00 2001 From: Maximiliano Tabacman Date: Tue, 30 Jul 2024 11:39:19 -0300 Subject: [PATCH 4/5] Update how-to-update-vm-release.md --- docs/how-to-guides/how-to-update-vm-release.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/how-to-guides/how-to-update-vm-release.md b/docs/how-to-guides/how-to-update-vm-release.md index 0231501..c5f705f 100644 --- a/docs/how-to-guides/how-to-update-vm-release.md +++ b/docs/how-to-guides/how-to-update-vm-release.md @@ -6,5 +6,6 @@ of the Pharo VM was produced: - Lookup for the corresponding commit hash in the release page - Go to - Locate the zip file corresponding to the commit hash. It will have a name like - `PharoVM-{{version}}-{{commit_hash}}-Linux-x86_64-bin.zip` (beware that multiple files with the same version might be available, we need the one with the commit equal to the one mentioned in the Pharo VM release) + `PharoVM-{{version}}-{{commit_hash}}-Linux-x86_64-bin.zip` + (beware that multiple files with the same version might be available, **we need the one with the commit equal to the one mentioned in the Pharo VM release**) - Update the `Dockerfile` in the `source` folder to download the new zip From b9120d57b4ec893ae2f61091c71bd7618f2f7475 Mon Sep 17 00:00:00 2001 From: Maximiliano Tabacman Date: Tue, 30 Jul 2024 11:39:58 -0300 Subject: [PATCH 5/5] Update how-to-update-vm-release.md --- docs/how-to-guides/how-to-update-vm-release.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/how-to-guides/how-to-update-vm-release.md b/docs/how-to-guides/how-to-update-vm-release.md index c5f705f..8fd57fe 100644 --- a/docs/how-to-guides/how-to-update-vm-release.md +++ b/docs/how-to-guides/how-to-update-vm-release.md @@ -7,5 +7,6 @@ of the Pharo VM was produced: - Go to - Locate the zip file corresponding to the commit hash. It will have a name like `PharoVM-{{version}}-{{commit_hash}}-Linux-x86_64-bin.zip` - (beware that multiple files with the same version might be available, **we need the one with the commit equal to the one mentioned in the Pharo VM release**) + (beware that multiple files with the same version might be available, + **we need the one with the commit equal to the one mentioned in the Pharo VM release**) - Update the `Dockerfile` in the `source` folder to download the new zip