furiko-io / furiko

Kubernetes cron and batch job platform
https://furiko.io
Apache License 2.0
484 stars 21 forks source link

Create Makefile step to build local Docker image #73

Closed irvinlim closed 2 years ago

irvinlim commented 2 years ago

The current CI workflows allow us to release both versioned and snapshot releases. However, we also need a way to build a local Docker image, which can be used in a local development cluster.

Additionally, we are using GoReleaser to build the Docker images, but it seems rather clunky to have to deal with it if we don't need other features. We should modify hack/release-snapshot.sh to avoid using GoReleaser.