Unidata / thredds-docker

Dockerized THREDDS
https://hub.docker.com/r/unidata/thredds-docker
BSD 3-Clause "New" or "Revised" License
36 stars 28 forks source link

add thredds iso services to WEB_INF lib directory #307

Closed haileyajohnson closed 3 months ago

haileyajohnson commented 3 months ago

Adding thredds iso services as default... that's probably the right move, right @tdrwenski @ana-v-espinoza ?

tdrwenski commented 3 months ago

Yes, thanks @haileyajohnson! I did that at some point but only for the 5.5-SNAPSHOT branch https://github.com/Unidata/thredds-docker/pull/298

julienchastang commented 3 months ago

Would it be possible to invoke the call to curl in this manner?

curl -fsL "${THREDDS_ISO_JAR_URL}" -o ${CATALINA_HOME}/webapps/thredds/WEB-INF/lib/tds-plugin.jar

That is what it was before. Thanks.

julienchastang commented 3 months ago

FYI @tdrwenski @haileyajohnson I rebuilt the 5.6-SNAPSHOT with these changes. Thanks.