[GRASS-dev] docker images repo issues

Hi,
fro the docker images page:
https://grass.osgeo.org/download/software/docker-images/

I see that the "GRASS GIS 7.master Ubuntu 18.04 based" and the "GRASS
GIS 7.6 stable Ubuntu 18.04 based" both link to
https://hub.docker.com/r/neteler/grassgis7/

That hub repo has only one tag, latest:
https://hub.docker.com/r/neteler/grassgis7/tags

Is it possible that the build system that uploads the images doesn't
tag them properly?

Cheers,
Andrea

Hi,

On Wed, Oct 16, 2019 at 8:37 AM andrea antonello
<andrea.antonello@gmail.com> wrote:

Hi,
fro the docker images page:
https://grass.osgeo.org/download/software/docker-images/

I see that the "GRASS GIS 7.master Ubuntu 18.04 based" and the "GRASS
GIS 7.6 stable Ubuntu 18.04 based" both link to
https://hub.docker.com/r/neteler/grassgis7/

That hub repo has only one tag, latest:
https://hub.docker.com/r/neteler/grassgis7/tags

Is it possible that the build system that uploads the images doesn't
tag them properly?

About 24hs ago we tagged them:

https://hub.docker.com/r/mundialis/grass-py3-pdal/tags

:slight_smile:

Cheers,
Markus

On Wed, Oct 16, 2019 at 10:36 AM Markus Neteler <neteler@osgeo.org> wrote:

Hi,

On Wed, Oct 16, 2019 at 8:37 AM andrea antonello
<andrea.antonello@gmail.com> wrote:
>
> Hi,
> fro the docker images page:
> https://grass.osgeo.org/download/software/docker-images/
>
> I see that the "GRASS GIS 7.master Ubuntu 18.04 based" and the "GRASS
> GIS 7.6 stable Ubuntu 18.04 based" both link to
> https://hub.docker.com/r/neteler/grassgis7/
>
> That hub repo has only one tag, latest:
> https://hub.docker.com/r/neteler/grassgis7/tags
>
> Is it possible that the build system that uploads the images doesn't
> tag them properly?

About 24hs ago we tagged them:

https://hub.docker.com/r/mundialis/grass-py3-pdal/tags

:slight_smile:

Super :slight_smile:

But then looking at the tags I am not able to understand if there is
a stable-ubuntu based on releasebranch_7_6 that brings python 2.

I.e. the versions available here:
https://grass.osgeo.org/download/software/docker-images/

Cheers,
Andrea

On Wed, Oct 16, 2019 at 10:44 AM andrea antonello
<andrea.antonello@gmail.com> wrote:

On Wed, Oct 16, 2019 at 10:36 AM Markus Neteler <neteler@osgeo.org> wrote:
>
> Hi,
>
> On Wed, Oct 16, 2019 at 8:37 AM andrea antonello
> <andrea.antonello@gmail.com> wrote:
> >
> > Hi,
> > fro the docker images page:
> > https://grass.osgeo.org/download/software/docker-images/

...

Super :slight_smile:

But then looking at the tags I am not able to understand if there is
a stable-ubuntu based on releasebranch_7_6 that brings python 2.

There was the link wrong on the web page (fixed). It is:

GRASS GIS 7.6 stable Ubuntu 18.04 based (old stable) with Python 2 -
this docker image is autogenerated from the GRASS GIS
releasebranch_7_6:
https://hub.docker.com/r/mundialis/grass-gis-stable
   Installation:
     docker pull mundialis/grass-gis-stable

(hub.docker.com behaves a bit weird at time and doesn't show the page
to me - but the image is there)

cheers
Markus

There was the link wrong on the web page (fixed). It is:

GRASS GIS 7.6 stable Ubuntu 18.04 based (old stable) with Python 2 -
this docker image is autogenerated from the GRASS GIS
releasebranch_7_6:
https://hub.docker.com/r/mundialis/grass-gis-stable
   Installation:
     docker pull mundialis/grass-gis-stable

(hub.docker.com behaves a bit weird at time and doesn't show the page
to me - but the image is there)

Great, I confirm that the images is downloaded.

Thanks,
Andrea

cheers
Markus

andrea antonello <andrea.antonello@gmail.com> schrieb am Mi., 16. Okt. 2019, 13:53:

There was the link wrong on the web page (fixed). It is:

GRASS GIS 7.6 stable Ubuntu 18.04 based (old stable) with Python 2 -
this docker image is autogenerated from the GRASS GIS
releasebranch_7_6:
https://hub.docker.com/r/mundialis/grass-gis-stable
Installation:
docker pull mundialis/grass-gis-stable

(hub.docker.com behaves a bit weird at time and doesn’t show the page
to me - but the image is there)

Great, I confirm that the images is downloaded.

Excellent! If you need changes, pull requests are welcome.

Best
Markus