Skip to content
Snippets Groups Projects
Commit 3d0a66fb authored by RenovateBot's avatar RenovateBot :gear:
Browse files

Update griefed/baseimage-ubuntu-jdk-8 Docker tag to v2.0.3

parent 1a520c06
No related branches found
No related tags found
1 merge request!66Update griefed/baseimage-ubuntu-jdk-8 Docker tag to v2.0.3
This commit is part of merge request !66. Comments created here will be created in the context of that merge request.
...@@ -125,7 +125,7 @@ secret_detection: ...@@ -125,7 +125,7 @@ secret_detection:
- rm "$CI_COMMIT_SHA"_commit_list.txt - rm "$CI_COMMIT_SHA"_commit_list.txt
Gradle Test: Gradle Test:
image: griefed/baseimage-ubuntu-jdk-8:2.0.1 image: griefed/baseimage-ubuntu-jdk-8:2.0.3
stage: Tests stage: Tests
before_script: before_script:
- echo "**** Running in $CI_JOB_ID ****" - echo "**** Running in $CI_JOB_ID ****"
...@@ -195,7 +195,7 @@ Gradle Test: ...@@ -195,7 +195,7 @@ Gradle Test:
# - $CI_SERVER_HOST == "git.griefed.de" # - $CI_SERVER_HOST == "git.griefed.de"
Gradle Dependency-Checks: Gradle Dependency-Checks:
image: griefed/baseimage-ubuntu-jdk-8:2.0.1 image: griefed/baseimage-ubuntu-jdk-8:2.0.3
stage: Other stage: Other
allow_failure: true allow_failure: true
before_script: before_script:
......
FROM griefed/baseimage-ubuntu-jdk-8:2.0.1 AS builder FROM griefed/baseimage-ubuntu-jdk-8:2.0.3 AS builder
ARG BRANCH_OR_TAG=main ARG BRANCH_OR_TAG=main
...@@ -15,7 +15,7 @@ RUN \ ...@@ -15,7 +15,7 @@ RUN \
./gradlew about installQuasar cleanFrontend assembleFrontend copyDist build --info -x test && \ ./gradlew about installQuasar cleanFrontend assembleFrontend copyDist build --info -x test && \
ls -ahl ./build/libs/ ls -ahl ./build/libs/
FROM griefed/baseimage-ubuntu-jdk-8:2.0.1 FROM griefed/baseimage-ubuntu-jdk-8:2.0.3
LABEL maintainer="Griefed <griefed@griefed.de>" LABEL maintainer="Griefed <griefed@griefed.de>"
LABEL description="DESCRIPTION" LABEL description="DESCRIPTION"
......
FROM griefed/baseimage-ubuntu-jdk-8:2.0.1 AS builder FROM griefed/baseimage-ubuntu-jdk-8:2.0.3 AS builder
ARG BRANCH_OR_TAG=main ARG BRANCH_OR_TAG=main
...@@ -15,7 +15,7 @@ RUN \ ...@@ -15,7 +15,7 @@ RUN \
./gradlew about installQuasar cleanFrontend assembleFrontend copyDist build --info -x test && \ ./gradlew about installQuasar cleanFrontend assembleFrontend copyDist build --info -x test && \
ls -ahl ./build/libs/ ls -ahl ./build/libs/
FROM griefed/baseimage-ubuntu-jdk-8:2.0.1 FROM griefed/baseimage-ubuntu-jdk-8:2.0.3
LABEL maintainer="Griefed <griefed@griefed.de>" LABEL maintainer="Griefed <griefed@griefed.de>"
LABEL description="DESCRIPTION" LABEL description="DESCRIPTION"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment