Skip to content
Snippets Groups Projects
Verified Commit d602a799 authored by Martin Weise's avatar Martin Weise
Browse files

DIND

parent 5c30598b
No related branches found
No related tags found
4 merge requests!231CI: Remove build for log-service,!228Better error message handling in the frontend,!223Release of version 1.4.0,!190Resolve "More env variables for Azure deployment"
...@@ -5,7 +5,7 @@ variables: ...@@ -5,7 +5,7 @@ variables:
TAG: "${TAG:-latest}" TAG: "${TAG:-latest}"
TRIVY_NO_PROGRESS: "true" TRIVY_NO_PROGRESS: "true"
TRIVY_CACHE_DIR: ".trivycache/" TRIVY_CACHE_DIR: ".trivycache/"
"_JAVA_OPTIONS": "-Dlogging.level.at.tuwien.=INFO" "_JAVA_OPTIONS": "-Dlogging.level.root=ERROR"
image: maven:3-openjdk-17 image: maven:3-openjdk-17
...@@ -50,6 +50,7 @@ build-frontend: ...@@ -50,6 +50,7 @@ build-frontend:
- "yarn --cwd ./dbrepo-ui run build" - "yarn --cwd ./dbrepo-ui run build"
build-docker: build-docker:
image: docker:24-dind
stage: build-docker stage: build-docker
needs: needs:
- build-metadata-service - build-metadata-service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment