Browse Source

Run update.sh

Docker Library Bot 2 weeks ago
parent
commit
4ed71ec2f5
1 changed files with 5 additions and 3 deletions
  1. 5 3
      rakudo-star/README.md

+ 5 - 3
rakudo-star/README.md

@@ -24,9 +24,11 @@ WARNING:
 
 # Supported tags and respective `Dockerfile` links
 
--	[`latest`, `2025.08.1`, `bookworm`](https://github.com/rakudo/docker/blob/8c213b2fb89d60eb631068eecba27dab9a0989bc/2025.08.1/bookworm/Dockerfile)
+-	[`trixie`, `2025.08.1-trixie`, `latest`](https://github.com/rakudo/docker/blob/c40c9a549916b02b0c6c8d5cda7dbd444c094278/2025.08.1/trixie/Dockerfile)
 
--	[`alpine`, `2025.08.1-alpine`](https://github.com/rakudo/docker/blob/8c213b2fb89d60eb631068eecba27dab9a0989bc/2025.08.1/alpine/Dockerfile)
+-	[`bookworm`, `2025.08.1-bookworm`](https://github.com/rakudo/docker/blob/c40c9a549916b02b0c6c8d5cda7dbd444c094278/2025.08.1/bookworm/Dockerfile)
+
+-	[`alpine`, `2025.08.1-alpine`](https://github.com/rakudo/docker/blob/c40c9a549916b02b0c6c8d5cda7dbd444c094278/2025.08.1/alpine/Dockerfile)
 
 # Quick reference (cont.)
 
@@ -89,7 +91,7 @@ The `rakudo-star` images come in many flavors, each designed for a specific use
 
 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.
 
-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.
+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.
 
 ## `rakudo-star:<version>-alpine`