Eric X. Liu eric

homer (latest)

Published 2025-04-14 02:09:38 +00:00 by eric

Installation

docker pull git.ericxliu.me/eric/homer:latest
sha256:521e1cf782808b05315222bd0f910bd903d8f3b9165a287376f61a82e69ce779

About this package

A dead simple static Home-Page for your server to keep your services on hand, from a simple yaml configuration file.

Image Layers

ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG VERSION_TAG=latest
LABEL org.label-schema.schema-version=1.0 org.label-schema.version=latest org.opencontainers.image.title=Homer Image org.opencontainers.image.description=A dead simple static Home-Page for your server to keep your services on hand, from a simple yaml configuration file. org.opencontainers.image.ref.name=b4bz/homer:latest org.opencontainers.image.version=latest org.opencontainers.image.licenses=Apache-2.0 license org.opencontainers.image.source=https://github.com/bastienwirtz/homer org.opencontainers.image.url=https://hub.docker.com/r/b4bz/homer
ENV GID=1000 UID=1000 PORT=8080 SUBFOLDER=/_ INIT_ASSETS=1 IPV6_DISABLE=0
RUN |1 VERSION_TAG=latest /bin/sh -c addgroup -S lighttpd -g ${GID} && adduser -D -S -u ${UID} lighttpd lighttpd && apk add -U --no-cache tzdata lighttpd # buildkit
WORKDIR /www
COPY lighttpd.conf /lighttpd.conf # buildkit
COPY lighttpd-ipv6.sh /etc/lighttpd/ipv6.sh # buildkit
COPY entrypoint.sh /entrypoint.sh # buildkit
COPY /app/dist /www/ # buildkit
COPY /app/dist/assets /www/default-assets # buildkit
USER 1000:1000
HEALTHCHECK &{["CMD-SHELL" "wget --no-verbose -Y off --tries=1 --spider http://127.0.0.1:${PORT}/ || exit 1"] "30s" "5s" "10s" '\x03'}
EXPOSE map[8080/tcp:{}]
ENTRYPOINT ["/bin/sh" "/entrypoint.sh"]

Labels

Key Value
org.label-schema.schema-version 1.0
org.label-schema.version latest
org.opencontainers.image.description A dead simple static Home-Page for your server to keep your services on hand, from a simple yaml configuration file.
org.opencontainers.image.licenses Apache-2.0 license
org.opencontainers.image.ref.name b4bz/homer:latest
org.opencontainers.image.source https://github.com/bastienwirtz/homer
org.opencontainers.image.title Homer Image
org.opencontainers.image.url https://hub.docker.com/r/b4bz/homer
org.opencontainers.image.version latest
Details
Container
2025-04-14 02:09:38 +00:00
8
OCI / Docker
linux/amd64
Apache-2.0 license
452 MiB
Versions (5) View all
2025-04-14-7eeded 2025-04-14
latest 2025-04-14
2024-09-17-74c2ab 2024-09-17
2024-09-17-c04d78 2024-09-17
2024-09-17-f1d228 2024-09-17