geosolutions-it/docker-geoserver

Docker Hub autobuilds dependency issue

Closed this issue · 6 comments

wget is not available at images build time:
image

@randomorder

Can you please point me out where i can find the information to connect on the Docker Hub, so i can start working on this issue?

Thanks!

@randomorder

I maked a research on this but cannot find any information about the docker hub infrastructure, i think the best approach to handle this is on the Dockerfile definition (move the plugins related code into this file).

Thanks!

I think the best approach to handle this is on the Dockerfile definition (move the plugins related code into this file).

ok go ahead and make a PR please

Work progress:

  • Creation of a test branch in the docker-geoserver repository
  • Modify the build scripts to test the autobuild function

Thanks!

Pull Request created: Link
I tested the "latest" tag image and work correctly on my sandbox environment:
image

Thanks!