Skip to content
Snippets Groups Projects
Unverified Commit 9eeeec9a authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Update Docker registry paths

parent 8cefb298
No related branches found
No related tags found
No related merge requests found
Pipeline #22503 passed
image: registry.gitlab.tugraz.at/dbp/apps/signature/main:v3 image: registry.gitlab.tugraz.at/dbp/topics/signature/main:v1
cache: cache:
key: $CI_PROJECT_PATH key: $CI_PROJECT_PATH
......
* In case of an incompatible change increase the tag version number in build.sh * In case of an incompatible change increase the tag version number in build.sh
* ./build.sh * ./build.sh
* (first time) sudo docker login registry.gitlab.tugraz.at * (first time) sudo docker login registry.gitlab.tugraz.at
* sudo docker push registry.gitlab.tugraz.at/dbp/apps/signature/main:v1 * sudo docker push registry.gitlab.tugraz.at/dbp/topics/signature/main:v1
\ No newline at end of file \ No newline at end of file
#!/bin/bash #!/bin/bash
set -e set -e
TAG="registry.gitlab.tugraz.at/dbp/apps/signature/main:v3" TAG="registry.gitlab.tugraz.at/dbp/topics/signature/main:v1"
sudo docker build --tag "${TAG}" --file "Dockerfile" . sudo docker build --tag "${TAG}" --file "Dockerfile" .
sudo docker run --rm --security-opt label=disable \ sudo docker run --rm --security-opt label=disable \
--volume "$(pwd)/..:/home/user/app" --workdir "/home/user/app" \ --volume "$(pwd)/..:/home/user/app" --workdir "/home/user/app" \
......
# Digital Signing Application # Digital Signing Application
[GitLab Repository](https://gitlab.tugraz.at/dbp/apps/signature) [GitLab Repository](https://gitlab.tugraz.at/dbp/topics/signature)
## Local development ## Local development
```bash ```bash
# get the source # get the source
git clone git@gitlab.tugraz.at:dbp/apps/signature.git git clone git@gitlab.tugraz.at:dbp/topics/signature.git
cd signature cd signature
git submodule update --init git submodule update --init
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"license": "LGPL-2.1-or-later", "license": "LGPL-2.1-or-later",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://gitlab.tugraz.at/dbp/apps/signature.git" "url": "https://gitlab.tugraz.at/dbp/topics/signature.git"
}, },
"private": true, "private": true,
"workspaces": [ "workspaces": [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment