/alpine-runit

Extending https://hub.docker.com/_/alpine/ with common timezone and runit

The UnlicenseUnlicense

Idea

Basing off https://hub.docker.com/_/alpine/, most of my current images in development have these packages in common:

  • openntpd for timezone sync
  • inotify-tools for watch mode
  • runit for multi-services (usually used in conjunction with inotify to watch folders/files)
  • curl (troubleshoot HTTP requests inside container and healthchecks)