Alpine base image with sane default configs. This tries to balance the easier usage but to stay as minimal as possible.
This image weights: 8.098 MB.
Available in docker hub: onnimonni/alpine-base.
This image uses s6-overlay.
The image contains:
- @testing and @community packages already aliased for apk
- envsubst and few other helpers preinstalled
- Timezone set to Europe/Helsinki
- ll,la,l aliases included for easier debugging while attached to docker container
The container has custom validate_sha256sum script which is used to check if downloaded scripts have corrupted, changed or MITMed.
I try to keep the baseimages really small, but when I find something useful I will add alternative images here.
onnimonni/alpine-base:slap contains edge version of alpine with slap command line editor.
This is for the devs who don't feel that nano/vim are productive.
Image weight: 60.88 MB
MIT