fix formatting
All checks were successful
Build-and-publish podman-in-docker / build-and-push (push) Successful in 27s

This commit is contained in:
2026-02-07 22:49:52 +00:00
parent 7c7f2ab0fe
commit 366d7db426

View File

@@ -9,8 +9,8 @@ wait for docker operations to complete and those are async. Podman does not seem
# Kernel pre-requisites
For this to work you need to make sure that you have the following enabled in the kernel
- CONFIG_NF_TABLES_INET (needs CONFIG_IPv6)
- CONFIG_NFT_FIB_INET (needs CONFIG_NFT_FIB_IPV4 and CONFIG_NFT_FIB_IPV6)
- `CONFIG_NF_TABLES_INET` (needs `CONFIG_IPv6`)
- `CONFIG_NFT_FIB_INET` (needs `CONFIG_NFT_FIB_IPV4` and `CONFIG_NFT_FIB_IPV6`)
and your host kernel is a decently new one. So if you are still on the time-proven debian from 2002 with kernel 2.6.* it might be a good idea to upgrade. Tested on 6.18.7. YMMV
@@ -39,8 +39,8 @@ container:
Using Gitea's Helm chart for the runner https://gitea.com/gitea/helm-actions/
[!NOTE]
You need the >v0.0.2 release which, at the time of writing this, does not exist. So use the tarball URL as your helm chart directly.
> [!NOTE]
> You need the >v0.0.2 release which, at the time of writing this, does not exist. So use the tarball URL as your helm chart directly.
`values.yaml`:
```yaml
@@ -66,5 +66,5 @@ existingSecretKey: <token key in secret>
giteaRootURL: <your gitea url>
```
[!NOTE]
You either need to mount `/var/lib/containers` as shown or you need `fuse` working. The `fuse` option is not tested
> [!NOTE]
> You either need to mount `/var/lib/containers` as shown or you need `fuse` working. The `fuse` option is not tested