Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
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
containers
eic_container
Commits
8cbe06a8
Commit
8cbe06a8
authored
3 years ago
by
Ujwal Kundur
Committed by
Wouter Deconinck
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix 2
Install gitlab-runner from bullseye as it's available now.
parent
ad6573e4
Branches
highfive-mpi
No related tags found
1 merge request
!309
Repo Cleanup
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
containers/debian/Dockerfile
+0
-3
0 additions, 3 deletions
containers/debian/Dockerfile
with
0 additions
and
3 deletions
containers/debian/Dockerfile
+
0
−
3
View file @
8cbe06a8
...
@@ -17,7 +17,6 @@ ENV CLICOLOR_FORCE=1 \
...
@@ -17,7 +17,6 @@ ENV CLICOLOR_FORCE=1 \
## Install additional packages. Remove the auto-cleanup functionality
## Install additional packages. Remove the auto-cleanup functionality
## for docker, as we're using the new buildkit cache instead.
## for docker, as we're using the new buildkit cache instead.
## We also install gitlab-runner, from the buster package (as bullseye is not available atm)
## TODO: libyaml-cpp-dev is a dependency for afterburner. We can probably remove
## TODO: libyaml-cpp-dev is a dependency for afterburner. We can probably remove
## this once afterburner is added to spack
## this once afterburner is added to spack
RUN
--mount
=
type
=
cache,target
=
/var/cache/apt
\
RUN
--mount
=
type
=
cache,target
=
/var/cache/apt
\
...
@@ -70,8 +69,6 @@ RUN --mount=type=cache,target=/var/cache/apt \
...
@@ -70,8 +69,6 @@ RUN --mount=type=cache,target=/var/cache/apt \
&&
curl
-L
\
&&
curl
-L
\
"https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh"
\
"https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh"
\
| bash
\
| bash
\
&&
sed
-i
"s/bookworm/buster/"
\
/etc/apt/sources.list.d/runner_gitlab-runner.list
\
&&
apt-get
-yqq
update
\
&&
apt-get
-yqq
update
\
&&
apt-get
-yqq
install
--no-install-recommends
\
&&
apt-get
-yqq
install
--no-install-recommends
\
gitlab-runner
\
gitlab-runner
\
...
...
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