Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ci-containers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
infra
ci-containers
Commits
8330b6b9
Commit
8330b6b9
authored
5 years ago
by
Thomas Schneider
Browse files
Options
Downloads
Patches
Plain Diff
Use ftp.halifax mirror
parent
46f3b567
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#1200
failed
5 years ago
Stage: base
Stage: first
Stage: second
Changes
3
Pipelines
42
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
fsmpi-base/Dockerfile
+2
-0
2 additions, 0 deletions
fsmpi-base/Dockerfile
fsmpi-base/buster.list
+3
-0
3 additions, 0 deletions
fsmpi-base/buster.list
fsmpi-base/stretch.list
+3
-0
3 additions, 0 deletions
fsmpi-base/stretch.list
with
8 additions
and
0 deletions
fsmpi-base/Dockerfile
+
2
−
0
View file @
8330b6b9
ARG
DEBIAN_RELEASE=stretch
FROM
debian:${DEBIAN_RELEASE}
ARG
DEBIAN_RELEASE
ENV
LANG C.UTF-8
COPY
${DEBIAN_RELEASE}.list /etc/apt/sources.list
RUN
apt-get update
&&
apt-get
install
-y
locales
&&
rm
-rf
/var/lib/apt/lists/
*
\
&&
for
lang
in
en_US de_DE
;
do
localedef
-i
$lang
-c
-f
UTF-8
-A
/usr/share/locale/locale.alias
$lang
.UTF-8
;
done
This diff is collapsed.
Click to expand it.
fsmpi-base/buster.list
0 → 100644
+
3
−
0
View file @
8330b6b9
deb http://ftp.halifax.rwth-aachen.de/debian buster main
deb http://security.debian.org/debian-security buster/updates main
deb http://ftp.halifax.rwth-aachen.de/debian buster-updates main
This diff is collapsed.
Click to expand it.
fsmpi-base/stretch.list
0 → 100644
+
3
−
0
View file @
8330b6b9
deb http://ftp.halifax.rwth-aachen.de/debian stretch main
deb http://security.debian.org/debian-security stretch/updates main
deb http://ftp.halifax.rwth-aachen.de/debian stretch-updates main
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