Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dune-docker
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ansgar Burchardt
dune-docker
Commits
c7fd3fcb
Commit
c7fd3fcb
authored
Oct 25, 2016
by
Ansgar Burchardt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use a fixed uid for `duneci` user.
parent
4aa5b6dc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
base-16.04/Dockerfile
base-16.04/Dockerfile
+1
-1
base-16.10/Dockerfile
base-16.10/Dockerfile
+1
-1
base-8/Dockerfile
base-8/Dockerfile
+1
-1
base-9/Dockerfile
base-9/Dockerfile
+1
-1
No files found.
base-16.04/Dockerfile
View file @
c7fd3fcb
...
...
@@ -36,7 +36,7 @@ RUN apt-get update && apt-get dist-upgrade --no-install-recommends --yes \
python-dev
\
python3
\
&&
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
adduser
--disabled-password
--home
/duneci duneci
RUN
adduser
--disabled-password
--home
/duneci
--uid
50000
duneci
USER
duneci
WORKDIR
/duneci
RUN
mkdir
-p
/duneci/bin /duneci/modules
...
...
base-16.10/Dockerfile
View file @
c7fd3fcb
...
...
@@ -36,7 +36,7 @@ RUN apt-get update && apt-get dist-upgrade --no-install-recommends --yes \
python-dev
\
python3
\
&&
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
adduser
--disabled-password
--home
/duneci duneci
RUN
adduser
--disabled-password
--home
/duneci
--uid
50000
duneci
USER
duneci
WORKDIR
/duneci
RUN
mkdir
-p
/duneci/bin /duneci/modules
...
...
base-8/Dockerfile
View file @
c7fd3fcb
...
...
@@ -36,7 +36,7 @@ RUN apt-get update && apt-get dist-upgrade --no-install-recommends --yes \
python-dev
\
python3
\
&&
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
adduser
--disabled-password
--home
/duneci duneci
RUN
adduser
--disabled-password
--home
/duneci
--uid
50000
duneci
USER
duneci
WORKDIR
/duneci
RUN
mkdir
-p
/duneci/bin /duneci/modules
...
...
base-9/Dockerfile
View file @
c7fd3fcb
...
...
@@ -36,7 +36,7 @@ RUN apt-get update && apt-get dist-upgrade --no-install-recommends --yes \
python-dev
\
python3
\
&&
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
adduser
--disabled-password
--home
/duneci duneci
RUN
adduser
--disabled-password
--home
/duneci
--uid
50000
duneci
USER
duneci
WORKDIR
/duneci
RUN
mkdir
-p
/duneci/bin /duneci/modules
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment