as-services/tasks (sha-a9d60d1)

Published 2025-06-01 08:12:35 +00:00 by org-bot-alerte-secours

Installation

docker pull git.devthefuture.org/alerte-secours/as-services/tasks:sha-a9d60d1
sha256:583e55b1928c169f91a7911a7e55c50c4da5b2a5691a8dceb39cf7a7d6ef3bbd

About this package

Backend

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:bb1fa1d9d012ae826908afdce8c9fa2feebf221b2ab032e1535255905144411a in /
CMD ["/bin/bash"]
RUN /bin/sh -c groupadd -g 1000 ubuntu && useradd -rm -d /home/ubuntu -s /bin/bash -g ubuntu -G sudo -u 1000 ubuntu # buildkit
ENV HOME=/home/ubuntu
RUN /bin/sh -c chmod 0777 /home/ubuntu # buildkit
RUN /bin/sh -c mkdir /app && chown 1000:1000 /app # buildkit
COPY /opt/node /opt/node # buildkit
ENV NODE_PATH=/opt/node/lib/node_modules
ENV PATH=/opt/node/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN /bin/sh -c npm i -g yarn # buildkit
WORKDIR /app
USER 1000
ENV CI=true
ENV NODE_ENV=production
CMD ["node" "/app/dist/index.js" "start"]
COPY /app/services/tasks/dist/ /app/dist/ # buildkit
LABEL project=alertesecours

Labels

Key Value
org.opencontainers.image.created 2025-06-01T08:11:37.866Z
org.opencontainers.image.description Backend
org.opencontainers.image.licenses
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision a9d60d1c99d96f05be5e99b3184fa9bdeed8e6da
org.opencontainers.image.source https://git.devthefuture.org/alerte-secours/as-services
org.opencontainers.image.title as-services
org.opencontainers.image.url https://git.devthefuture.org/alerte-secours/as-services
org.opencontainers.image.version sha-a9d60d1
project alertesecours
Details
Container
2025-06-01 08:12:35 +00:00
1
OCI / Docker
linux/amd64
84 MiB
Versions (146) View all
latest 2025-06-01
main 2025-06-01
sha-28139f7 2025-06-01
sha-a9d60d1 2025-06-01
sha-227b53c 2025-06-01