-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RFR-932] Upgrade to image 7.1.0 (support object storage)
Task/rfr 932 support object storage
- Loading branch information
Showing
3 changed files
with
65 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ on: | |
|
||
# Specify JARs version here. | ||
env: | ||
JARS_VERSION: '7.0.1' | ||
JARS_VERSION: '7.1.0' | ||
|
||
jobs: | ||
publish: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Copyright 2018-2022 Cyface GmbH | ||
# Copyright 2018-2024 Cyface GmbH | ||
# | ||
# This file is part of the Cyface Data Collector. | ||
# | ||
|
@@ -15,10 +15,9 @@ | |
# You should have received a copy of the GNU General Public License | ||
# along with the Cyface Data Collector. If not, see <http://www.gnu.org/licenses/>. | ||
# | ||
# Version 1.0.1 | ||
# Version 1.0.2 | ||
|
||
# Use the official JDK Repo for version 11 as target (use slim version to remove all UI stuff, and since we do only need to run software, we just use the JRE). | ||
FROM openjdk:11-jre-slim | ||
FROM eclipse-temurin:17-jre | ||
MAINTAINER Cyface GmbH <[email protected]> | ||
|
||
# Create user. Unproblematic default id (wikipedia.org/wiki/User_identifier) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters