Skip to content

Commit 4ed71ec

Browse files
Run update.sh
1 parent fc3b6e6 commit 4ed71ec

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

rakudo-star/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ WARNING:
2424

2525
# Supported tags and respective `Dockerfile` links
2626

27-
- [`latest`, `2025.08.1`, `bookworm`](https://github.com/rakudo/docker/blob/8c213b2fb89d60eb631068eecba27dab9a0989bc/2025.08.1/bookworm/Dockerfile)
27+
- [`trixie`, `2025.08.1-trixie`, `latest`](https://github.com/rakudo/docker/blob/c40c9a549916b02b0c6c8d5cda7dbd444c094278/2025.08.1/trixie/Dockerfile)
2828

29-
- [`alpine`, `2025.08.1-alpine`](https://github.com/rakudo/docker/blob/8c213b2fb89d60eb631068eecba27dab9a0989bc/2025.08.1/alpine/Dockerfile)
29+
- [`bookworm`, `2025.08.1-bookworm`](https://github.com/rakudo/docker/blob/c40c9a549916b02b0c6c8d5cda7dbd444c094278/2025.08.1/bookworm/Dockerfile)
30+
31+
- [`alpine`, `2025.08.1-alpine`](https://github.com/rakudo/docker/blob/c40c9a549916b02b0c6c8d5cda7dbd444c094278/2025.08.1/alpine/Dockerfile)
3032

3133
# Quick reference (cont.)
3234

@@ -89,7 +91,7 @@ The `rakudo-star` images come in many flavors, each designed for a specific use
8991

9092
This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of.
9193

92-
Some of these tags may have names like bookworm in them. These are the suite code names for releases of [Debian](https://wiki.debian.org/DebianReleases) and indicate which release the image is based on. If your image needs to install any additional packages beyond what comes with the image, you'll likely want to specify one of these explicitly to minimize breakage when there are new releases of Debian.
94+
Some of these tags may have names like bookworm or trixie in them. These are the suite code names for releases of [Debian](https://wiki.debian.org/DebianReleases) and indicate which release the image is based on. If your image needs to install any additional packages beyond what comes with the image, you'll likely want to specify one of these explicitly to minimize breakage when there are new releases of Debian.
9395

9496
## `rakudo-star:<version>-alpine`
9597

0 commit comments

Comments
 (0)