This is our minimal customized Alpine Linux base image based on official Alpine. Optionally you can enable a cron daemon, to get it running you need to provide the environment variable CRON_ENABLED=true
or CRON_ENABLED=1
. You can see the available variables below. Be aware that you have to start s6
to get the cron daemon started automatically.
- latest available as
webhippie/alpine:latest
- 3.10 available as
webhippie/alpine:3.10
- 3.9 available as
webhippie/alpine:3.9
- 3.8 available as
webhippie/alpine:3.8
- 3.7 available as
webhippie/alpine:3.7
- 3.6 available as
webhippie/alpine:3.6
- None
- None
CRON_ENABLED = false
Fork -> Patch -> Push -> Pull Request
MIT
Copyright (c) 2018 Thomas Boerger <http://www.webhippie.de>