- cross-posted to:
- opensource@lemmy.ml
- opensource@lemmy.ml
- cross-posted to:
- opensource@lemmy.ml
- opensource@lemmy.ml
If you’re like me, you probably need to update your image tag to this new major version. I’ll probably wait for a minor release first.
If you’re like me, you probably need to update your image tag to this new major version. I’ll probably wait for a minor release first.
15.0 adds support for OIDC tokens being handed to Actions workflows compatible with GitHub Actions. I was excited to upgrade because I wanted to continue doing cosign Docker image signing, but then I found out that the Cosign transparency log doesn’t support Forgejo. Looks like I need an alternative.
My next biggest problem is the Actions workflow itself. I setup Docker in Docker, but turns out there’s a bit of work in preparing the runners to be on par with what I used on GitHub.
Otherwise, I’ve found Forgejo to be quite good and almost all my private repos are moved over.
I tried to setup Forgejo CI but was turned off by the need to have nodejs installed to do anything, even cloning the repository. Does everyone just maintain their own images?
Gitlab CI by comparison will let me you any image (e.g. basic rustc imagé) and do the orchestration by itself. So much nicer to use imo