landing/frontend (sha-3095a5a)
Published 2025-01-01 16:21:21 +00:00 by org-bot-alerte-secours
Installation
docker pull git.devthefuture.org/alerte-secours/landing/frontend:sha-3095a5a
sha256:64f2290821a82337d891212a1911cdb41c0caeb39363dd6d225796ceae8f0405
Image layers
ARG RELEASE |
ARG LAUNCHPAD_BUILD_ARCH |
LABEL org.opencontainers.image.ref.name=ubuntu |
LABEL org.opencontainers.image.version=22.04 |
ADD file:ebe009f86035c175ba244badd298a2582914415cf62783d510eab3a311a5d4e1 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-01-01T16:17:23.703Z |
org.opencontainers.image.description | |
org.opencontainers.image.licenses | |
org.opencontainers.image.ref.name | ubuntu |
org.opencontainers.image.revision | 3095a5a33b0b43cdbfa443b219fad573e05e17c7 |
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-3095a5a |
Details
2025-01-01 16:21:21 +00:00
Versions (25)
View all
Container
2
OCI / Docker
linux/amd64
458 MiB
latest
2025-04-06
main
2025-04-06
sha-386849e
2025-04-06
sha-804b7ca
2025-04-06
sha-f33bff3
2025-03-27