Ugh, just had my first Debian -> Ubuntu burn. In both focal and jammy chromium-browser is a snap package now. I use that to run headless CLJS tests. But you can't easily install snaps in Docker containers. Anyone know any workarounds for that? Might have to add some non-Ubuntu upstreams in the clojure images...
This is why I switched to Fedora
@cap10morgan try using this package archive, supports several of the latest versions of Ubuntu https://launchpad.net/~savoury1/+archive/ubuntu/chromium
@jr0cket Thanks! I already finished getting Debian variants of the clojure images working, tho. 🙂 Just need to see if everyone else approves. Will be nice to be able to reliably just apt-get install -y thing again!
I wonder if we could get away with copying in the java components to a debian base image? (As described here in the "Using a different base image" section: https://hub.docker.com/_/eclipse-temurin
Trying it out...