Skip to content

Releases: ba-st/docker-pharo-runtime

v11.0.0 [2024-07-30]

30 Jul 17:26
04bd804
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v11.0.0-2024-05-13...v11.0.0-2024-07-30

v11.0.0 [2024-05-13]

13 May 18:16
c381e72
Compare
Choose a tag to compare

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]

26 Apr 15:16
2a50895
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.0.0-2024-04-18...v11.0.0-2024-04-26

v11.0.0 [2024-04-18]

18 Apr 20:49
ca755bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.0.0-2023-10-25...v11.0.0-2024-04-18

v11.0.0 [2023-10-25]

25 Oct 18:37
c205c1c
Compare
Choose a tag to compare

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]

12 May 16:20
9cbf670
Compare
Choose a tag to compare

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]

09 May 14:02
439faa7
Compare
Choose a tag to compare

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]

12 Dec 20:56
22e73a3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.0.1-2022.08.24...v10.0.1-2022-12-12

v10.0.1 [2022-08-24]

24 Aug 18:55
8e32176
Compare
Choose a tag to compare

What's Changed

  • Update Pharo image to v10.0.1 by @gcotelli in #6
  • Update pharo-vm base docker image to v9.0.17

Full Changelog: v10.0.0-1.0.1...v10.0.1-2022.08.24

v10.0.0 + 1.0.1

28 Apr 18:22
1f1a095
Compare
Choose a tag to compare

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