Switched to using Alpine latest

This commit is contained in:
Jack-Benny Persson 2020-04-29 11:07:15 +02:00
parent 6d2360a723
commit 24e3922cb9
2 changed files with 6 additions and 3 deletions

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 && \

View File

@ -56,5 +56,8 @@ services:
## Images ## Images
There are two available images for you to choose from. The default one (0.*n*) is based on 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 Debian 10, with Icinga2 from Icingas official repository. The other image (0.*n*-alpine) is
based on Alpine 3.11, with Icinga2 from Alpines repository. The Alpine image is much smaller based on Alpine latest, with Icinga2 from Alpines repository. The Alpine image is much
in size. smaller in size.
> **Note:** Version 0.1-alpine uses Alpine 3.11. Version 0.1.1-alpine and up uses Alpine
> latest.