EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 27c162fd authored by Fabian Schindler's avatar Fabian Schindler
Browse files

Adding info to create software releases

parent 78f0c9ac
Branches
Tags
No related merge requests found
......@@ -200,3 +200,22 @@ docker volume rm vhr18-pvs_traefik-data
docker volume rm vhr18-pvs_cache-db
docker volume rm vhr18-pvs_instance-data
```
# Create software releases
## Source code release
Create a TAR from source code:
```bash
git archive --prefix release-1.0.0.rc.1/ -o release-1.0.0.rc.1.tar.gz -9 master
```
Save Docker images:
```bash
docker save -o pvs_core.tar registry.gitlab.eox.at/esa/prism/vs/pvs_core
docker save -o pvs_cache.tar registry.gitlab.eox.at/esa/prism/vs/pvs_cache
docker save -o pvs_preprocessor.tar registry.gitlab.eox.at/esa/prism/vs/pvs_preprocessor
docker save -o pvs_client.tar registry.gitlab.eox.at/esa/prism/vs/pvs_client
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment