Releases: ba-st/docker-pharo-runtime
v11.0.0 [2024-07-30]
What's Changed
- Changed Dockerfile to use Pharo VM 10.3.0 by @mtabacman in #20
New Contributors
- @mtabacman made their first contribution in #20
Full Changelog: v11.0.0-2024-05-13...v11.0.0-2024-07-30
v11.0.0 [2024-05-13]
What's Changed
- Update
pharo-vm
dependency to v10.2.0 by @gcotelli in #19 - Updated docker images to use versions of the OS packages fixing CVE-2024-33599
Full Changelog: v11.0.0-2024-04-26...v11.0.0-2024-05-13
v11.0.0 [2024-04-26]
What's Changed
- Add vulnerability scanning by @gcotelli in #18
- Updated docker images to use versions of the OS packages fixing GHSA-22q4-f5r6-3xqw
Full Changelog: v11.0.0-2024-04-18...v11.0.0-2024-04-26
v11.0.0 [2024-04-18]
What's Changed
Full Changelog: v11.0.0-2023-10-25...v11.0.0-2024-04-18
v11.0.0 [2023-10-25]
What's Changed
Image
Pharo-11.0.0+build.689.sha.8986777f96ab65cba515d005d13487e0375fa85c (64 Bit)
VM
v10.0.8 - Commit: b323c5f - Date: 2023-10-20 16:02:07 -0400
New Contributors
Full Changelog: v11.0.0-2023-05-12...v11.0.0-2023-10-25
v11.0.0 [2023-05-12]
What's Changed
Image
Pharo-11.0.0+build.689.sha.8986777f96ab65cba515d005d13487e0375fa85c (64 Bit)
VM
v10.0.5 - Commit: 2757766 - Date: 2023-05-05 13:46:09 +0200
Full Changelog: v10.0.1-2023-05-09...v11.0.0-2023-05-12
v10.0.1 [2023-05-09]
What's Changed
- Update
pharo-vm
base docker image to v10.0.5 by @gcotelli in #10 pharo-loader
image now disables changes recording, Epicea and Monticello repository cache by @gcotelli in #9
Image
Pharo-10.0.1+build.527.sha.05426434504c5d651b7a2dba7468a2264f1f959b (64 Bit)
VM
v10.0.5 - Commit: 2757766 - Date: 2023-05-05 13:46:09 +0200
Full Changelog: v10.0.1-2022-12-12...v10.0.1-2023-05-09
v10.0.1 [2022-12-12]
What's Changed
Full Changelog: v10.0.1-2022.08.24...v10.0.1-2022-12-12
v10.0.1 [2022-08-24]
What's Changed
Full Changelog: v10.0.0-1.0.1...v10.0.1-2022.08.24
v10.0.0 + 1.0.1
What's Changed
- Update bash script to use exec by @gcotelli in #2
- Add docker image for loading pharo code by @gcotelli in #4
The pharo-loader
docker image can be used for multi-stage docker builds:
- It disables Epicea so code loading is faster
- It configures Iceberg to use HTTPS to avoid failing on SSH and later retrying with HTTPS for each repo
FROM ghcr.io/ba-st/pharo-loader:v10.0.0 AS loader
RUN pharo metacello install github://owner/repo:branch BaselineOfProject
FROM ghcr.io/ba-st/pharo:v10.0.0
COPY --from=loader /opt/pharo/Pharo.image ./
COPY --from=loader /opt/pharo/Pharo.changes ./
COPY --from=loader /opt/pharo/Pharo*.sources ./
...
Full Changelog: v10.0.0-1.0.0...v10.0.0-1.0.1