GoogleContainerTools / jib

🏗 Build container images for your Java applications.
Apache License 2.0
13.71k stars 1.44k forks source link

Can I use Jib Plugin Without Skaffold? #4306

Open milindbangar79 opened 2 months ago

milindbangar79 commented 2 months ago

Hi ,

We are moving away from Skaffold , which I was using along with JIB to build and push images .

As it's decided in the company to move away from Skaffold, I was thinking how to wrap different steps run by Skaffold .

Any pointers , would be quite helpful, specifically how to setup Creds for Artifactory based repos.

Thanks Milind