sha256:d87c1b8d8943fc1586418857e5a1e17c6522579eaabeacb6459f4bd0756adf4a
OS/ARCH
Compressed size
92.38 MB
Last pushed
about 2 years by josephamsellem
Type
Image
Manifest digest
sha256:f0ffa849be8d5acc80b21f8c0e350a97f02f3ec8b61c2c67bb9ad7af32e38ccf
Image Layers
1ADD file ... in / 3.9 MB2CMD ["/bin/sh"]0 B3ENV NODE_VERSION=22.4.00 B4RUN /bin/sh -c addgroup -g44.96 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c apk add1.32 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10LABEL maintainer=Etherpad team, https://github.com/ether/etherpad-lite0 B11ARG http_proxy=0 B12ARG https_proxy=0 B13ARG no_proxy=0 B14ARG TIMEZONE=0 B15RUN |4 http_proxy= https_proxy= no_proxy=32 B16ENV TIMEZONE=0 B17ARG SETTINGS=./settings.json.docker0 B18ARG ETHERPAD_PLUGINS=0 B19ARG ETHERPAD_LOCAL_PLUGINS=0 B20ARG INSTALL_ABIWORD=0 B21ARG INSTALL_SOFFICE=0 B22RUN |9 http_proxy= https_proxy= no_proxy=1.75 MB23ARG EP_HOME=0 B24ARG EP_UID=50010 B25ARG EP_GID=00 B26ARG EP_SHELL=0 B27RUN |13 http_proxy= https_proxy= no_proxy=983 B28ARG EP_DIR=/opt/etherpad-lite0 B29RUN |14 http_proxy= https_proxy= no_proxy=129 B30RUN |14 http_proxy= https_proxy= no_proxy=19.68 MB31USER etherpad0 B32WORKDIR /opt/etherpad-lite32 B33COPY --chown=etherpad:etherpad ./.git/HEAD ./.git/HEAD #220 B34COPY --chown=etherpad:etherpad ./.git/refs ./.git/refs #207 B35COPY --chown=etherpad:etherpad ./settings.json.docker ./settings.json #9.13 KB36COPY --chown=etherpad:etherpad ./var ./var #229 B37COPY --chown=etherpad:etherpad ./bin ./bin #40.38 KB38COPY --chown=etherpad:etherpad ./pnpm-workspace.yaml ./package.json ./722 B39ENV NODE_ENV=production0 B40ENV ETHERPAD_PRODUCTION=true0 B41COPY --chown=etherpad:etherpad ./src ./src #2.32 MB42COPY --chown=etherpad:etherpad /opt/etherpad-lite/admin/dist ./src/templates/admin #928.39 KB43COPY --chown=etherpad:etherpad /opt/etherpad-lite/ui/dist ./src/static/oidc #2.89 KB44RUN |14 http_proxy= https_proxy= no_proxy=17.48 MB45COPY --chown=etherpad:etherpad ./settings.json.docker /opt/etherpad-lite/settings.json #32 B46USER etherpad0 B47HEALTHCHECK &{["CMD-SHELL" "curl --silent http://localhost:9001/health0 B48EXPOSE map[9001/tcp:{}]0 B49CMD ["pnpm" "run" "prod"]0 BCommand
ADD file:033626ac44156f3d5800a602c46870486b1492b9ba26096eaa66cceb6fcead77 in /