as-services/files (sha-12e2e8a)

Published 2024-12-20 12:15:05 +00:00 by org-bot-alerte-secours

Installation

docker pull git.devthefuture.org/alerte-secours/as-services/files:sha-12e2e8a
sha256:7f5037291859405a71d62ba86f8aea77c7bd8f2639c256fa0e728ed5d050097b

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/files/dist/ /app/dist/ # buildkit

Labels

Key Value
org.opencontainers.image.created 2024-12-20T12:14:40.201Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision 12e2e8aa66dbcc485b719f58a3a977c821ba7099
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-12e2e8a
Details
Container
2024-12-20 12:15:05 +00:00
0
OCI / Docker
linux/amd64
85 MiB
Versions (124) View all
latest 2025-04-02
main 2025-04-02
sha-9c7f586 2025-04-02
sha-f154dfd 2025-03-18
sha-36a8c54 2025-03-16