Do you all have some docker image to build web (an...
# multiplatform
j
Do you all have some docker image to build web (and multiplatform in general) projects? I'm thinking in rolling up my own but I wonder if there is already someone that did it. Stuff like glibc, headless browsers and similar
m
I don’t. I use GitHub actions for building. What advantage would a docker image have and which platforms are you going to build (besides web which you already mentioned)?
h
As Michael said, besides web there's no point in using docker, I use docker to build my ktor backend image and push to docker registry but that's done via GitHub actions
j
But where does github build it? I'm using gitlab at the moment not github
m