Skip to content

Commit dd0612d

Browse files
committed
Update Docker configs
* Sort by older to newer versions.
1 parent 9386d26 commit dd0612d

File tree

2 files changed

+16
-20
lines changed

2 files changed

+16
-20
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,10 @@ Runtime configurations are further detailed in [Deploying TruffleRuby](doc/user/
8686

8787
TruffleRuby is actively tested on the following systems:
8888

89-
* Oracle Linux 7
90-
* Ubuntu 18.04 LTS
91-
* Ubuntu 16.04 LTS
92-
* Fedora 28
93-
* macOS 10.14 (Mojave)
94-
* macOS 10.15 (Catalina)
89+
* Oracle Linux 7, 8
90+
* Ubuntu 16.04, 18.04, 20.04, 22.04 (all LTS)
91+
* Fedora 35, 36
92+
* macOS 10.14 (Mojave), 12 (Monterey)
9593

9694
Architectures:
9795

tool/docker-configs.yaml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,20 @@ ol8:
3333
locale: glibc-langpack-en
3434
<<: *rpm
3535

36-
fedora28:
37-
base: fedora:28
36+
fedora35:
37+
base: fedora:35
3838
install: RUN dnf install -y
39-
locale:
39+
locale: glibc-langpack-en
4040
<<: *rpm
4141

4242
fedora36:
4343
base: fedora:36
4444
install: RUN dnf install -y
4545
locale: glibc-langpack-en
4646
<<: *rpm
47-
openssl: openssl1.1-devel
4847

49-
fedora34:
50-
base: fedora:34
51-
install: RUN dnf install -y
52-
locale: glibc-langpack-en
53-
<<: *rpm
54-
55-
ubuntu2004:
56-
base: ubuntu:20.04
48+
ubuntu1604:
49+
base: ubuntu:16.04
5750
install: RUN apt-get update && apt-get install -y
5851
<<: *deb
5952

@@ -62,8 +55,13 @@ ubuntu1804:
6255
install: RUN apt-get update && apt-get install -y
6356
<<: *deb
6457

65-
ubuntu1604:
66-
base: ubuntu:16.04
58+
ubuntu2004:
59+
base: ubuntu:20.04
60+
install: RUN apt-get update && apt-get install -y
61+
<<: *deb
62+
63+
ubuntu2204:
64+
base: ubuntu:22.04
6765
install: RUN apt-get update && apt-get install -y
6866
<<: *deb
6967

0 commit comments

Comments
 (0)