Fork me on GitHub
#google-cloud
<
2022-01-05
>
slimslenderslacks19:01:02

Ya, it's really nice to be able to build/push in dockerless environments, right?

slimslenderslacks19:01:20

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