OneBusAway / onebusaway-docker

Docker configuration for the OneBusAway Application Modules (https://github.com/OneBusAway/onebusaway-application-modules)
Apache License 2.0
18 stars 32 forks source link

Make bundle creation easier #9

Closed danp closed 7 months ago

danp commented 6 years ago

Currently bin/ci runs a complex command line to build bundles. Make this easier by baking a create-bundle or similar script into the image. Might be as simple as:

exec java -Xss4m -Xmx3G \
            -jar /app/onebusaway-transit-data-federation-builder-2.0.0-SNAPSHOT-withAllDependencies.jar "$@"

Where the path to the jar is properly determined based on the version that ended up in the image.