sha256:81dfa508bf60a61784d0fffbe31fa2932f67d409bea294f9a46c740a35a26d23
OS/ARCH
Compressed size
81.8 MB
Last pushed
about 1 month by uacmarine556
Type
Image
Manifest digest
sha256:081eec3d85521ed6ba14134f3fdd18ef71cfe76273e1dedab410fd3e62dce022
Image Layers
1ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit3.99 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=22.23.20 B4RUN /bin/sh -c addgroup -g50.23 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.2 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10LABEL org.opencontainers.image.title=Homepage0 B11LABEL org.opencontainers.image.description=A self-hosted services landing0 B12LABEL org.opencontainers.image.url=https://github.com/gethomepage/homepage0 B13LABEL org.opencontainers.image.documentation=https://github.com/gethomepage/homepage/wiki0 B14LABEL org.opencontainers.image.source=https://github.com/gethomepage/homepage0 B15LABEL org.opencontainers.image.licenses=Apache-2.00 B16WORKDIR /app93 B17COPY --chown=1000:1000 /public ./public/ #382.31 KB18COPY --chmod=755 docker-entrypoint.sh /usr/local/bin/ #1.2 KB19COPY --chown=1000:1000 /app/.next/standalone/ ./ #24.37 MB20COPY --chown=1000:1000 /app/.next/static/ ./.next/static #656.71 KB21RUN /bin/sh -c apk add1017.71 KB22USER root0 B23ENV NODE_ENV=production0 B24ENV HOSTNAME=::0 B25ENV PORT=30000 B26EXPOSE [3000/tcp]0 B27HEALTHCHECK {Test:[CMD-SHELL wget --no-verbose --tries=10 B28ENTRYPOINT ["docker-entrypoint.sh"]0 B29CMD ["node" "server.js"]0 BCommand
ADD alpine-minirootfs-3.24.1-aarch64.tar.gz / # buildkit