matthias
  • Joined on 2019-07-26

u2p (latest)

Published 2023-01-12 07:47:15 +00:00 by matthias

Installation

docker pull gitea.pb42.de/matthias/u2p:latest
sha256:71b288a74cc0c6b21277d8c05b23e4098cb2cfccf9316ca2db584245ce375521

Image Layers

ADD file:9d282119af0c42bc823c95b4192a3350cf2cad670622017356dd2e637762e425 in /
CMD ["bash"]
ARG DEBIAN_FRONTEND=noninteractive
ARG TZ=America/Los_Angeles
ARG DOCKER_IMAGE_NAME_TEMPLATE=mcr.microsoft.com/playwright:v%version%-focal
|3 DEBIAN_FRONTEND=noninteractive DOCKER_IMAGE_NAME_TEMPLATE=mcr.microsoft.com/playwright:v%version%-focal TZ=America/Los_Angeles /bin/sh -c apt-get update && apt-get install -y curl wget gpg && curl -sL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs && apt-get install -y --no-install-recommends git openssh-client && npm install -g yarn && rm -rf /var/lib/apt/lists/* && adduser pwuser
ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright
COPY file:b206e50b4deb74b3a1c245881aa878f794f1b9b66c0a373a7a549efd7f0fdc83 in /tmp/playwright-core.tar.gz
|3 DEBIAN_FRONTEND=noninteractive DOCKER_IMAGE_NAME_TEMPLATE=mcr.microsoft.com/playwright:v%version%-focal TZ=America/Los_Angeles /bin/sh -c mkdir /ms-playwright && mkdir /ms-playwright-agent && cd /ms-playwright-agent && npm init -y && npm i /tmp/playwright-core.tar.gz && npx playwright mark-docker-image "${DOCKER_IMAGE_NAME_TEMPLATE}" && npx playwright install --with-deps && rm -rf /var/lib/apt/lists/* && rm /tmp/playwright-core.tar.gz && chmod -R 777 /ms-playwright
ENV NODE_ENV=production
WORKDIR /app
|0 /bin/sh -c npm install -g pnpm && chown -R pwuser:pwuser /app
ENV DOCKER=1
|0 /bin/sh -c apt-get update && apt-get install -y tini
USER pwuser
COPY --chown=pwuser:pwuserfile:3ea1291a4f5526bf7a9f366181cea31e5d57621cd13e6b4487513c14be618932 in /app/
|0 /bin/sh -c pnpm install --production
COPY --chown=pwuser:pwuserdir:c957ad233531cd993cb2ca41c79a628b2d5dd9bc9e0116be4c75fe5bfd76c78c in /app/dist
EXPOSE 3000
ENTRYPOINT ["/usr/bin/tini" "--"]
CMD ["/bin/sh" "-c" "node -r dotenv/config dist/main.js"]
Details
Container
2023-01-12 07:47:15 +00:00
1
OCI / Docker
linux/amd64
738 MiB
Versions (1) View all
latest 2023-01-12