docker

cap10morgan 2022-09-21T16:27:19.504089Z

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...

tvaughan 2022-09-22T10:38:44.417159Z

This is why I switched to Fedora

practicalli-johnny 2022-09-22T19:02:38.747939Z

@cap10morgan try using this package archive, supports several of the latest versions of Ubuntu https://launchpad.net/~savoury1/+archive/ubuntu/chromium

cap10morgan 2022-09-22T19:04:34.434449Z

@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!

👍 1
cap10morgan 2022-09-21T16:36:38.832759Z

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

cap10morgan 2022-09-21T17:21:25.301409Z

Trying it out...