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
98f74bfe19c23a0b98a527164d0f27bfd4c31611 to 0a161ae3201cc5d068a80e09ef00d4e520e16f1a
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
0a161ae3201cc5d068a80e09ef00d4e520e16f1a
Select Git revision
Branches
bullseye
buster
stretch
Swap
Target
build-docker/raspbian
Select target project
build-docker/raspbian
1 result
98f74bfe19c23a0b98a527164d0f27bfd4c31611
Select Git revision
Branches
bullseye
buster
stretch
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Add Icinga repo to buster
· 596e7edd
Henrik Triem
authored
2 years ago
596e7edd
Merge branch 'fix/buster/addrepo' into 'buster'
· 0a161ae3
Henrik Triem
authored
2 years ago
Add Icinga repo to buster See merge request
!3
0a161ae3
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 @
0a161ae3
...
...
@@ -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
=
buster
\
&&
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.