Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ubuntu
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
Docker Build Images
ubuntu
Commits
d0f8f5b1
Commit
d0f8f5b1
authored
5 years ago
by
Markus Frosch
Browse files
Options
Downloads
Patches
Plain Diff
bionic: Remove duplicate user creation
parent
440544f8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#7095
failed
5 years ago
Stage: build
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bionic/x86_64/Dockerfile
+0
-5
0 additions, 5 deletions
bionic/x86_64/Dockerfile
with
0 additions
and
5 deletions
bionic/x86_64/Dockerfile
+
0
−
5
View file @
d0f8f5b1
...
...
@@ -10,11 +10,6 @@ RUN eatmydata apt-get install -y \
sudo
wget curl
tar
expect git
\
devscripts build-essential lintian ccache pbuilder aptitude apt-utils
RUN
groupadd
-g
1000 jenkins
\
&&
useradd
-u
1000
-g
1000
-m
jenkins
\
&&
echo
'Defaults:jenkins !requiretty'
|
tee
-a
/etc/sudoers
\
&&
echo
'jenkins ALL=(ALL:ALL) NOPASSWD: ALL'
|
tee
-a
/etc/sudoers
RUN
curl https://packages.icinga.com/icinga.key | apt-key add -
\
&&
DIST
=
$(
awk
-F
=
'/VERSION_CODENAME=/ {print $2}'
/etc/os-release
)
\
&&
echo
"deb http://packages.icinga.com/ubuntu icinga-
${
DIST
}
main"
>
/etc/apt/sources.list.d/
${
DIST
}
-icinga
.list
...
...
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