Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
checkit_tiff_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
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
checkit_tiff_plugin4rosetta
Commits
700af9ae
Commit
700af9ae
authored
5 years ago
by
Andreas Romeyke
Browse files
Options
Downloads
Patches
Plain Diff
- upgraded to centos 6.10
parent
064d4630
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_checkit_tiff/Dockerfile
+15
-10
15 additions, 10 deletions
deploy_checkit_tiff/Dockerfile
with
15 additions
and
10 deletions
deploy_checkit_tiff/Dockerfile
+
15
−
10
View file @
700af9ae
FROM
centos:6.
9
FROM
centos:6.
10
MAINTAINER
Andreas Romeyke <romeyke@slub-dresden.de>
MAINTAINER
Andreas Romeyke <romeyke@slub-dresden.de>
# current could be 0.3.1 or 0.4.0, because 0.4.0 is bugfixed version of
# current could be 0.3.1 or 0.4.0, because 0.4.0 is bugfixed version of
# checkit_tiff with rules compatible to 0.3.1 based on Handreichung TIFF v1.2
# checkit_tiff with rules compatible to 0.3.1 based on Handreichung TIFF v1.2
...
@@ -26,16 +26,21 @@ ENV PATCH="\
...
@@ -26,16 +26,21 @@ ENV PATCH="\
# based on https://hub.docker.com/r/rpmbuild/centos6/
# based on https://hub.docker.com/r/rpmbuild/centos6/
## next steps needed because deprecated certificates
RUN
yum clean all
-y
RUN
yum check
-y
RUN
yum update ca-certificates
-y
RUN
yum upgrade
-y
## install base environment
## install base environment
RUN
yum
install
-y
\
RUN
yum
install
-v
-y
libtool
libtool libtool-ltdl
\
RUN
yum
install
-v
-y
libtool-ltdl
make cmake
\
RUN
yum
install
-v
-y
make cmake
pkgconfig
\
RUN
yum
install
-v
-y
pkgconfig
sudo
\
RUN
yum
install
-v
-y
sudo
automake autoconf
\
RUN
yum
install
-v
-y
automake autoconf
wget
\
RUN
yum
install
-v
-y
wget
yum-utils rpm-build
&&
\
RUN
yum
install
-v
-y
yum-utils rpm-build
yum clean all
RUN
wget http://people.centos.org/tru/devtools-2/devtools-2.repo
-O
/etc/yum.repos.d/devtools-2.repo
RUN
wget http://people.centos.org/tru/devtools-2/devtools-2.repo
-O
/etc/yum.repos.d/devtools-2.repo
# git [devtools-2] (1.8.4) for "rev-list --count" feature, git [centos6] (1.7.1) too old
# git [devtools-2] (1.8.4) for "rev-list --count" feature, git [centos6] (1.7.1) too old
RUN
yum
install
-y
devtoolset-2-git
RUN
yum
install
-y
devtoolset-2-git
...
...
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