Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
debian
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
debian
Commits
6d5b4612
Commit
6d5b4612
authored
6 years ago
by
Markus Frosch
Browse files
Options
Downloads
Patches
Plain Diff
Add backports repository
parent
acc6332f
No related branches found
No related tags found
No related merge requests found
Pipeline
#2489
passed
6 years ago
Stage: build
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
jessie/x86/Dockerfile
+2
-0
2 additions, 0 deletions
jessie/x86/Dockerfile
jessie/x86_64/Dockerfile
+2
-0
2 additions, 0 deletions
jessie/x86_64/Dockerfile
stretch/x86/Dockerfile
+2
-0
2 additions, 0 deletions
stretch/x86/Dockerfile
stretch/x86_64/Dockerfile
+2
-0
2 additions, 0 deletions
stretch/x86_64/Dockerfile
with
8 additions
and
0 deletions
jessie/x86/Dockerfile
+
2
−
0
View file @
6d5b4612
...
@@ -14,6 +14,8 @@ RUN groupadd -g 1000 jenkins \
...
@@ -14,6 +14,8 @@ RUN groupadd -g 1000 jenkins \
&&
echo
'Defaults:jenkins !requiretty'
|
tee
-a
/etc/sudoers
\
&&
echo
'Defaults:jenkins !requiretty'
|
tee
-a
/etc/sudoers
\
&&
echo
'jenkins ALL=(ALL:ALL) NOPASSWD: ALL'
|
tee
-a
/etc/sudoers
&&
echo
'jenkins ALL=(ALL:ALL) NOPASSWD: ALL'
|
tee
-a
/etc/sudoers
RUN
echo
"deb http://ftp.debian.org/debian jessie-backports main"
>
/etc/apt/sources.list.d/backports.list
RUN
curl https://packages.icinga.com/icinga.key | apt-key add -
\
RUN
curl https://packages.icinga.com/icinga.key | apt-key add -
\
&&
DIST
=
$(
awk
-F
"[)(]+"
'/VERSION=/ {print $2}'
/etc/os-release
)
\
&&
DIST
=
$(
awk
-F
"[)(]+"
'/VERSION=/ {print $2}'
/etc/os-release
)
\
&&
echo
"deb http://packages.icinga.com/debian icinga-
${
DIST
}
main"
>
/etc/apt/sources.list.d/
${
DIST
}
-icinga
.list
&&
echo
"deb http://packages.icinga.com/debian icinga-
${
DIST
}
main"
>
/etc/apt/sources.list.d/
${
DIST
}
-icinga
.list
...
...
This diff is collapsed.
Click to expand it.
jessie/x86_64/Dockerfile
+
2
−
0
View file @
6d5b4612
...
@@ -14,6 +14,8 @@ RUN groupadd -g 1000 jenkins \
...
@@ -14,6 +14,8 @@ RUN groupadd -g 1000 jenkins \
&&
echo
'Defaults:jenkins !requiretty'
|
tee
-a
/etc/sudoers
\
&&
echo
'Defaults:jenkins !requiretty'
|
tee
-a
/etc/sudoers
\
&&
echo
'jenkins ALL=(ALL:ALL) NOPASSWD: ALL'
|
tee
-a
/etc/sudoers
&&
echo
'jenkins ALL=(ALL:ALL) NOPASSWD: ALL'
|
tee
-a
/etc/sudoers
RUN
echo
"deb http://ftp.debian.org/debian jessie-backports main"
>
/etc/apt/sources.list.d/backports.list
RUN
curl https://packages.icinga.com/icinga.key | apt-key add -
\
RUN
curl https://packages.icinga.com/icinga.key | apt-key add -
\
&&
DIST
=
$(
awk
-F
"[)(]+"
'/VERSION=/ {print $2}'
/etc/os-release
)
\
&&
DIST
=
$(
awk
-F
"[)(]+"
'/VERSION=/ {print $2}'
/etc/os-release
)
\
&&
echo
"deb http://packages.icinga.com/debian icinga-
${
DIST
}
main"
>
/etc/apt/sources.list.d/
${
DIST
}
-icinga
.list
&&
echo
"deb http://packages.icinga.com/debian icinga-
${
DIST
}
main"
>
/etc/apt/sources.list.d/
${
DIST
}
-icinga
.list
...
...
This diff is collapsed.
Click to expand it.
stretch/x86/Dockerfile
+
2
−
0
View file @
6d5b4612
...
@@ -14,6 +14,8 @@ RUN groupadd -g 1000 jenkins \
...
@@ -14,6 +14,8 @@ RUN groupadd -g 1000 jenkins \
&&
echo
'Defaults:jenkins !requiretty'
|
tee
-a
/etc/sudoers
\
&&
echo
'Defaults:jenkins !requiretty'
|
tee
-a
/etc/sudoers
\
&&
echo
'jenkins ALL=(ALL:ALL) NOPASSWD: ALL'
|
tee
-a
/etc/sudoers
&&
echo
'jenkins ALL=(ALL:ALL) NOPASSWD: ALL'
|
tee
-a
/etc/sudoers
RUN
echo
"deb http://ftp.debian.org/debian stretch-backports main"
>
/etc/apt/sources.list.d/backports.list
RUN
curl https://packages.icinga.com/icinga.key | apt-key add -
\
RUN
curl https://packages.icinga.com/icinga.key | apt-key add -
\
&&
DIST
=
$(
awk
-F
"[)(]+"
'/VERSION=/ {print $2}'
/etc/os-release
)
\
&&
DIST
=
$(
awk
-F
"[)(]+"
'/VERSION=/ {print $2}'
/etc/os-release
)
\
&&
echo
"deb http://packages.icinga.com/debian icinga-
${
DIST
}
main"
>
/etc/apt/sources.list.d/
${
DIST
}
-icinga
.list
&&
echo
"deb http://packages.icinga.com/debian icinga-
${
DIST
}
main"
>
/etc/apt/sources.list.d/
${
DIST
}
-icinga
.list
...
...
This diff is collapsed.
Click to expand it.
stretch/x86_64/Dockerfile
+
2
−
0
View file @
6d5b4612
...
@@ -14,6 +14,8 @@ RUN groupadd -g 1000 jenkins \
...
@@ -14,6 +14,8 @@ RUN groupadd -g 1000 jenkins \
&&
echo
'Defaults:jenkins !requiretty'
|
tee
-a
/etc/sudoers
\
&&
echo
'Defaults:jenkins !requiretty'
|
tee
-a
/etc/sudoers
\
&&
echo
'jenkins ALL=(ALL:ALL) NOPASSWD: ALL'
|
tee
-a
/etc/sudoers
&&
echo
'jenkins ALL=(ALL:ALL) NOPASSWD: ALL'
|
tee
-a
/etc/sudoers
RUN
echo
"deb http://ftp.debian.org/debian stretch-backports main"
>
/etc/apt/sources.list.d/backports.list
RUN
curl https://packages.icinga.com/icinga.key | apt-key add -
\
RUN
curl https://packages.icinga.com/icinga.key | apt-key add -
\
&&
DIST
=
$(
awk
-F
"[)(]+"
'/VERSION=/ {print $2}'
/etc/os-release
)
\
&&
DIST
=
$(
awk
-F
"[)(]+"
'/VERSION=/ {print $2}'
/etc/os-release
)
\
&&
echo
"deb http://packages.icinga.com/debian icinga-
${
DIST
}
main"
>
/etc/apt/sources.list.d/
${
DIST
}
-icinga
.list
&&
echo
"deb http://packages.icinga.com/debian 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