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.
Mohammad Abdolirad 492b29e468 Merge pull request #30 from dockage/bump-alpine-3-20-0 | преди 7 месеца | |
---|---|---|
.github | преди 7 месеца | |
3.17 | преди 8 месеца | |
3.18 | преди 8 месеца | |
3.19 | преди 8 месеца | |
3.20 | преди 7 месеца | |
.gitignore | преди 8 години | |
CODE_OF_CONDUCT.md | преди 2 години | |
CONTRIBUTING.md | преди 2 години | |
LICENSE | преди 2 години | |
README.md | преди 7 месеца | |
docker-bake.hcl | преди 2 години |
Alpine Linux is a Linux distribution built around musl libc and BusyBox.
Dockerfile to build an alpine base image with a couple of extra packages and enable some repositories.
The image enable the following repositories:
@edge
(dl-cdn.alpinelinux.org/alpine/edge/main)@edgecommunity
(dl-cdn.alpinelinux.org/alpine/edge/community)@testing
(dl-cdn.alpinelinux.org/alpine/edge/testing)The image installs the following extra packages:
ca-certificates
Common CA certificates PEM files.su-exec
Switch user and group id, setgroups and exec.