From 841d775b7319f60d37c3704c27342b4e91c2f912 Mon Sep 17 00:00:00 2001 From: ChristopherHX Date: Mon, 20 May 2024 16:11:35 +0200 Subject: [PATCH] add full 24.04 --- .github/workflows/copy-full-image.yml | 2 ++ README.md | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/copy-full-image.yml b/.github/workflows/copy-full-image.yml index 905efc4..32602d9 100644 --- a/.github/workflows/copy-full-image.yml +++ b/.github/workflows/copy-full-image.yml @@ -30,6 +30,8 @@ jobs: copy: - src: ghcr.io/christopherhx/runner-images:ubuntu22-runner-large-${{ inputs.version || 'latest' }} dest: full-latest + - src: ghcr.io/christopherhx/runner-images:ubuntu24-runner-large-${{ inputs.version || 'latest' }} + dest: full-24.04 - src: ghcr.io/christopherhx/runner-images:ubuntu22-runner-large-${{ inputs.version || 'latest' }} dest: full-22.04 - src: ghcr.io/christopherhx/runner-images:ubuntu20-runner-large-${{ inputs.version || 'latest' }} diff --git a/README.md b/README.md index 8e13136..16a0f90 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ - You can verify if the Image is still updated regulary by inspecting the dates in `docker buildx imagetools inspect catthehacker/ubuntu:full-latest --format "{{ json . }}"` - The friendly tag name version in the output can be looked up here https://github.com/actions/runner-images/releases to find out more about the sources - available tags are - - `ghcr.io/catthehacker/ubuntu:full-latest` + - `ghcr.io/catthehacker/ubuntu:full-latest` (aka `full-22.04`) + - `ghcr.io/catthehacker/ubuntu:full-24.04` (beta image) - `ghcr.io/catthehacker/ubuntu:full-22.04` - `ghcr.io/catthehacker/ubuntu:full-20.04` (Updated as long ubuntu-20.04 free public GitHub Hosted Runners are available)