Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
5254afca
Verified
Commit
5254afca
authored
1 year ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
Updated pipeline to master only
parent
970ca44c
No related branches found
No related tags found
3 merge requests
!231
CI: Remove build for log-service
,
!228
Better error message handling in the frontend
,
!223
Release of version 1.4.0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+25
-25
25 additions, 25 deletions
.gitlab-ci.yml
with
25 additions
and
25 deletions
.gitlab-ci.yml
+
25
−
25
View file @
5254afca
...
@@ -156,7 +156,7 @@ scan-analyse-service:
...
@@ -156,7 +156,7 @@ scan-analyse-service:
stage
:
scan
stage
:
scan
only
:
only
:
refs
:
refs
:
-
dev
-
master
allow_failure
:
true
allow_failure
:
true
script
:
script
:
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-analyse-service-report.json docker.io/dbrepo/analyse-service:latest
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-analyse-service-report.json docker.io/dbrepo/analyse-service:latest
...
@@ -176,7 +176,7 @@ scan-authentication-service:
...
@@ -176,7 +176,7 @@ scan-authentication-service:
stage
:
scan
stage
:
scan
only
:
only
:
refs
:
refs
:
-
dev
-
master
allow_failure
:
true
allow_failure
:
true
script
:
script
:
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-authentication-service-report.json docker.io/dbrepo/authentication-service:latest
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-authentication-service-report.json docker.io/dbrepo/authentication-service:latest
...
@@ -196,7 +196,7 @@ scan-broker-service:
...
@@ -196,7 +196,7 @@ scan-broker-service:
stage
:
scan
stage
:
scan
only
:
only
:
refs
:
refs
:
-
dev
-
master
allow_failure
:
true
allow_failure
:
true
script
:
script
:
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-broker-service-report.json docker.io/dbrepo/broker-service:latest
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-broker-service-report.json docker.io/dbrepo/broker-service:latest
...
@@ -216,7 +216,7 @@ scan-gateway-service:
...
@@ -216,7 +216,7 @@ scan-gateway-service:
stage
:
scan
stage
:
scan
only
:
only
:
refs
:
refs
:
-
dev
-
master
allow_failure
:
true
allow_failure
:
true
script
:
script
:
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-gateway-service-report.json docker.io/nginx:1.25.0-alpine-slim
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-gateway-service-report.json docker.io/nginx:1.25.0-alpine-slim
...
@@ -236,7 +236,7 @@ scan-metadata-service:
...
@@ -236,7 +236,7 @@ scan-metadata-service:
stage
:
scan
stage
:
scan
only
:
only
:
refs
:
refs
:
-
dev
-
master
allow_failure
:
true
allow_failure
:
true
script
:
script
:
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-metadata-service-report.json docker.io/dbrepo/metadata-service:latest
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-metadata-service-report.json docker.io/dbrepo/metadata-service:latest
...
@@ -256,7 +256,7 @@ scan-data-service:
...
@@ -256,7 +256,7 @@ scan-data-service:
stage
:
scan
stage
:
scan
only
:
only
:
refs
:
refs
:
-
dev
-
master
allow_failure
:
true
allow_failure
:
true
script
:
script
:
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-data-service-report.json docker.io/dbrepo/data-service:latest
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-data-service-report.json docker.io/dbrepo/data-service:latest
...
@@ -276,7 +276,7 @@ scan-search-db:
...
@@ -276,7 +276,7 @@ scan-search-db:
stage
:
scan
stage
:
scan
only
:
only
:
refs
:
refs
:
-
dev
-
master
allow_failure
:
true
allow_failure
:
true
script
:
script
:
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-search-db-report.json docker.io/dbrepo/search-db:latest
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-search-db-report.json docker.io/dbrepo/search-db:latest
...
@@ -296,7 +296,7 @@ scan-search-dashboard:
...
@@ -296,7 +296,7 @@ scan-search-dashboard:
stage
:
scan
stage
:
scan
only
:
only
:
refs
:
refs
:
-
dev
-
master
allow_failure
:
true
allow_failure
:
true
script
:
script
:
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-search-dashboard-report.json docker.io/opensearchproject/opensearch-dashboards:2.10.0
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-search-dashboard-report.json docker.io/opensearchproject/opensearch-dashboards:2.10.0
...
@@ -316,7 +316,7 @@ scan-search-db-init:
...
@@ -316,7 +316,7 @@ scan-search-db-init:
stage
:
scan
stage
:
scan
only
:
only
:
refs
:
refs
:
-
dev
-
master
allow_failure
:
true
allow_failure
:
true
script
:
script
:
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-search-db-init-report.json docker.io/dbrepo/search-db-init:latest
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-search-db-init-report.json docker.io/dbrepo/search-db-init:latest
...
@@ -336,7 +336,7 @@ scan-data-db:
...
@@ -336,7 +336,7 @@ scan-data-db:
stage
:
scan
stage
:
scan
only
:
only
:
refs
:
refs
:
-
dev
-
master
allow_failure
:
true
allow_failure
:
true
script
:
script
:
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-data-db-report.json docker.io/bitnami/mariadb:11.2.2-debian-11-r0
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-data-db-report.json docker.io/bitnami/mariadb:11.2.2-debian-11-r0
...
@@ -356,7 +356,7 @@ scan-metadata-db:
...
@@ -356,7 +356,7 @@ scan-metadata-db:
stage
:
scan
stage
:
scan
only
:
only
:
refs
:
refs
:
-
dev
-
master
allow_failure
:
true
allow_failure
:
true
script
:
script
:
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-metadata-db-report.json docker.io/dbrepo/metadata-db:latest
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-metadata-db-report.json docker.io/dbrepo/metadata-db:latest
...
@@ -376,7 +376,7 @@ scan-ui:
...
@@ -376,7 +376,7 @@ scan-ui:
stage
:
scan
stage
:
scan
only
:
only
:
refs
:
refs
:
-
dev
-
master
allow_failure
:
true
allow_failure
:
true
script
:
script
:
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-ui-report.json docker.io/dbrepo/ui:latest
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-ui-report.json docker.io/dbrepo/ui:latest
...
@@ -396,7 +396,7 @@ scan-storage-service:
...
@@ -396,7 +396,7 @@ scan-storage-service:
stage
:
scan
stage
:
scan
only
:
only
:
refs
:
refs
:
-
dev
-
master
allow_failure
:
true
allow_failure
:
true
script
:
script
:
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-storage-service-report.json docker.io/chrislusf/seaweedfs:3.59
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-storage-service-report.json docker.io/chrislusf/seaweedfs:3.59
...
@@ -416,7 +416,7 @@ scan-storage-service-init:
...
@@ -416,7 +416,7 @@ scan-storage-service-init:
stage
:
scan
stage
:
scan
only
:
only
:
refs
:
refs
:
-
dev
-
master
allow_failure
:
true
allow_failure
:
true
script
:
script
:
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-storage-service-init-report.json docker.io/dbrepo/storage-service-init:latest
-
trivy image --insecure --exit-code 0 --format template --template "@.trivy/gitlab.tpl" -o ./.trivy/trivy-storage-service-init-report.json docker.io/dbrepo/storage-service-init:latest
...
@@ -441,7 +441,7 @@ release-latest:
...
@@ -441,7 +441,7 @@ release-latest:
-
test-frontend
-
test-frontend
only
:
only
:
refs
:
refs
:
-
dev
-
master
before_script
:
before_script
:
-
echo "$CI_REGISTRY_PASSWORD" | docker login --username "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY_URL
-
echo "$CI_REGISTRY_PASSWORD" | docker login --username "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY_URL
-
echo "$CI_REGISTRY2_PASSWORD" | docker login --username "$CI_REGISTRY2_USER" --password-stdin $CI_REGISTRY2_URL
-
echo "$CI_REGISTRY2_PASSWORD" | docker login --username "$CI_REGISTRY2_USER" --password-stdin $CI_REGISTRY2_URL
...
@@ -493,12 +493,12 @@ build-api-latest:
...
@@ -493,12 +493,12 @@ build-api-latest:
image
:
docker.io/alpine:3.18
image
:
docker.io/alpine:3.18
only
:
only
:
refs
:
refs
:
-
dev
-
master
-
release-v1.3
-
release-v1.3
-
release-v1.4
-
release-v1.4
script
:
script
:
-
apk add bash git
-
apk add bash git
-
git fetch && git checkout
dev
-
git fetch && git checkout
master
-
bash .docs/.swagger/swagger-site.sh
-
bash .docs/.swagger/swagger-site.sh
-
mkdir -p ./swagger/latest
-
mkdir -p ./swagger/latest
-
cp -r ./site/* ./swagger/latest/
-
cp -r ./site/* ./swagger/latest/
...
@@ -516,7 +516,7 @@ build-api-1.3:
...
@@ -516,7 +516,7 @@ build-api-1.3:
image
:
docker.io/alpine:3.18
image
:
docker.io/alpine:3.18
only
:
only
:
refs
:
refs
:
-
dev
-
master
-
release-v1.3
-
release-v1.3
-
release-v1.4
-
release-v1.4
script
:
script
:
...
@@ -539,7 +539,7 @@ build-api-1.4:
...
@@ -539,7 +539,7 @@ build-api-1.4:
image
:
docker.io/alpine:3.18
image
:
docker.io/alpine:3.18
only
:
only
:
refs
:
refs
:
-
dev
-
master
-
release-v1.3
-
release-v1.3
-
release-v1.4
-
release-v1.4
script
:
script
:
...
@@ -562,7 +562,7 @@ docs-registry:
...
@@ -562,7 +562,7 @@ docs-registry:
image
:
docker.io/python:3.9-slim
image
:
docker.io/python:3.9-slim
only
:
only
:
refs
:
refs
:
-
dev
-
master
-
release-v1.3
-
release-v1.3
-
release-v1.4
-
release-v1.4
script
:
script
:
...
@@ -586,12 +586,12 @@ docs-latest:
...
@@ -586,12 +586,12 @@ docs-latest:
-
build-api-1.4
-
build-api-1.4
only
:
only
:
refs
:
refs
:
-
dev
-
master
-
release-v1.3
-
release-v1.3
-
release-v1.4
-
release-v1.4
script
:
script
:
-
apt-get update && apt-get install -y git make sed
-
apt-get update && apt-get install -y git make sed
-
git fetch && git checkout
dev
-
git fetch && git checkout
master
-
pip install -r ./requirements.txt
-
pip install -r ./requirements.txt
-
mkdir -p ./final
-
mkdir -p ./final
-
find ./.docs -type f -exec sed -i -e "s/\$TAG/latest/g" {} \;
-
find ./.docs -type f -exec sed -i -e "s/\$TAG/latest/g" {} \;
...
@@ -616,7 +616,7 @@ docs-1.3:
...
@@ -616,7 +616,7 @@ docs-1.3:
-
build-api-1.3
-
build-api-1.3
only
:
only
:
refs
:
refs
:
-
dev
-
master
-
release-v1.3
-
release-v1.3
-
release-v1.4
-
release-v1.4
script
:
script
:
...
@@ -645,7 +645,7 @@ docs-1.4:
...
@@ -645,7 +645,7 @@ docs-1.4:
-
build-api-1.4
-
build-api-1.4
only
:
only
:
refs
:
refs
:
-
dev
-
master
-
release-v1.3
-
release-v1.3
-
release-v1.4
-
release-v1.4
script
:
script
:
...
@@ -675,7 +675,7 @@ release-docs:
...
@@ -675,7 +675,7 @@ release-docs:
-
docs-1.4
-
docs-1.4
only
:
only
:
refs
:
refs
:
-
dev
-
master
-
release-v1.3
-
release-v1.3
-
release-v1.4
-
release-v1.4
script
:
script
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment