Hi!
Maybe it‘s me not finding the right property, but is there a way to tell quarkus to generate an „image-digest“ file?
Background is: I am creating a tekton pipeline which should use as much of quarkus build-in tools as possible to compile, test, package, build and push the image to a
quay.io repository etc.
As I am trying to do some GitOps stuff, I‘d like to use the Image-Digest instead of „latest“ tag to use in my kubernetes deployment.yaml.
Now I am wondering how to get the image digest from the generated image.
I am using JIB to build the image. And according to the JIB project page, they are automatically generating an image-digest file in target/.
Is there a way to tell Quarkus to generate the image-digest file as well?
Thanks a lot for your help!
Cheers,
Wanja