hasura / gitkube

Build and deploy docker images to Kubernetes using git push

Home Page:https://gitkube.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to only build docker image, no deployment?

linuxshokunin opened this issue · comments

Hi,

I'm new to gitkube. I'm trying to find a way to build docker images and push it to private registry only, without deploying pods in k8s cluster. Is there an option for that or is it even possible?

Unfortunately, not at the moment. Maybe we can have a dryRun flag in the deployment section of the remote.

This is quite easy to implement. Any takers?

Great. We have ci/cd pipelines in jenkins but I didn't want to mount /var/run/docker.sock on jenkins instances.