geosolutions-it/docker-geoserver

An estrange folder appear in the docker image when build with custom_build.

agpenton opened this issue · 2 comments

apparently, when you build with custom_build script the source folder https: of the file downloaded appear in the source folder and inside the docker image.

please be more descriptive @agpenton and add the steps to replicate the issue and some logs

@randomorder after an investigation of the issue, i found out that the directory is created by this command:

if [ ! -e "${PLUGIN_ARTIFACT_URL}" ]; then
      mkdir -p "${PLUGIN_ARTIFACT_URL}"
  fi

The PR for this issue is here