landing/frontend (sha-8cfb4a2)

Published 2025-05-24 07:15:36 +00:00 by org-bot-alerte-secours

Installation

docker pull git.devthefuture.org/alerte-secours/landing/frontend:sha-8cfb4a2
sha256:d54432e65f9b86ebd8cc6e1c9e0ef67df97e239b7e13492bed6681c2509f264a

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:59e67123ba6a5d9eea9813e7b2a767696f767c15c5b23c61c4d5bd6ba6fa9ac6 in /
CMD ["/bin/bash"]
RUN /bin/sh -c apt-get update && apt-get install --no-install-recommends -y curl ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
ARG NODE_VERSION
ARG NODE_PACKAGE=node-v20.3.0-linux-x64
ARG NODE_HOME=/opt/node-v20.3.0-linux-x64
ENV NODE_PATH=/opt/node-v20.3.0-linux-x64/lib/node_modules
ENV PATH=/opt/node-v20.3.0-linux-x64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN |3 NODE_VERSION=20.3.0 NODE_PACKAGE=node-v20.3.0-linux-x64 NODE_HOME=/opt/node-v20.3.0-linux-x64 /bin/sh -c curl https://nodejs.org/dist/v$NODE_VERSION/$NODE_PACKAGE.tar.gz | tar -xzC /opt/ # buildkit
RUN |3 NODE_VERSION=20.3.0 NODE_PACKAGE=node-v20.3.0-linux-x64 NODE_HOME=/opt/node-v20.3.0-linux-x64 /bin/sh -c npm i -g yarn # buildkit
WORKDIR /app
RUN |3 NODE_VERSION=20.3.0 NODE_PACKAGE=node-v20.3.0-linux-x64 NODE_HOME=/opt/node-v20.3.0-linux-x64 /bin/sh -c groupadd --gid 1000 node && useradd --uid 1000 --gid node --shell /bin/bash --create-home node && chown 1000:1000 /app # buildkit
USER 1000
ENV NODE_ENV=production
ENV CI=true
ENV HUSKY=0
ENV NEXT_TELEMETRY_DISABLED=1
COPY /app /app # buildkit
CMD ["yarn" "workspace" "frontend" "start"]

Labels

Key Value
org.opencontainers.image.created 2025-05-24T07:11:32.148Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision 8cfb4a2796a6250c132636461a6fe473c1eb7ca2
org.opencontainers.image.source https://git.devthefuture.org/alerte-secours/landing
org.opencontainers.image.title landing
org.opencontainers.image.url https://git.devthefuture.org/alerte-secours/landing
org.opencontainers.image.version sha-8cfb4a2
Details
Container
2025-05-24 07:15:36 +00:00
1
OCI / Docker
linux/amd64
459 MiB
Versions (34) View all
latest 2025-05-24
main 2025-05-24
sha-b0863ed 2025-05-24
sha-8cfb4a2 2025-05-24
sha-df83a81 2025-05-14