mh3k-hello (latest)

Published 2026-01-12 23:04:30 +00:00 by dockr

Installation

docker pull gitea.mh3000.net/dockr/mh3k-hello:latest
sha256:3808dcf920cbb1bd488e90e34df74206f2292a4b40ec9d59f189a98626f0589e

Image Layers

ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL author=mh@mh3k.net
RUN /bin/sh -c apk add --no-cache apache2 apache2-ssl apache2-utils apache2-ctl dcron certbot certbot-apache bash joe openssl curl # buildkit
ENV LANG=en_US.utf8
RUN /bin/sh -c mkdir -p /var/www/html mkdir -p /etc/apache2/sites-available mkdir -p /etc/apache2/sites-enabled mkdir -p /etc/letsencrypt # buildkit
EXPOSE map[80/tcp:{}]
EXPOSE map[443/tcp:{}]
COPY apache.conf /etc/apache2/httpd.conf # buildkit
COPY vhost.conf /etc/apache2/sites-available/default.conf # buildkit
COPY ssl.conf /etc/apache2/conf.d/ssl.conf # buildkit
COPY entrypoint.sh / # buildkit
RUN /bin/sh -c chmod a+x /entrypoint.sh # buildkit
HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost/ || exit 1"] "30s" "3s" "0s" "0s" '\x00'}
ENTRYPOINT ["/entrypoint.sh"]

Labels

Key Value
author mh@mh3k.net
Details
Container
2026-01-12 23:04:30 +00:00
14
OCI / Docker
linux/amd64
34 MiB
Versions (1) View all
latest 2026-01-12