actions / runner-container-hooks

Runner Container Hooks for GitHub Actions
MIT License
69 stars 44 forks source link

Support building 'Dockerfile' of container actions on k8s runner using Kaniko #32

Closed fhammerl closed 1 year ago

fhammerl commented 1 year ago

@nikola-jokic @fhammerl

Using kaniko, we can build a Dockerfile in k8s.

This unlocks container actions that build their own images (instead of referencing one in a registry).

https://github.com/fhammerl/noff/actions/runs/3128336666/jobs/5076100801 👇 image

Mini ADR

WIP

Closes #23

fhammerl commented 1 year ago

Closing this PR as we decided against native support for Kaniko.