Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MPI-BugBench
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
High Performance Computing - Public
MPI-BugBench
Commits
92bf4f5d
Verified
Commit
92bf4f5d
authored
10 months ago
by
Simon Schwitanski
Browse files
Options
Downloads
Patches
Plain Diff
Dockerfiles: Remove platform flag to avoid Docker warning
parent
c973c9c3
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile.itac
+1
-1
1 addition, 1 deletion
Dockerfile.itac
Dockerfile.must
+1
-1
1 addition, 1 deletion
Dockerfile.must
Dockerfile.parcoach
+1
-1
1 addition, 1 deletion
Dockerfile.parcoach
with
3 additions
and
3 deletions
Dockerfile.itac
+
1
−
1
View file @
92bf4f5d
FROM
--platform=linux/amd64
debian:latest
FROM debian:latest
USER root
USER root
RUN apt-get update --fix-missing && \
RUN apt-get update --fix-missing && \
...
...
This diff is collapsed.
Click to expand it.
Dockerfile.must
+
1
−
1
View file @
92bf4f5d
FROM
--platform=linux/amd64
debian:12
FROM debian:12
USER root
USER root
RUN apt-get update --fix-missing && \
RUN apt-get update --fix-missing && \
...
...
This diff is collapsed.
Click to expand it.
Dockerfile.parcoach
+
1
−
1
View file @
92bf4f5d
FROM
--platform=linux/amd64
debian:12
FROM debian:12
USER root
USER root
RUN apt-get update --fix-missing && \
RUN apt-get update --fix-missing && \
...
...
This diff is collapsed.
Click to expand it.
Simon Schwitanski
@simon.schwitanski
mentioned in commit
986f0fff
·
10 months ago
mentioned in commit
986f0fff
mentioned in commit 986f0fff5ed72dfb4975d2b2f40e55c6ce214e4f
Toggle commit list
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