3 Commits

Author SHA1 Message Date
jackbenny 24e3922cb9 Switched to using Alpine latest 2020-04-29 11:07:15 +02:00
jackbenny 6d2360a723 Fixed spelling and grammar 2020-04-28 21:24:26 +02:00
jackbenny afbd55f8e2 Added information on the two available images 2020-04-28 21:22:40 +02:00
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.11 FROM alpine:latest
RUN apk update && \ RUN apk update && \
apk add bash && \ apk add bash && \
apk add icinga2 && \ apk add icinga2 && \
+8
View File
@@ -53,3 +53,11 @@ services:
- DISABLE_CONFD=y - DISABLE_CONFD=y
``` ```
## Images
There are two available images for you to choose from. The default one (0.*n*) is based on
Debian 10, with Icinga2 from Icingas official repository. The other image (0.*n*-alpine) is
based on Alpine latest, with Icinga2 from Alpines repository. The Alpine image is much
smaller in size.
> **Note:** Version 0.1-alpine uses Alpine 3.11. Version 0.1.1-alpine and up uses Alpine
> latest.