Oussama Douhou oussamadouhou
  • Joined on 2025-03-08

websites-itdistrict-zyv3vn (latest)

Published 2026-02-22 19:13:57 +00:00 by oussamadouhou

Installation

docker pull git.app.flexinit.nl/oussamadouhou/websites-itdistrict-zyv3vn:latest
sha256:a8108e6222aba32458898b7894d73f43ee92f904c593a8452fec76921ddb7d77

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:1d7c45546e94b90e941c5bf5c7a5d415d7b868581ad96171d4beb76caa8ab683 in /
CMD ["/bin/bash"]
ARG DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC
RUN |2 DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC /bin/sh -c apt-get update && apt-get -y upgrade && apt-get install --no-install-recommends -y sudo locales curl tzdata xz-utils ca-certificates openssl make git pkg-config && apt-get clean && rm -rf /var/lib/apt/lists/* && rm -rf /usr/share/doc/* && mkdir -m 0755 /nix && mkdir -m 0755 /etc/nix # buildkit
SHELL [/bin/bash -ol pipefail -c]
RUN |2 DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC /bin/bash -ol pipefail -c set -o pipefail && curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install linux --no-confirm --init none --extra-conf "sandbox = false" --extra-conf "filter-syscalls = false" --extra-conf "experimental-features = nix-command flakes" && /nix/var/nix/profiles/default/bin/nix-channel --remove nixpkgs && /nix/var/nix/profiles/default/bin/nix-collect-garbage --delete-old # buildkit
RUN |2 DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC /bin/bash -ol pipefail -c printf 'if [ -d $HOME/.nix-profile/etc/profile.d ]; then\n for i in $HOME/.nix-profile/etc/profile.d/*.sh; do\n if [ -r $i ]; then\n . $i\n fi\n done\n fi\n' >> /root/.profile && printf 'PATH=$NIXPACKS_PATH:$PATH' >> /root/.profile # buildkit
ENV ENV=/etc/profile USER=root PATH=/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/bin:/sbin:/usr/bin:/usr/sbin GIT_SSL_CAINFO=/etc/ssl/certs/ca-certificates.crt NIX_SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt NIX_PATH=/nix/var/nix/profiles/per-user/root/channels NIXPKGS_ALLOW_BROKEN=1 NIXPKGS_ALLOW_UNFREE=1 NIXPKGS_ALLOW_INSECURE=1 LD_LIBRARY_PATH=/usr/lib CPATH=~/.nix-profile/include: LIBRARY_PATH=~/.nix-profile/lib: QTDIR=~/.nix-profile:
ENTRYPOINT ["/bin/bash" "-l" "-c"]
WORKDIR /app/
COPY .nixpacks/nixpkgs-23f9169c4ccce521379e602cc82ed873a1f1b52b.nix .nixpacks/nixpkgs-23f9169c4ccce521379e602cc82ed873a1f1b52b.nix # buildkit
RUN /bin/bash -ol pipefail -c nix-env -if .nixpacks/nixpkgs-23f9169c4ccce521379e602cc82ed873a1f1b52b.nix && nix-collect-garbage -d # buildkit
ARG CI=true HOSTNAME=0.0.0.0 NIXPACKS_METADATA=node NODE_ENV=production NPM_CONFIG_PRODUCTION=false PORT=3000
ENV CI=true HOSTNAME=0.0.0.0 NIXPACKS_METADATA=node NODE_ENV=production NPM_CONFIG_PRODUCTION=false PORT=3000
ENV NIXPACKS_PATH=/app/node_modules/.bin:
COPY . /app/. # buildkit
RUN |6 CI=true HOSTNAME=0.0.0.0 NIXPACKS_METADATA=node NODE_ENV=production NPM_CONFIG_PRODUCTION=false PORT=3000 /bin/bash -ol pipefail -c npm install -g corepack # buildkit
RUN |6 CI=true HOSTNAME=0.0.0.0 NIXPACKS_METADATA=node NODE_ENV=production NPM_CONFIG_PRODUCTION=false PORT=3000 /bin/bash -ol pipefail -c corepack enable # buildkit
RUN |6 CI=true HOSTNAME=0.0.0.0 NIXPACKS_METADATA=node NODE_ENV=production NPM_CONFIG_PRODUCTION=false PORT=3000 /bin/bash -ol pipefail -c corepack prepare pnpm@10.0.0 --activate # buildkit
RUN |6 CI=true HOSTNAME=0.0.0.0 NIXPACKS_METADATA=node NODE_ENV=production NPM_CONFIG_PRODUCTION=false PORT=3000 /bin/bash -ol pipefail -c pnpm install --frozen-lockfile # buildkit
COPY . /app/. # buildkit
RUN |6 CI=true HOSTNAME=0.0.0.0 NIXPACKS_METADATA=node NODE_ENV=production NPM_CONFIG_PRODUCTION=false PORT=3000 /bin/bash -ol pipefail -c pnpm build # buildkit
RUN |6 CI=true HOSTNAME=0.0.0.0 NIXPACKS_METADATA=node NODE_ENV=production NPM_CONFIG_PRODUCTION=false PORT=3000 /bin/bash -ol pipefail -c cp -r apps/web/public apps/web/.next/standalone/apps/web/public # buildkit
RUN |6 CI=true HOSTNAME=0.0.0.0 NIXPACKS_METADATA=node NODE_ENV=production NPM_CONFIG_PRODUCTION=false PORT=3000 /bin/bash -ol pipefail -c cp -r apps/web/.next/static apps/web/.next/standalone/apps/web/.next/static # buildkit
RUN |6 CI=true HOSTNAME=0.0.0.0 NIXPACKS_METADATA=node NODE_ENV=production NPM_CONFIG_PRODUCTION=false PORT=3000 /bin/bash -ol pipefail -c printf '\nPATH=/app/node_modules/.bin:$PATH' >> /root/.profile # buildkit
COPY . /app # buildkit
CMD ["node apps/web/.next/standalone/apps/web/server.js"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2026-02-22 19:13:57 +00:00
7
OCI / Docker
linux/amd64
537 MiB
Versions (1) View all
latest 2026-02-22