Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
centos
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
centos
Commits
23c7861c
Commit
23c7861c
authored
5 years ago
by
Markus Frosch
Browse files
Options
Downloads
Patches
Plain Diff
Re-add build_icinga_org macro to be able to build Icinga 2.10
parent
d49ade0b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#5229
passed
5 years ago
Stage: build
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
6-i386/Dockerfile
+3
-0
3 additions, 0 deletions
6-i386/Dockerfile
6/Dockerfile
+3
-0
3 additions, 0 deletions
6/Dockerfile
7/Dockerfile
+3
-0
3 additions, 0 deletions
7/Dockerfile
with
9 additions
and
0 deletions
6-i386/Dockerfile
+
3
−
0
View file @
23c7861c
...
...
@@ -34,6 +34,9 @@ RUN wget -O /etc/yum.repos.d/ICINGA-release.repo \
RUN
wget
-O
/etc/yum.repos.d/devtoolset-2.repo https://people.centos.org/tru/devtools-2/devtools-2.repo
\
&&
yum
install
-y
devtoolset-2-gcc devtoolset-2-gcc-c++ devtoolset-2-binutils
# TODO: Remove this once the build deps for boost have been cleaned up...
RUN
echo
'%build_icinga_org 1'
>
/etc/rpm/macros.icinga_build
RUN
groupadd
-g
1000 build
\
&&
useradd
-u
1000
-g
1000
-m
build
\
&&
echo
'Defaults:build !requiretty'
|
tee
-a
/etc/sudoers
\
...
...
This diff is collapsed.
Click to expand it.
6/Dockerfile
+
3
−
0
View file @
23c7861c
...
...
@@ -30,6 +30,9 @@ RUN wget -O /etc/yum.repos.d/ICINGA-release.repo \
RUN
wget
-O
/etc/yum.repos.d/devtoolset-2.repo https://people.centos.org/tru/devtools-2/devtools-2.repo
\
&&
yum
install
-y
devtoolset-2-gcc devtoolset-2-gcc-c++ devtoolset-2-binutils
# TODO: Remove this once the build deps for boost have been cleaned up...
RUN
echo
'%build_icinga_org 1'
>
/etc/rpm/macros.icinga_build
RUN
groupadd
-g
1000 build
\
&&
useradd
-u
1000
-g
1000
-m
build
\
&&
echo
'Defaults:build !requiretty'
|
tee
-a
/etc/sudoers
\
...
...
This diff is collapsed.
Click to expand it.
7/Dockerfile
+
3
−
0
View file @
23c7861c
...
...
@@ -29,6 +29,9 @@ RUN yum install -y centos-release-scl centos-release-scl-rh scl-utils-build \
RUN
wget
-O
/etc/yum.repos.d/ICINGA-release.repo
\
https://packages.icinga.com/epel/ICINGA-release.repo
# TODO: Remove this once the build deps for boost have been cleaned up...
RUN
echo
'%build_icinga_org 1'
>
/etc/rpm/macros.icinga_build
RUN
groupadd
-g
1000 build
\
&&
useradd
-u
1000
-g
1000
-m
build
\
&&
echo
'Defaults:build !requiretty'
|
tee
-a
/etc/sudoers
\
...
...
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