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
f5df9d1b
Commit
f5df9d1b
authored
1 year ago
by
Martin Weise
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into release-1.4.4
parents
58cbffce
be501299
No related branches found
No related tags found
3 merge requests
!296
Dev
,
!293
Dev
,
!289
Dev
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.docs/api/metadata-db.md
+9
-2
9 additions, 2 deletions
.docs/api/metadata-db.md
.gitlab-ci.yml
+0
-20
0 additions, 20 deletions
.gitlab-ci.yml
make/rel.mk
+0
-2
0 additions, 2 deletions
make/rel.mk
with
9 additions
and
24 deletions
.docs/api/metadata-db.md
+
9
−
2
View file @
f5df9d1b
...
@@ -28,6 +28,13 @@ services:
...
@@ -28,6 +28,13 @@ services:
...
...
```
```
## Image
:octicons-tag-16:{ title="Minimum version" } 1.4.4
We recommend to use the MariaDB image directly instead of our own maintained image which just copied
the
`setup-schema.sql`
into the container. This can be done more transparently through volume mounts.
!!! warning "Alphabetic Filename Sorting"
!!! warning "Alphabetic Filename Sorting"
Beware that the init script provided by Bitnami executes files in alphabetic order! For example: the file
Beware that the init script provided by Bitnami executes files in alphabetic order! For example: the file
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
0
−
20
View file @
f5df9d1b
...
@@ -459,26 +459,6 @@ scan-data-db:
...
@@ -459,26 +459,6 @@ scan-data-db:
reports
:
reports
:
container_scanning
:
./.trivy/trivy-data-db-report.json
container_scanning
:
./.trivy/trivy-data-db-report.json
scan-metadata-db
:
image
:
bitnami/trivy:latest
stage
:
scan
only
:
refs
:
-
master
allow_failure
:
true
script
:
-
trivy image --insecure --exit-code 0 --format template --template "@.gitlab/gitlab.tpl" -o ./.trivy/trivy-metadata-db-report.json dbrepo-metadata-db:latest
-
trivy image --insecure --exit-code 0 dbrepo-metadata-db:latest
-
trivy image --insecure --exit-code 1 --severity CRITICAL dbrepo-metadata-db:latest
cache
:
paths
:
-
.trivycache/
artifacts
:
when
:
always
expire_in
:
1 days
reports
:
container_scanning
:
./.trivy/trivy-metadata-db-report.json
scan-ui
:
scan-ui
:
image
:
bitnami/trivy:latest
image
:
bitnami/trivy:latest
stage
:
scan
stage
:
scan
...
...
This diff is collapsed.
Click to expand it.
make/rel.mk
+
0
−
2
View file @
f5df9d1b
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
tag-images
:
build-images
##
Tag the docker images.
tag-images
:
build-images
##
Tag the docker images.
docker tag dbrepo-analyse-service:latest
"
${
REPOSITORY_URL
}
/analyse-service:
${
APP_VERSION
}
"
docker tag dbrepo-analyse-service:latest
"
${
REPOSITORY_URL
}
/analyse-service:
${
APP_VERSION
}
"
docker tag dbrepo-auth-service:latest
"
${
REPOSITORY_URL
}
/auth-service:
${
APP_VERSION
}
"
docker tag dbrepo-auth-service:latest
"
${
REPOSITORY_URL
}
/auth-service:
${
APP_VERSION
}
"
docker tag dbrepo-metadata-db:latest
"
${
REPOSITORY_URL
}
/metadata-db:
${
APP_VERSION
}
"
docker tag dbrepo-ui:latest
"
${
REPOSITORY_URL
}
/ui:
${
APP_VERSION
}
"
docker tag dbrepo-ui:latest
"
${
REPOSITORY_URL
}
/ui:
${
APP_VERSION
}
"
docker tag dbrepo-data-service:latest
"
${
REPOSITORY_URL
}
/data-service:
${
APP_VERSION
}
"
docker tag dbrepo-data-service:latest
"
${
REPOSITORY_URL
}
/data-service:
${
APP_VERSION
}
"
docker tag dbrepo-metadata-service:latest
"
${
REPOSITORY_URL
}
/metadata-service:
${
APP_VERSION
}
"
docker tag dbrepo-metadata-service:latest
"
${
REPOSITORY_URL
}
/metadata-service:
${
APP_VERSION
}
"
...
@@ -18,7 +17,6 @@ tag-images: build-images ## Tag the docker images.
...
@@ -18,7 +17,6 @@ tag-images: build-images ## Tag the docker images.
release-images
:
tag-images
##
Release the docker images.
release-images
:
tag-images
##
Release the docker images.
docker push
"
${
REPOSITORY_URL
}
/analyse-service:
${
APP_VERSION
}
"
docker push
"
${
REPOSITORY_URL
}
/analyse-service:
${
APP_VERSION
}
"
docker push
"
${
REPOSITORY_URL
}
/auth-service:
${
APP_VERSION
}
"
docker push
"
${
REPOSITORY_URL
}
/auth-service:
${
APP_VERSION
}
"
docker push
"
${
REPOSITORY_URL
}
/metadata-db:
${
APP_VERSION
}
"
docker push
"
${
REPOSITORY_URL
}
/ui:
${
APP_VERSION
}
"
docker push
"
${
REPOSITORY_URL
}
/ui:
${
APP_VERSION
}
"
docker push
"
${
REPOSITORY_URL
}
/data-service:
${
APP_VERSION
}
"
docker push
"
${
REPOSITORY_URL
}
/data-service:
${
APP_VERSION
}
"
docker push
"
${
REPOSITORY_URL
}
/search-db:
${
APP_VERSION
}
"
docker push
"
${
REPOSITORY_URL
}
/search-db:
${
APP_VERSION
}
"
...
...
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