EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ESA
PRISM
VS
Commits
27c162fd
Commit
27c162fd
authored
4 years ago
by
Fabian Schindler
Browse files
Options
Downloads
Patches
Plain Diff
Adding info to create software releases
parent
78f0c9ac
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+19
-0
19 additions, 0 deletions
README.md
with
19 additions
and
0 deletions
README.md
+
19
−
0
View file @
27c162fd
...
...
@@ -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
```
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