Base image built from alpine:edge
6.0K
akilli/baseBase image built from alpine:edge with
ca-certificates, musl-locales, su-exec and tzdata pre-installed,app with UID and GID 1000,de_DE.UTF-8),Europe/Berlin) and a helper script app-timezone to change it,/app, /data and /init directories,app-entry andThe default entrypoint ensures that all executable scripts within the /init directory are executed by run-parts before the command. The /init/00-chown script changes owner and group for /app, /data, /home/app, /opt and /var/log to app.
You can use the example compose.yml to start a container and have a look around within this image.
FROM akilli/base
ENV TZ=Europe/Berlin
RUN app-timezone
Content type
Image
Digest
sha256:746b54e98…
Size
4.2 MB
Last updated
about 1 month ago
docker pull akilli/base