Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GR Build Images
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ingo Meyer
GR Build Images
Commits
2fcd4f59
Commit
2fcd4f59
authored
3 years ago
by
Ingo Meyer
Browse files
Options
Downloads
Patches
Plain Diff
Adopt new Arch Linux naming scheme for their official Docker images
parent
ef5be198
No related branches found
No related tags found
No related merge requests found
Pipeline
#40701
passed
3 years ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
arch-self-contained/Dockerfile
+1
-1
1 addition, 1 deletion
arch-self-contained/Dockerfile
arch-system-dependencies/Dockerfile
+1
-1
1 addition, 1 deletion
arch-system-dependencies/Dockerfile
deploy-to-aur/Dockerfile
+2
-2
2 additions, 2 deletions
deploy-to-aur/Dockerfile
with
4 additions
and
4 deletions
arch-self-contained/Dockerfile
+
1
−
1
View file @
2fcd4f59
FROM
archlinux
/
base
:latest
FROM
archlinux
:
base
RUN
pacman
-Syu
--noconfirm
git cmake make
grep awk
patch gcc pkgconf automake autoconf mesa xorg-xrandr libxinerama libxcursor qt5-base nasm
This diff is collapsed.
Click to expand it.
arch-system-dependencies/Dockerfile
+
1
−
1
View file @
2fcd4f59
FROM
archlinux
/
base
:latest
FROM
archlinux
:
base
RUN
pacman
-Syu
--noconfirm
git cmake make
grep awk
patch gcc qt5-base mesa libjpeg-turbo libtiff bzip2 glfw cairo ffmpeg
This diff is collapsed.
Click to expand it.
deploy-to-aur/Dockerfile
+
2
−
2
View file @
2fcd4f59
FROM
archlinux:
latest
FROM
archlinux:
base-devel
LABEL
maintainer="Ingo Meyer <i.meyer@fz-juelich.de>"
RUN
pacman
-Sy
--noconfirm
--needed
base-devel
git openssh
&&
\
RUN
pacman
-Sy
--noconfirm
--needed
git openssh
&&
\
yes
| pacman
-Scc
RUN
useradd
-m
deploy
...
...
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