Skip to content

Commit bc74bb3

Browse files
Merge pull request #117 from OneBusAway/v260
Update Docker image to use v2.6.0
2 parents 6f7c5ef + eb2730c commit bc74bb3

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ jobs:
6969
steps:
7070
- name: Compute image tag names
7171
run: |
72-
# Set the full version tag (e.g., 2.5.13-otsf-v5.0.0)
72+
# Set the full version tag (e.g., 2.6.0-v1.0.0)
7373
echo "IMAGE_TAG=$(echo $GITHUB_REF_NAME)" >> $GITHUB_ENV
74-
# Extract the software version (e.g., 2.5.13-otsf) and add -latest
74+
# Extract the software version (e.g., 2.6.0-v1.0.0) and add -latest
7575
echo "LATEST_TAG=$(echo $GITHUB_REF_NAME | sed 's/-v[0-9]\+\.[0-9]\+\.[0-9]\+/-latest/')" >> $GITHUB_ENV
7676
- name: Checkout code
7777
uses: actions/checkout@v4

bundler/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG OBA_VERSION=2.5.13-otsf
1+
ARG OBA_VERSION=2.6.0
22

33
##############
44
# Go Builder #

oba/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG OBA_VERSION=2.5.13-otsf
1+
ARG OBA_VERSION=2.6.0
22
ARG POSTGRESQL_CONNECTOR_VERSION=42.7.4
33
ARG MYSQL_CONNECTOR_VERSION=8.4.0
44

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

6161
ENV GTFS_TIDY_ARGS=${GTFS_TIDY_ARGS}
62-
ARG OBA_VERSION=2.5.13-otsf
63-
62+
ARG OBA_VERSION=2.6.0
6463

6564
ENV POSTGRESQL_CONNECTOR_VERSION=${POSTGRESQL_CONNECTOR_VERSION}
6665
ENV MYSQL_CONNECTOR_VERSION=${MYSQL_CONNECTOR_VERSION}

render.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
name: OneBusAway API Server
44
runtime: image
55
image:
6-
url: docker.io/opentransitsoftwarefoundation/onebusaway-api-webapp:2.5.13-otsf-v3.0.0
6+
url: docker.io/opentransitsoftwarefoundation/onebusaway-api-webapp:2.6.0-v1.0.0
77
region: oregon
88
plan: standard
99
numInstances: 1

0 commit comments

Comments
 (0)