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
6b7e9dc3
Commit
6b7e9dc3
authored
1 year ago
by
Jörg Sachse
Browse files
Options
Downloads
Patches
Plain Diff
fix: set "CACHEBUST=1" for package installation tasks
parent
3e7106b9
No related branches found
No related tags found
No related merge requests found
Pipeline
#4532
passed
1 year ago
Stage: build
Stage: test
Stage: packaging
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gitlab-ci/Dockerfile
+2
-2
2 additions, 2 deletions
gitlab-ci/Dockerfile
with
2 additions
and
2 deletions
gitlab-ci/Dockerfile
+
2
−
2
View file @
6b7e9dc3
...
@@ -6,21 +6,21 @@ ENV EXLIBRIS_REPO=https://github.com/ExLibrisGroup/Rosetta.dps-sdk-projects.git
...
@@ -6,21 +6,21 @@ ENV EXLIBRIS_REPO=https://github.com/ExLibrisGroup/Rosetta.dps-sdk-projects.git
ENV
EXLIBRIS_REPODIR=Rosetta.dps-sdk-projects
ENV
EXLIBRIS_REPODIR=Rosetta.dps-sdk-projects
ENV
EXLIBRIS_PATH=/exlibris
ENV
EXLIBRIS_PATH=/exlibris
ARG
CACHEBUST=1
RUN
apt-get update
;
\
RUN
apt-get update
;
\
apt-get
install
-y
--no-install-recommends
gnupg wget
;
\
apt-get
install
-y
--no-install-recommends
gnupg wget
;
\
wget
-O
- http://sdvdebianrepo.slub-dresden.de/deb-repository/pub.gpg.key | apt-key add -
;
\
wget
-O
- http://sdvdebianrepo.slub-dresden.de/deb-repository/pub.gpg.key | apt-key add -
;
\
echo
"deb http://sdvdebianrepo.slub-dresden.de/deb-repository bullseye main"
>
/etc/apt/sources.list.d/slub.list
;
echo
"deb http://sdvdebianrepo.slub-dresden.de/deb-repository bullseye main"
>
/etc/apt/sources.list.d/slub.list
;
ARG
CACHEBUST=1
RUN
apt-get update
;
\
RUN
apt-get update
;
\
apt-get
-y
upgrade
;
\
apt-get
-y
upgrade
;
\
apt-get
install
-y
\
apt-get
install
-y
\
apt-file
\
apt-utils
\
apt-utils
\
make
\
make
\
openjdk-17-jdk
\
openjdk-17-jdk
\
junit4
\
junit4
\
git
\
git
\
;
;
RUN
apt-file update
;
RUN
git clone https://github.com/ExLibrisGroup/Rosetta.dps-sdk-projects.git
RUN
git clone https://github.com/ExLibrisGroup/Rosetta.dps-sdk-projects.git
RUN
ln
-s
${
EXLIBRIS_REPODIR
}
${
EXLIBRIS_PATH
}
RUN
ln
-s
${
EXLIBRIS_REPODIR
}
${
EXLIBRIS_PATH
}
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