chore: Housekeeping [skip ci]
This commit is contained in:
20
README.md
20
README.md
@ -1,8 +1,10 @@
|
|||||||
# ContainerImage.ActRunnerExtended
|
# ContainerImage.ActRunnerExtended
|
||||||
|
|
||||||

|

|
||||||
|

|
||||||
|
[](./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 @@ 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:
|
To use this image in a job/step, add the `container:` directive:
|
||||||
|
|
||||||
@ -46,27 +48,19 @@ jobs:
|
|||||||
Tags follow the format:
|
Tags follow the format:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
<semver>-cth<YYMMDD>
|
<semver>-cth<YYYYMMDD>
|
||||||
```
|
```
|
||||||
|
|
||||||
Example:
|
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)
|
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).
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user