diff --git a/README.md b/README.md index 947c216..2244a8c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # ContainerImage.ActRunnerExtended ![Build Status](https://code.spamasaurus.com/djpbessems/ContainerImage.ActRunnerExtended/actions/workflows/actions.yaml/badge.svg) +![Image Size](https://img.shields.io/docker/image-size/djpbessems/act-runner-extended/1.0.0-cth20250815?label=image%20size) +[![License: GPL v3](https://img.shields.io/badge/license-GPLv3-blue.svg)](./LICENSE.md) -This image extends [`catthehacker/ubuntu:act-...`](https://github.com/catthehacker/docker-images) by including the following utilities: +This image extends [`catthehacker/ubuntu:act-24.04`](https://github.com/catthehacker/docker-images) by including the following utilities: - File templating - `gettext` (provides `envsubst`) @@ -19,7 +21,7 @@ It’s designed for use in self-hosted [act-runners](https://docs.gitea.com/usag --- -## Usage in a Actions Workflow +## Usage in an Actions Workflow To use this image in a job/step, add the `container:` directive: @@ -46,27 +48,19 @@ jobs: Tags follow the format: ```text --cth +-cth ``` Example: -- `1.0.0-cth250815` → Version 1.0.0 of the image, based on `catthehacker/ubuntu:act-24.04-20250815` +- `1.0.0-cth20250815` → Version 1.0.0 of the image, based on `catthehacker/ubuntu:act-24.04-20250815` + **See [`catthehacker/ubuntu`](https://github.com/catthehacker/docker-images)** Browse available [tags](https://code.spamasaurus.com/djpbessems/-/packages/container/act-runner-extended/versions) --- -## Base Image - -Built on top of: - -- [`catthehacker/ubuntu`](https://github.com/catthehacker/docker-images) for full `act` support - ---- - ## License -## License Notice This repository and the Dockerfiles, scripts, and custom files provided here are licensed under the [GNU General Public License v3.0 (GPLv3)](./LICENSE.md).