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
fedora
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Docker Build Images
fedora
Commits
d15626f1
Commit
d15626f1
authored
Sep 03, 2018
by
Markus Frosch
📣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove Fedora 26
parent
8121eb6e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
25 deletions
+0
-25
26/Dockerfile
26/Dockerfile
+0
-21
26/Makefile
26/Makefile
+0
-2
Makefile
Makefile
+0
-2
No files found.
26/Dockerfile
deleted
100644 → 0
View file @
8121eb6e
FROM
fedora:26
RUN
dnf update
-y
# 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
dnf
install
-y
\
sudo
wget curl which
tar
expect git
\
patch rpm-build redhat-rpm-config rpmlint
\
patch ccache make util-linux
\
dnf-utils rpmdevtools
\
&&
dnf clean all
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
wget
-O
/etc/yum.repos.d/ICINGA-release.repo
\
https://packages.icinga.com/fedora/ICINGA-release.repo
26/Makefile
deleted
100644 → 0
View file @
8121eb6e
IMAGE_SUFFIX
:=
-x86_64
include
../image.mk
Makefile
View file @
d15626f1
all
:
$(MAKE)
-C
26
$(MAKE)
-C
27
$(MAKE)
-C
28
push
:
$(MAKE)
-C
26 push
$(MAKE)
-C
27 push
$(MAKE)
-C
28 push
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