Block a user
freshplanner-web-mfwo5f (sha256:f5bc19bca76096c6363b71d64dcc4a0fc3b1f33dc389e92e2f7ead0970a57555)
Published 2026-02-26 16:41:28 +00:00 by wtx
Installation
docker pull git.fresh-circuit.org/wtx/freshplanner-web-mfwo5f@sha256:f5bc19bca76096c6363b71d64dcc4a0fc3b1f33dc389e92e2f7ead0970a57555sha256:f5bc19bca76096c6363b71d64dcc4a0fc3b1f33dc389e92e2f7ead0970a57555Image 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 NIXPACKS_METADATA=node NIXPACKS_TURBO_APP_NAME=web NODE_ENV=production NODE_VERSION=24 NPM_CONFIG_PRODUCTION=false PNPM_VERSION=10.21.0 VITE_API_BASE_URL=https://api.vector.fresh-circuit.org |
| ENV CI=true NIXPACKS_METADATA=node NIXPACKS_TURBO_APP_NAME=web NODE_ENV=production NODE_VERSION=24 NPM_CONFIG_PRODUCTION=false PNPM_VERSION=10.21.0 VITE_API_BASE_URL=https://api.vector.fresh-circuit.org |
| ENV NIXPACKS_PATH=/app/node_modules/.bin: |
| COPY . /app/. # buildkit |
| RUN |8 CI=true NIXPACKS_METADATA=node NIXPACKS_TURBO_APP_NAME=web NODE_ENV=production NODE_VERSION=24 NPM_CONFIG_PRODUCTION=false PNPM_VERSION=10.21.0 VITE_API_BASE_URL=https://api.vector.fresh-circuit.org /bin/bash -ol pipefail -c npm install -g pnpm@10.21.0 # buildkit |
| RUN |8 CI=true NIXPACKS_METADATA=node NIXPACKS_TURBO_APP_NAME=web NODE_ENV=production NODE_VERSION=24 NPM_CONFIG_PRODUCTION=false PNPM_VERSION=10.21.0 VITE_API_BASE_URL=https://api.vector.fresh-circuit.org /bin/bash -ol pipefail -c pnpm install --frozen-lockfile # buildkit |
| COPY . /app/. # buildkit |
| RUN |8 CI=true NIXPACKS_METADATA=node NIXPACKS_TURBO_APP_NAME=web NODE_ENV=production NODE_VERSION=24 NPM_CONFIG_PRODUCTION=false PNPM_VERSION=10.21.0 VITE_API_BASE_URL=https://api.vector.fresh-circuit.org /bin/bash -ol pipefail -c pnpm run build --filter=$NIXPACKS_TURBO_APP_NAME # buildkit |
| RUN |8 CI=true NIXPACKS_METADATA=node NIXPACKS_TURBO_APP_NAME=web NODE_ENV=production NODE_VERSION=24 NPM_CONFIG_PRODUCTION=false PNPM_VERSION=10.21.0 VITE_API_BASE_URL=https://api.vector.fresh-circuit.org /bin/bash -ol pipefail -c printf '\nPATH=/app/node_modules/.bin:$PATH' >> /root/.profile # buildkit |
| COPY . /app # buildkit |
| CMD ["pnpm run start --filter=$NIXPACKS_TURBO_APP_NAME"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 24.04 |