Existen situaciones que necesitamos un docker con inicio de servicios y este es uno de los mejores
Alpine image that forms the base for Dockage's docker images.

Wolf 0e6d57240d Add alpine 3.10 il y a 5 ans
3.10 0e6d57240d Add alpine 3.10 il y a 5 ans
3.5 4fb701e231 Remove "curl" package and install "wait4ports" package il y a 5 ans
3.6 4fb701e231 Remove "curl" package and install "wait4ports" package il y a 5 ans
3.7 4fb701e231 Remove "curl" package and install "wait4ports" package il y a 5 ans
3.8 4fb701e231 Remove "curl" package and install "wait4ports" package il y a 5 ans
3.9 4fb701e231 Remove "curl" package and install "wait4ports" package il y a 5 ans
.drone.yml 0e6d57240d Add alpine 3.10 il y a 5 ans
.gitignore b2d4c9707b Initial commit il y a 8 ans
LICENSE cd776fb8fe Update LICENSE il y a 6 ans
README.md d1f72e30e4 Refactor README.md il y a 5 ans

README.md

alpine Docker Pulls Docker Stars Build Status Docker Automated build

Alpine Linux is a Linux distribution built around musl libc and BusyBox.

Versions Size Layer
3.5 (3.5/Dockerfile) MicroBadger Size (3.5) MicroBadger Layers (3.5)
3.5-openrc (3.5/openrc/Dockerfile) MicroBadger Size (3.5-openrc) MicroBadger Layers (3.5-openrc)
3.6 (3.6/Dockerfile) MicroBadger Size (3.6) MicroBadger Layers (3.6)
3.6-openrc (3.6/openrc/Dockerfile) MicroBadger Size (3.6-openrc) MicroBadger Layers (3.6-openrc)
3.7 (3.7/Dockerfile) MicroBadger Size (3.7) MicroBadger Layers (3.7)
3.7-openrc (3.7/openrc/Dockerfile) MicroBadger Size (3.7-openrc) MicroBadger Layers (3.7-openrc)
3.8 (3.8/Dockerfile) MicroBadger Size (3.8) MicroBadger Layers (3.8)
3.8-openrc (3.8/openrc/Dockerfile) MicroBadger Size (3.8-openrc) MicroBadger Layers (3.8-openrc)
3.9, latest (3.9/Dockerfile) MicroBadger Size (3.9) MicroBadger Layers (3.9)
3.9-openrc (3.9/openrc/Dockerfile) MicroBadger Size (3.9-openrc) MicroBadger Layers (3.9-openrc)

Dockerfile to build a alpine baseimage with a couple of extra packages and enable some repositories.

The image enable the following repositories:

The image installs the following extra packages:

  • ca-certificates Common CA certificates PEM files.
  • su-exec Switch user and group id, setgroups and exec.
  • wait4ports A small utility to wait for network peer availability.