Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
docker.osgeo.org/geoserver:2.27.x
-
Hi All,
i am using proget free almost latest version and i am trying to download this docker:
docker.osgeo.org/geoserver:2.27.x
but i get manifest error.
i have tried with the /library and with out, but still getting the error.
when pulling from a virtual machine that does not use proget, it works.
what i have noticed is that the docker is resding on nexusOSS and i was wondering if it fits the proget free version limitations.10x,
Udi
-
Hi @udi-moshe_0021,
Do you see any errors logged in the diagnostics center in ProGet? I did a test of pulling the image using Docker and the Pull Tag button in ProGet and they both worked in my case. I'm thinking you might be rate limited by docker.osgeo.org in your ProGet instance.
Thanks,
Rich
-
Hi @rhessinger ,
tried it right now and nothing on the diagnostics page.
can you post the pull command you ran ?10x,
Udi
-
Hi @udi-moshe_0021,
I tested using the following docker command:
docker pull test-server-1:8624/qa-2652/geoserver:2.27.x
I have the connector configured with the following settings:
- Connector URL: https://docker.osgeo.org
- Authentication: anonymous
- Timeout: 10
- Attempt to search the container registry: checked
- Do not use library/ prefix for repositories without namespaces: checked
I was able to pull using the docker command above and I also was able to us "Pull Tag" in the interface. One thing I would try is to delete the cached image ProGet using the ProGet UI and then try to pull it again.
Also, could you provide your docker output? Sometimes we see more information in that output if nothing is showing in the diagnostics center.
Thanks,
Rich
-
Hi @rhessinger ,
i have followed your configuration and i have managed to download the docker.
to tell you the truth, i do not know what has changed because the only thing that i have changed is the checkbox next to "library/..." and i have played with this prior to opening this case.thank you very much.