From bf372acda5bba59520a5e6c7aee2478a934abc96 Mon Sep 17 00:00:00 2001 From: R Date: Sun, 29 Jan 2023 16:00:52 +0100 Subject: [PATCH] docs: update README --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 280cffd..1cb3ccd 100644 --- a/README.md +++ b/README.md @@ -21,31 +21,28 @@ - `ghcr.io/catthehacker/ubuntu:full-latest` - `ghcr.io/catthehacker/ubuntu:full-20.04` - - `ghcr.io/catthehacker/ubuntu:full-18.04` see [catthehacker/virtual-environments-fork][catthehacker/virtual-environments-fork] for more information - [`/linux/ubuntu/act`](./linux/ubuntu/scripts/act.sh) - image used in [github.com/nektos/act][nektos/act] as medium size image retaining compatibility with most actions while maintaining small size - - `ghcr.io/catthehacker/ubuntu:act-16.04` - - `ghcr.io/catthehacker/ubuntu:act-18.04` - `ghcr.io/catthehacker/ubuntu:act-20.04` + - `ghcr.io/catthehacker/ubuntu:act-22.04` - `ghcr.io/catthehacker/ubuntu:act-latest` - [`/linux/ubuntu/runner`](./linux/ubuntu/scripts/runner.sh) - `ghcr.io/catthehacker/ubuntu:act-*` but with `runner` as user instead of `root` - - `ghcr.io/catthehacker/ubuntu:runner-16.04` - - `ghcr.io/catthehacker/ubuntu:runner-18.04` - `ghcr.io/catthehacker/ubuntu:runner-20.04` + - `ghcr.io/catthehacker/ubuntu:runner-22.04` - `ghcr.io/catthehacker/ubuntu:runner-latest` - [`/linux/ubuntu/js`](./linux/ubuntu/scripts/js.sh) - `ghcr.io/catthehacker/ubuntu:act-*` but with `js` tools installed (`yarn`, `nvm`, `node` v10/v12, `pnpm`, `grunt`, etc.) - - `ghcr.io/catthehacker/ubuntu:js-18.04` - `ghcr.io/catthehacker/ubuntu:js-20.04` + - `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.) - [`/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-18.04` - `ghcr.io/catthehacker/ubuntu:pwsh-20.04` + - `ghcr.io/catthehacker/ubuntu:pwsh-22.04` - `ghcr.io/catthehacker/ubuntu:pwsh-latest` -## [`ubuntu-16.04` has been deprecated and images for that environment will not be updated anymore](https://github.com/actions/virtual-environments/issues/3287) +## [`ubuntu-18.04` has been deprecated and images for that environment will not be updated anymore](https://github.com/actions/runner-images/issues/6002) ## Repository contains parts of [`actions/virtual-environments`][actions/virtual-environments] which is licenced under ["MIT License"](https://github.com/actions/virtual-environments/blob/main/LICENSE)