From 3feffe909808faf94657d96c13b295da85acfc5b Mon Sep 17 00:00:00 2001 From: Matt Weber <30441572+mweber15@users.noreply.github.com> Date: Thu, 27 Jul 2023 08:35:39 -0400 Subject: [PATCH] Document Rust image tags (#101) The existence of these tags currently has to be inferred as far as I can tell, but they do exist and I use them. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 380e245..5f5f14e 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ - `ghcr.io/catthehacker/ubuntu:js-22.04` - `ghcr.io/catthehacker/ubuntu:js-latest` - [`/linux/ubuntu/rust`](./linux/ubuntu/scripts/rust.sh) - `ghcr.io/catthehacker/ubuntu:act-*` but with `rust` tools installed (`rustfmt`, `clippy`, `cbindgen`, etc.) + - `ghcr.io/catthehacker/ubuntu:rust-20.04` + - `ghcr.io/catthehacker/ubuntu:rust-22.04` + - `ghcr.io/catthehacker/ubuntu:rust-latest` - [`/linux/ubuntu/pwsh`](./linux/ubuntu/scripts/pwsh.sh) - `ghcr.io/catthehacker/ubuntu:act-*` but with `pwsh` tools and modules installed - `ghcr.io/catthehacker/ubuntu:pwsh-20.04` - `ghcr.io/catthehacker/ubuntu:pwsh-22.04`