brainy-agency-51265
08/29/2023, 8:12 AMpants publish as it requires docker installed, so I went to use the official dind which is built on top of alpine linux which is not supported as I found out. Do you have any experience building + uploading docker images to registry from within a pipeline? What apporach would be best suitable? I was looking into options as making a dind image based on ubuntu/debian, building the pants on top of the official dind alpine but they seem to be not very practical as it imposes more maintenance.freezing-fall-2672
08/29/2023, 9:37 AMdind being based on alpine shouldn't really affect your own image ...brainy-agency-51265
08/29/2023, 9:50 AMdind image to use it to build the images. I am not sure if you mean something else though.
I am basically looking if there is any simpler way of handling the docker image builds as of now, since this has solutions (one of those I mentioned, but I would like to avoid those if there is better way)freezing-fall-2672
08/29/2023, 11:16 AMgorgeous-winter-99296
08/29/2023, 1:05 PMgorgeous-winter-99296
08/29/2023, 1:06 PMdocker to buildah or podman would work for Pants, that's a trick that sometimes works as well and makes things easier in some situations.