Skip to content

Commit 23ced79

Browse files
committed
Updated the docker README to reference current release and one previous release instead of previous two releases.
1 parent 8ff7ef9 commit 23ced79

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

util/dockerfiles/README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,13 @@
1313
Supported Chapel versions:
1414
* [`1.19.0`, `latest` (_1.19.0/Dockerfile_)](https://github.com/chapel-lang/chapel/blob/release/1.19/util/dockerfiles/Dockerfile/)
1515
* [`1.18.0` (_1.18.0/Dockerfile_)](https://github.com/chapel-lang/chapel/blob/release/1.18/util/dockerfiles/Dockerfile/)
16-
* [`1.17.1` (_1.17.1/Dockerfile_)](https://github.com/chapel-lang/chapel/blob/release/1.17/util/dockerfiles/Dockerfile/)
1716

1817
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.
1918

2019
## [`chapel/chapel-gasnet:<version>`](https://hub.docker.com/r/chapel/chapel-gasnet/)
2120

2221
* [`1.19.0`, `latest` (_1.19.0/gasnet/Dockerfile_)](https://github.com/chapel-lang/chapel/blob/release/1.19/util/dockerfiles/gasnet/Dockerfile/)
2322
* [`1.18.0` (_1.18.0/gasnet/Dockerfile_)](https://github.com/chapel-lang/chapel/blob/release/1.18/util/dockerfiles/gasnet/Dockerfile/)
24-
* [`1.17.1` (_1.17.1/gasnet/Dockerfile_)](https://github.com/chapel-lang/chapel/blob/release/1.17/util/dockerfiles/gasnet/Dockerfile/)
2523

2624
The Chapel core image (above), rebuilt with `CHPL_COMM=gasnet` and `GASNET_SPAWNFN=L`. Simulates a multilocale Chapel platform within the Docker container.
2725

@@ -68,7 +66,7 @@ Hello, world!
6866
# Documentation
6967

7068
Chapel's documentation is [available online](https://chapel-lang.org/docs/).
71-
Documentation for a specific release is also available: [1.18](https://chapel-lang.org/docs/1.18/), [1.17](https://chapel-lang.org/docs/1.17/).
69+
Documentation for a specific release is also available: [1.18](https://chapel-lang.org/docs/1.18/).
7270

7371
# License
7472

0 commit comments

Comments
 (0)