You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can build and save project image to disk as a tarball with below mvn command:
mvn jib:BuildTar
This builds and saves project image to target/jib-image.tar
Can i change the name of jib-image.tar to some other name?
I can build and save project image to disk as a tarball with below mvn command:
mvn jib:BuildTar
This builds and saves project image to target/jib-image.tar
Can i change the name of jib-image.tar to some other name?