Skip to content

Commit

Permalink
Merge pull request #76 from OneBusAway/add-bundle-builder
Browse files Browse the repository at this point in the history
Adds `onebusaway-transit-data-federation-builder` jar file
  • Loading branch information
aaronbrethorst authored Apr 22, 2024
2 parents a15eebf + d6a443a commit d507faf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion oba/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ RUN wget "https://cdn.mysql.com/Downloads/Connector-J/mysql-connector-j-8.3.0.ta
WORKDIR /oba/libs

# OBA WAR and JAR files
RUN wget "https://repo.camsys-apps.com/releases/org/onebusaway/onebusaway-transit-data-federation-webapp/${OBA_VERSION}/onebusaway-transit-data-federation-webapp-${OBA_VERSION}.war"
RUN wget "https://repo.camsys-apps.com/releases/org/onebusaway/onebusaway-api-webapp/${OBA_VERSION}/onebusaway-api-webapp-${OBA_VERSION}.war"
RUN wget "https://repo.camsys-apps.com/releases/org/onebusaway/onebusaway-enterprise-acta-webapp/${OBA_VERSION}/onebusaway-enterprise-acta-webapp-${OBA_VERSION}.war"
RUN wget "https://repo.camsys-apps.com/releases/org/onebusaway/onebusaway-transit-data-federation-webapp/${OBA_VERSION}/onebusaway-transit-data-federation-webapp-${OBA_VERSION}.war"
RUN wget "https://repo.camsys-apps.com/releases/org/onebusaway/onebusaway-transit-data-federation-builder/${OBA_VERSION}/onebusaway-transit-data-federation-builder-${OBA_VERSION}-withAllDependencies.jar"

# Tomcat Configuration
WORKDIR /oba/webapps/onebusaway-transit-data-federation-webapp
Expand Down

0 comments on commit d507faf

Please sign in to comment.