clowder-framework / clowder

A data management system that allows users to share, annotate, organize and analyze large collections of datasets. It provides support for extensible metadata annotation using JSON-LD and a distribute analytics event bus for automatic curation of uploaded data.
https://clowderframework.org/
University of Illinois/NCSA Open Source License
33 stars 17 forks source link

Build and run core using eclipse-temurin:8. #434

Open lmarini opened 8 months ago

lmarini commented 8 months ago

Seems to build fine, but throws error at run time:

home/clowder/clowder.sh: line 4: /home/clowder/bin/clowder: No such file or directory. Looks like when unzipping some files are missing.

This to try and fix issue with TLS not being set to 1.2 by default. #430