Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
steps:
- name: Compute image tag names
run: |
# Set the full version tag (e.g., 2.5.13-otsf-v5.0.0)
# Set the full version tag (e.g., 2.6.0-v1.0.0)
echo "IMAGE_TAG=$(echo $GITHUB_REF_NAME)" >> $GITHUB_ENV
# Extract the software version (e.g., 2.5.13-otsf) and add -latest
# Extract the software version (e.g., 2.6.0-v1.0.0) and add -latest
echo "LATEST_TAG=$(echo $GITHUB_REF_NAME | sed 's/-v[0-9]\+\.[0-9]\+\.[0-9]\+/-latest/')" >> $GITHUB_ENV
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion bundler/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG OBA_VERSION=2.5.13-otsf
ARG OBA_VERSION=2.6.0

##############
# Go Builder #
Expand Down
5 changes: 2 additions & 3 deletions oba/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG OBA_VERSION=2.5.13-otsf
ARG OBA_VERSION=2.6.0
ARG POSTGRESQL_CONNECTOR_VERSION=42.7.4
ARG MYSQL_CONNECTOR_VERSION=8.4.0

Expand Down Expand Up @@ -59,8 +59,7 @@ RUN ./retrieve_maven_artifacts.sh
FROM tomcat:8.5.100-jdk11-temurin AS server

ENV GTFS_TIDY_ARGS=${GTFS_TIDY_ARGS}
ARG OBA_VERSION=2.5.13-otsf

ARG OBA_VERSION=2.6.0

ENV POSTGRESQL_CONNECTOR_VERSION=${POSTGRESQL_CONNECTOR_VERSION}
ENV MYSQL_CONNECTOR_VERSION=${MYSQL_CONNECTOR_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
name: OneBusAway API Server
runtime: image
image:
url: docker.io/opentransitsoftwarefoundation/onebusaway-api-webapp:2.5.13-otsf-v3.0.0
url: docker.io/opentransitsoftwarefoundation/onebusaway-api-webapp:2.6.0-v1.0.0
region: oregon
plan: standard
numInstances: 1
Expand Down
Loading