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
Compare revisions
b265b84e30362138560760e9751d6efd0b986699 to 2e9bf554644e9c807b9edc804fcaeb0c35d8f512
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
build-docker/raspbian
Select target project
No results found
2e9bf554644e9c807b9edc804fcaeb0c35d8f512
Select Git revision
Swap
Target
build-docker/raspbian
Select target project
build-docker/raspbian
1 result
b265b84e30362138560760e9751d6efd0b986699
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Add Icinga repo to bullseye
· 480f6f06
Henrik Triem
authored
2 years ago
480f6f06
Merge branch 'fix/bullseye/addrepo' into 'bullseye'
· 2e9bf554
Henrik Triem
authored
2 years ago
Add Icinga repo to bullseye See merge request
!4
2e9bf554
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
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.