Skip to content

Commit

Permalink
deps: update eclipse-temurin:17.0.12_7-jdk-jammy docker digest to 56c…
Browse files Browse the repository at this point in the history
…8b3a
  • Loading branch information
eclipse-apoapsis-bot authored and sschuberth committed Oct 19, 2024
1 parent e30e2af commit 7d6b45e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[versions]
# Docker
# When updating this version make sure to keep it in sync with the worker Dockerfiles.
eclipseTemurin = "17.0.12_7-jdk-jammy@sha256:e4083333b46cdfc88bc2c8587d92ecdee08f6a144bea31092e1b9a79ba116206"
eclipseTemurin = "17.0.12_7-jdk-jammy@sha256:56c8b3a8f4299e0190095333cf85e647e810bdf167e59f224a1fd432e47a8f12"

# Gradle plugins
dependencyAnalysisPlugin = "2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion workers/analyzer/docker/Analyzer.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ARG SBT_VERSION=1.10.0
ARG SWIFT_VERSION=5.10.1

# When updating this version make sure to keep it in sync with the other worker Dockerfiles and libs.version.toml.
ARG TEMURIN_VERSION=17.0.12_7-jdk-jammy@sha256:e4083333b46cdfc88bc2c8587d92ecdee08f6a144bea31092e1b9a79ba116206
ARG TEMURIN_VERSION=17.0.12_7-jdk-jammy@sha256:56c8b3a8f4299e0190095333cf85e647e810bdf167e59f224a1fd432e47a8f12

FROM eclipse-temurin:$TEMURIN_VERSION as ort-base-image

Check warning on line 51 in workers/analyzer/docker/Analyzer.Dockerfile

View workflow job for this annotation

GitHub Actions / Build Docker Image (analyzer-worker-base-image, TEMURIN_VERSION=21, workers/analyzer/docker, Anal...

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 51 in workers/analyzer/docker/Analyzer.Dockerfile

View workflow job for this annotation

GitHub Actions / Build Docker Image (analyzer-worker-base-image, TEMURIN_VERSION=11 ANDROID_CMD_VERSION=9862592 , ...

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Check warning on line 51 in workers/analyzer/docker/Analyzer.Dockerfile

View workflow job for this annotation

GitHub Actions / Build Docker Image (analyzer-worker-base-image, workers/analyzer/docker, Analyzer.Dockerfile, ana...

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

Expand Down
2 changes: 1 addition & 1 deletion workers/config/docker/Config.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# License-Filename: LICENSE

# When updating this version make sure to keep it in sync with the other worker Dockerfiles and libs.version.toml.
FROM eclipse-temurin:17.0.12_7-jdk-jammy@sha256:e4083333b46cdfc88bc2c8587d92ecdee08f6a144bea31092e1b9a79ba116206
FROM eclipse-temurin:17.0.12_7-jdk-jammy@sha256:56c8b3a8f4299e0190095333cf85e647e810bdf167e59f224a1fd432e47a8f12

ARG USERNAME=ort
ARG USER_ID=1000
Expand Down
2 changes: 1 addition & 1 deletion workers/evaluator/docker/Evaluator.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# License-Filename: LICENSE

# When updating this version make sure to keep it in sync with the other worker Dockerfiles and libs.version.toml.
FROM eclipse-temurin:17.0.12_7-jdk-jammy@sha256:e4083333b46cdfc88bc2c8587d92ecdee08f6a144bea31092e1b9a79ba116206
FROM eclipse-temurin:17.0.12_7-jdk-jammy@sha256:56c8b3a8f4299e0190095333cf85e647e810bdf167e59f224a1fd432e47a8f12

ARG USERNAME=ort
ARG USER_ID=1000
Expand Down
2 changes: 1 addition & 1 deletion workers/notifier/docker/Notifier.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# License-Filename: LICENSE

# When updating this version make sure to keep it in sync with the other worker Dockerfiles and libs.version.toml.
FROM eclipse-temurin:17.0.12_7-jdk-jammy@sha256:e4083333b46cdfc88bc2c8587d92ecdee08f6a144bea31092e1b9a79ba116206
FROM eclipse-temurin:17.0.12_7-jdk-jammy@sha256:56c8b3a8f4299e0190095333cf85e647e810bdf167e59f224a1fd432e47a8f12

ARG USERNAME=ort
ARG USER_ID=1000
Expand Down
2 changes: 1 addition & 1 deletion workers/reporter/docker/Reporter.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# License-Filename: LICENSE

# When updating this version make sure to keep it in sync with the other worker Dockerfiles and libs.version.toml.
FROM eclipse-temurin:17.0.12_7-jdk-jammy@sha256:e4083333b46cdfc88bc2c8587d92ecdee08f6a144bea31092e1b9a79ba116206
FROM eclipse-temurin:17.0.12_7-jdk-jammy@sha256:56c8b3a8f4299e0190095333cf85e647e810bdf167e59f224a1fd432e47a8f12

RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
--mount=type=cache,target=/var/lib/apt,sharing=locked \
Expand Down
2 changes: 1 addition & 1 deletion workers/scanner/docker/Scanner.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# License-Filename: LICENSE

# When updating this version make sure to keep it in sync with the other worker Dockerfiles and libs.version.toml.
FROM eclipse-temurin:17.0.12_7-jdk-jammy@sha256:e4083333b46cdfc88bc2c8587d92ecdee08f6a144bea31092e1b9a79ba116206 as base-image
FROM eclipse-temurin:17.0.12_7-jdk-jammy@sha256:56c8b3a8f4299e0190095333cf85e647e810bdf167e59f224a1fd432e47a8f12 as base-image

Check warning on line 24 in workers/scanner/docker/Scanner.Dockerfile

View workflow job for this annotation

GitHub Actions / Build Docker Image (scanner-worker-base-image, workers/scanner/docker, Scanner.Dockerfile, scanne...

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
--mount=type=cache,target=/var/lib/apt,sharing=locked \
Expand Down

0 comments on commit 7d6b45e

Please sign in to comment.