Ya, it's really nice to be able to build/push in dockerless environments, right?
There are still some things in https://github.com/atomisthq/jibbit that I'm continuing to experiment with.
• I like to version control parameters like (base-image repository and digest, tagging strategy, whether to aot or not, etc.), so I like to add a jib.edn alongside my deps.edn . I feel like that could be controversial.
• the aot thing has been interesting - it makes enough of a difference for cloudrun that I really wanted to have it but it slows down the build. I'm still trying to decide whether compiling the clj should be default or not
• a profile for running babashka in cloudrun could be useful too. It's just so fast (even with the http entrypoint)
• some default seccomp/apparmor profiles to go along with kube deployments