Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mediaconch_plugin4rosetta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
mediaconch_plugin4rosetta
Commits
f2b0f3c5
Commit
f2b0f3c5
authored
5 years ago
by
Andreas Romeyke
Browse files
Options
Downloads
Patches
Plain Diff
- added doc
parent
7b5aba34
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
deploy_mediaconch/README.txt
+41
-0
41 additions, 0 deletions
deploy_mediaconch/README.txt
with
41 additions
and
0 deletions
deploy_mediaconch/README.txt
0 → 100644
+
41
−
0
View file @
f2b0f3c5
How to build mediaconch for Redhat system used by Rosetta
====================================================================
:lang: en
:encoding: utf-8
:author: Andreas Romeyke
== Prerequisites
* you need 'docker'
* If using Debian buster or higher, you must(!) add "vsyscall=emulate" option
to the Linux kernel boot option, because CentOS 6.xx triggers syscalls in an
outdated way.
== How to build
# If something was built, delete all containers for specific image:
docker ps -a | awk '{ print $1,$2 }' | grep mediaconch | awk '{print $1 }' | xargs -I {} docker rm {}
# build stuff
docker build -t mediaconch --rm=true ./
== find out which image
docker images
lists:
REPOSITORY TAG IMAGE ID CREATED SIZE
mediaconch latest acc13d4a83d9 3 minutes ago 827 MB
<none> <none> e3be26e603f0 5 minutes ago 824 MB
centos 6.8 0cd976dc0a98 10 months ago 195 MB
== How to copy already built binaries
id=$(docker create mediaconch)
docker cp $id:/tmp/mediaconch.tgz ./
docker rm -v $id
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