dtzar / helm-kubectl

Docker Hub image with helm and kubectl on top of alpine linux with bash
https://hub.docker.com/r/dtzar/helm-kubectl/
MIT License
365 stars 133 forks source link

Add support for nightly builds #132

Closed gaby closed 1 year ago

gaby commented 1 year ago

The purpose of this PR is to add support for rebuilding the latest and main tags on a nightly basis. This should keep the latest image patched against CVE's.

gaby commented 1 year ago

@dtzar The docs are not very clear on how to do this, but it should use the latest and default branch for the scheduled job at 0:00

dtzar commented 1 year ago

We need to make sure there are separate hash releases for this and we should do it based on trigger/need with Alpine, not arbitrarily nightly. Let's discuss before merging this.

gaby commented 1 year ago

We need to make sure there are separate hash releases for this and we should do it based on trigger/need with Alpine, not arbitrarily nightly. Let's discuss before merging this.

Sounds good, I'm trying to find a way to trigger the CI based on other projects.