chore: Fix README.md
Some checks failed
build-image / Container image (push) Has been cancelled
build-image / Semantic Release (push) Has been cancelled
build-image / Semantic Release (Dry-run) (push) Has been cancelled

This commit is contained in:
2025-08-20 09:53:42 +10:00
parent 4231970b38
commit 0ae319db69

View File

@ -1,8 +1,10 @@
# ContainerImage.ActRunnerExtended # ContainerImage.ActRunnerExtended
![Build Status](https://code.spamasaurus.com/djpbessems/ContainerImage.ActRunnerExtended/actions/workflows/actions.yaml/badge.svg) ![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 - File templating
- `gettext` (provides `envsubst`) - `gettext` (provides `envsubst`)
@ -19,7 +21,7 @@ Its 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: To use this image in a job/step, add the `container:` directive:
@ -51,22 +53,14 @@ Tags follow the format:
Example: Example:
- `1.0.0-cth250815` → Version 1.0.0 of the image, based on `catthehacker/ubuntu:act-24.04-20250815` - `1.0.0-cth250815` → 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) 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
## 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). This repository and the Dockerfiles, scripts, and custom files provided here are licensed under the [GNU General Public License v3.0 (GPLv3)](./LICENSE.md).