|
11 | 11 |
|
12 | 12 | ## `chapel/chapel:<version>`
|
13 | 13 | Supported Chapel versions:
|
14 |
| -* [`1.20.0`, `latest` (_1.20.0/Dockerfile_)](https://github.com/chapel-lang/chapel/blob/release/1.20/util/dockerfiles/Dockerfile/) |
15 |
| -* [`1.19.0` (_1.19.0/Dockerfile_)](https://github.com/chapel-lang/chapel/blob/release/1.19/util/dockerfiles/1.19.0/Dockerfile/) |
| 14 | +* [`1.22.0`, `latest` (_1.22.0/Dockerfile_)](https://github.com/chapel-lang/chapel/blob/release/1.22/util/dockerfiles/Dockerfile/) |
| 15 | +* [`1.21.0` (_1.21.0/Dockerfile_)](https://github.com/chapel-lang/chapel/blob/release/1.21/util/dockerfiles/1.21.0/Dockerfile/) |
16 | 16 |
|
17 | 17 | This is the core image for Chapel. It provides the complete Chapel compiler and runtime. It can be used to compile and run Chapel programs inside the Docker container. On 64-bit Linux hosts, the compiled Chapel program binary can sometimes be executed outside the container (your mileage may vary). Other Chapel-based Docker images can be created from this image.
|
18 | 18 |
|
19 | 19 | ## [`chapel/chapel-gasnet:<version>`](https://hub.docker.com/r/chapel/chapel-gasnet/)
|
20 | 20 |
|
21 |
| -* [`1.20.0`, `latest` (_1.20.0/gasnet/Dockerfile_)](https://github.com/chapel-lang/chapel/blob/release/1.20/util/dockerfiles/gasnet/Dockerfile/) |
22 |
| -* [`1.19.0` (_1.19.0/gasnet/Dockerfile_)](https://github.com/chapel-lang/chapel/blob/release/1.19/util/dockerfiles/1.19.0/gasnet/Dockerfile/) |
| 21 | +* [`1.22.0`, `latest` (_1.22.0/gasnet/Dockerfile_)](https://github.com/chapel-lang/chapel/blob/release/1.22/util/dockerfiles/gasnet/Dockerfile/) |
| 22 | +* [`1.21.0` (_1.21.0/gasnet/Dockerfile_)](https://github.com/chapel-lang/chapel/blob/release/1.21/util/dockerfiles/1.21.0/gasnet/Dockerfile/) |
23 | 23 |
|
24 | 24 | The Chapel core image (above), rebuilt with `CHPL_COMM=gasnet` and `GASNET_SPAWNFN=L`. Simulates a multilocale Chapel platform within the Docker container.
|
25 | 25 |
|
@@ -66,7 +66,7 @@ Hello, world!
|
66 | 66 | # Documentation
|
67 | 67 |
|
68 | 68 | Chapel's documentation is [available online](https://chapel-lang.org/docs/).
|
69 |
| -Documentation for a specific release is also available: [1.19](https://chapel-lang.org/docs/1.19/). |
| 69 | +Documentation for a specific release is also available: [1.21](https://chapel-lang.org/docs/1.21/). |
70 | 70 |
|
71 | 71 | # License
|
72 | 72 |
|
|
0 commit comments