terrestris / docker-geoserver

A basic docker geoserver image with JAI and marlin renderer running on tomcat
22 stars 21 forks source link

Handle re-build of existing versions more smart #16

Closed buehner closed 2 years ago

buehner commented 5 years ago

The update-version-branches.sh script to force an update of the existing tags to the latest status of master is working fine and triggers underlying docker image builds on cloud.docker.com.

But on cloud.docker.com there seems to be a limit of 32 builds in the queue with status PENDING, which leads to the problem that only the first 32 builds will run, but the rest will fail immediately.

One possible solution for this would be to wait for each 32 builds and periodically (?) check (if possible via API) if the builds on cloud.docker.com have finished to proceed with the next builds.

buehner commented 2 years ago

Docker image build has been migrated to github actions, so the issue will be closed now