<div dir="auto">Have you tried automating it in GitHub actions?</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Sep 14, 2022, 1:32 PM Even Rouault <<a href="mailto:even.rouault@spatialys.com">even.rouault@spatialys.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Javier,<br>
<br>
Le 14/09/2022 à 19:56, Javier Jimenez Shaw a écrit :<br>
> Hi<br>
><br>
> There is only "alpine-normal-3.5.2" in docker hub for GDAL 3.5.2:<br>
> <a href="https://hub.docker.com/r/osgeo/gdal/tags?page=1&name=3.5" rel="noreferrer noreferrer" target="_blank">https://hub.docker.com/r/osgeo/gdal/tags?page=1&name=3.5</a> <br>
> <<a href="https://hub.docker.com/r/osgeo/gdal/tags?page=1&name=3.5" rel="noreferrer noreferrer" target="_blank">https://hub.docker.com/r/osgeo/gdal/tags?page=1&name=3.5</a>><br>
><br>
> but many for 3.5.1 (like ubuntu)<br>
><br>
> Is that intentional?<br>
<br>
Not really. It has been 2 days that I'm attempting to push the images <br>
generated on my PC on Docker hub, and it fails on the ubuntu-full ones, <br>
with the connection being reset after many hours, probably due to their <br>
"big" size and my connection being too slow on upload, so I keep <br>
re-trying. Not the first time I hit that problem, but here it struggles <br>
more than usual. I should probably get off my procrastination of <br>
upgrading my DSL connection to fiber...<br>
<br>
If you have a faster connection and want to help, you need to install <br>
docker buildx (not sure I kept note on that installation process, but I <br>
probably followed what is described at <br>
<a href="https://github.com/OSGeo/gdal/tree/master/docker#multi-arch-images" rel="noreferrer noreferrer" target="_blank">https://github.com/OSGeo/gdal/tree/master/docker#multi-arch-images</a>) with <br>
linux/amd64 and linux/arm64 backends installed, and then from a checkout <br>
of release/3.5 branch:<br>
<br>
./docker/build-all.sh --with-multi-arch --release --tag 3.5.2 --gdal <br>
v3.5.2 --proj 9.1.0 --platform linux/arm64,linux/amd64<br>
<br>
Takes ~ 1 day for building everything (the slow part is arm64 <br>
crosscompilation)<br>
<br>
And then relaunch the above command with --push appended to actually <br>
push to Docker hub (it can be done also in a single step but I prefer <br>
doing in two steps to separate upload issues from build issues)<br>
<br>
If you're willing to do that, I can grant you push rights to <br>
<a href="https://hub.docker.com/r/osgeo/gdal" rel="noreferrer noreferrer" target="_blank">https://hub.docker.com/r/osgeo/gdal</a><br>
<br>
Even<br>
<br>
-- <br>
<br>
<a href="http://www.spatialys.com" rel="noreferrer noreferrer" target="_blank">http://www.spatialys.com</a><br>
My software is free, but my time generally not.<br>
<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank" rel="noreferrer">gdal-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</blockquote></div>