Skip to content
Snippets Groups Projects
Commit 0cd76bda authored by Griefed's avatar Griefed :joystick:
Browse files

Merge branch 'renovate-griefed-baseimage-ubuntu-jdk-8-2.x' into 'main'

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

See merge request !61
parents 403f7e72 be8e1939
No related branches found
No related tags found
1 merge request!61Update griefed/baseimage-ubuntu-jdk-8 Docker tag to v2.0.1
...@@ -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.0 image: griefed/baseimage-ubuntu-jdk-8:2.0.1
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.0 image: griefed/baseimage-ubuntu-jdk-8:2.0.1
stage: Other stage: Other
allow_failure: true allow_failure: true
before_script: before_script:
......
FROM griefed/baseimage-ubuntu-jdk-8:2.0.0 AS builder FROM griefed/baseimage-ubuntu-jdk-8:2.0.1 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.0 FROM griefed/baseimage-ubuntu-jdk-8:2.0.1
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.0 AS builder FROM griefed/baseimage-ubuntu-jdk-8:2.0.1 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.0 FROM griefed/baseimage-ubuntu-jdk-8:2.0.1
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