Skip to content
Snippets Groups Projects
Commit fd0e8416 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Update various things affected by the gitlab path change

parent 9a9ecd7c
No related branches found
No related tags found
No related merge requests found
Pipeline #52712 passed
image: registry.gitlab.tugraz.at/dbp/dbp-api/api-server-template/main:v2
image: registry.gitlab.tugraz.at/dbp/dbp-api/dbp-relay-server-template/main:v2
before_script:
- 'git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.tugraz.at/".insteadOf "git@gitlab.tugraz.at:"'
......
* In case of an incompatible change increase the tag version number in build.sh
* ./build.sh
* (first time) sudo docker login registry.gitlab.tugraz.at
* sudo docker push registry.gitlab.tugraz.at/dbp/dbp-api/api-server-template/main:v2
\ No newline at end of file
* sudo docker push registry.gitlab.tugraz.at/dbp/dbp-api/dbp-relay-server-template/main:v2
\ No newline at end of file
#!/bin/bash
set -e
TAG="registry.gitlab.tugraz.at/dbp/dbp-api/api-server-template/main:v2"
TAG="registry.gitlab.tugraz.at/dbp/dbp-api/dbp-relay-server-template/main:v2"
sudo docker build --tag "${TAG}" --file "Dockerfile" .
sudo docker run --rm --security-opt label=disable \
--volume "$(pwd)/..:/home/user/app" --workdir "/home/user/app" \
......
COMPOSE_PROJECT_NAME=api-server-template-dev
\ No newline at end of file
COMPOSE_PROJECT_NAME=dbp-relay-server-template
\ No newline at end of file
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