Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
raspbian
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
raspbian
Commits
2e9bf554
Commit
2e9bf554
authored
2 years ago
by
Henrik Triem
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix/bullseye/addrepo' into 'bullseye'
Add Icinga repo to bullseye See merge request
!4
parents
b265b84e
480f6f06
Branches
bullseye
No related tags found
1 merge request
!4
Add Icinga repo to bullseye
Pipeline
#24786
passed
2 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+4
-3
4 additions, 3 deletions
Dockerfile
with
4 additions
and
3 deletions
Dockerfile
+
4
−
3
View file @
2e9bf554
...
...
@@ -13,9 +13,10 @@ RUN apt-get update \
&&
rm
-rf
/usr/share/doc/
*
/usr/share/locales/
*
/usr/share/man/
*
\
&&
rm
-rf
/var/lib/apt/lists/
*
#RUN curl https://packages.icinga.com/icinga.key | apt-key add - \
# && DIST=$(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release) \
# && echo "deb http://packages.icinga.com/raspbian icinga-${DIST} main" > /etc/apt/sources.list.d/${DIST}-icinga.list
RUN
curl
-k
https://packages.icinga.com/icinga.key | apt-key add -
\
&&
DIST
=
$(
awk
-F
"[)(]+"
'/VERSION=/ {print $2}'
/etc/os-release
)
\
&&
DIST
=
bullseye
\
&&
echo
"deb http://packages.icinga.com/raspbian icinga-
${
DIST
}
main"
>
/etc/apt/sources.list.d/
${
DIST
}
-icinga
.list
# Install build deps for Icinga 2 and Icinga Web 2
RUN
apt-get update
\
...
...
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