-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: GitLab #4
Comments
To run this tool in GitLab CI pipelines, we must be able to shell into the container image. The default base image from ko seem to not provide a shell. We might need to add a shell binary or swap the base image with something more flexible. |
I think with Steps we could keep publishing a Alternatively we can switch the ko base image from |
GitLab only considers repos on the current instance for its CI/CD catalog. We want to publish a GitLab CI/CD component for #4.
GitLab only considers repos on the current instance for its CI/CD catalog. We want to publish a GitLab CI/CD component for #4.
First usable version of this was published in v0.4.0-beta.1. Still working on documentation before creating a proper release |
Docs are now available and this will be released in 0.4.0. |
We currently only support repositories on GitHub, I would like to see support for GitLabs APIs and GitLab CI.
Implementation
API (Forge)
This was implemented in these pull requests:
GitLab CI/CD
This is a bit more complicated. GitLab CI/CD has multiple drawbacks against GitHub Actions:
api
andwrite_repository
.This is currently in progress:
I have also thought about adding a Webhook server that one can deploy to manually create CI jobs when the description is updated.
The text was updated successfully, but these errors were encountered: