Block a user
dfb-mail-api (b8d6b740)
Published 2026-08-26 06:57:02 +00:00 by sensor
Installation
docker pull git.gr13.net/sensor/dfb-mail-api:b8d6b740sha256:4775c63a36073bea4a295bd64bf78e720586a3884e487813e2f475db81474fc4
Image Layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=20.04 |
| ADD file:5696198fbfd4074852bdee76ffd84da75da8de76727cef4f0cdd265f7bee6b76 in / |
| CMD ["/bin/bash"] |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c apt-get update # buildkit |
| RUN /bin/sh -c apt-get -y upgrade # buildkit |
| RUN /bin/sh -c apt-get update && apt-get install -y apt-transport-https gnupg2 curl # buildkit |
| RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive TZ="Europe/Berlin" apt-get -y install tzdata # buildkit |
| RUN /bin/sh -c curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - # buildkit |
| RUN /bin/sh -c echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list # buildkit |
| RUN /bin/sh -c curl -sL https://deb.nodesource.com/setup_16.x | bash - # buildkit |
| RUN /bin/sh -c apt-get install -y nodejs yarn build-essential wkhtmltopdf # buildkit |
| RUN /bin/sh -c mkdir -p /usr/share/vncmail # buildkit |
| ADD api /usr/share/vncmail/api # buildkit |
| RUN /bin/sh -c yarn global add node-gyp pm2 # buildkit |
| RUN /bin/sh -c cd /usr/share/vncmail/api/auth-proxy && yarn install # buildkit |
| ENTRYPOINT ["pm2-runtime" "/usr/share/vncmail/api/auth-proxy/app.js"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 20.04 |