geosolutions-it/docker-geoserver

docker image for 2.18.5

Closed this issue · 7 comments

latest stable, 2.18.5 is missing from docker hub. I've tried to add the version number to the build config and trigger a build
image

but I can't find the new image on docker hub
image

could be related to #80

There is a chance that builds were silently failing

I'm going to run test_hooks.sh on my pc

All images has been built

REPOSITORY            TAG               IMAGE ID       CREATED          SIZE
somethingnotreal      2.18.0            586e332fa64a   33 seconds ago   1.18GB
<none>                <none>            5ca86dc47cb0   57 seconds ago   1.21GB
somethingnotreal      2.18.1            de48140f0dd3   4 minutes ago    1.18GB
<none>                <none>            35d99849ac15   4 minutes ago    1.21GB
somethingnotreal      2.18.2            3ecba110dd72   9 minutes ago    1.16GB
<none>                <none>            dd2ab07ccace   9 minutes ago    1.2GB
somethingnotreal      2.18.3            0224c9ccfa3f   13 minutes ago   1.17GB
<none>                <none>            8cc2e7f699a1   13 minutes ago   1.2GB
somethingnotreal      2.18.4            c159f199043a   16 minutes ago   1.17GB
<none>                <none>            ad340ca6d36c   16 minutes ago   1.2GB
somethingnotreal      2.18.5            21176445f9a5   21 minutes ago   1.17GB
<none>                <none>            152e421d74a6   21 minutes ago   1.2GB
somethingnotreal      2.19.2            76aeaaadac0f   24 minutes ago   1.16GB
<none>                <none>            dfbf1d1ca50c   25 minutes ago   1.2GB
somethingnotreal      2.18.x            e16bc07023db   29 minutes ago   1.17GB
<none>                <none>            950564e73b49   30 minutes ago   1.2GB
somethingnotreal      2.19.x            490dbd4ef876   34 minutes ago   1.16GB
<none>                <none>            6f571fd5667a   34 minutes ago   1.2GB
somethingnotreal      main              101556a6b0b0   38 minutes ago   1.14GB
<none>                <none>            b8552868658b   40 minutes ago   1.18GB
geonode/geoserver     2.18.x            7df6b07ec814   4 days ago       983MB

There is also on our dockerhub

image

BTW test_hooks.sh doesn't seems to have 2.18.5 in MAINT

#!/usr/bin/env bash
export MAINT_VERSION="2.18.4 2.18.3 2.18.2 2.18.1 2.18.0"
export MIDDLE_STABLE="19"
export NIGHTLY_MAINT_VERSION="2.18.x"
export NIGHTLY_MASTER_VERSION="main foobar"
export NIGHTLY_STABLE_VERSION="2.19.x"
export STABLE_VERSION="2.19.2"
export NEWEST_VERSION="2.19.2"
export DOCKERFILE_PATH="./Dockerfile"
export DOCKER_REPO="somethingnotreal"
source hooks/build
#source hooks/test

If we want we should do a PR. @randomorder

There is also on our dockerhub

image

I guess it's due to fixing of #80

thanks