sleepatfit/frontend (781bdda43540c3d16b0c14ba9e4ea7ffae133eea)

Published 2026-03-10 08:03:28 +01:00 by vyPal

Installation

docker pull git.sleepat.fit/vypal/sleepatfit/frontend:781bdda43540c3d16b0c14ba9e4ea7ffae133eea
sha256:5c58972a976e41b7b0fa5db3484bbe9cc8cd8a762b735f49da834166b72de73f

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-31fb21469e34b6b5c7be77b9a35bae43d0c598e9.nix .nixpacks/nixpkgs-31fb21469e34b6b5c7be77b9a35bae43d0c598e9.nix # buildkit
RUN /bin/bash -ol pipefail -c nix-env -if .nixpacks/nixpkgs-31fb21469e34b6b5c7be77b9a35bae43d0c598e9.nix && nix-collect-garbage -d # buildkit
RUN /bin/bash -ol pipefail -c sudo apt-get update && sudo apt-get install -y --no-install-recommends curl wget # buildkit
ARG CI COOLIFY_BRANCH=master COOLIFY_CONTAINER_NAME=m4w88c4w4sgs4044004o0goc-065128688630 COOLIFY_FQDN=m4w88c4w4sgs4044004o0goc.cool.vypal.me,sleepat.fit COOLIFY_RESOURCE_UUID=m4w88c4w4sgs4044004o0goc COOLIFY_URL=https://m4w88c4w4sgs4044004o0goc.cool.vypal.me,https://sleepat.fit NIXPACKS_METADATA NIXPACKS_NODE_VERSION NIXPACKS_SPA_OUTPUT_DIR NODE_ENV NPM_CONFIG_PRODUCTION PUBLIC_API_URL=https://api.sleepat.fit SOURCE_COMMIT=781bdda43540c3d16b0c14ba9e4ea7ffae133eea
ENV CI= COOLIFY_BRANCH=master COOLIFY_CONTAINER_NAME=m4w88c4w4sgs4044004o0goc-065128688630 COOLIFY_FQDN=m4w88c4w4sgs4044004o0goc.cool.vypal.me,sleepat.fit COOLIFY_RESOURCE_UUID=m4w88c4w4sgs4044004o0goc COOLIFY_URL=https://m4w88c4w4sgs4044004o0goc.cool.vypal.me,https://sleepat.fit NIXPACKS_METADATA= NIXPACKS_NODE_VERSION= NIXPACKS_SPA_OUTPUT_DIR= NODE_ENV= NPM_CONFIG_PRODUCTION= PUBLIC_API_URL=https://api.sleepat.fit SOURCE_COMMIT=781bdda43540c3d16b0c14ba9e4ea7ffae133eea
ENV NIXPACKS_PATH=/app/node_modules/.bin:
COPY . /app/. # buildkit
RUN |13 CI= COOLIFY_BRANCH=master COOLIFY_CONTAINER_NAME=m4w88c4w4sgs4044004o0goc-065128688630 COOLIFY_FQDN=m4w88c4w4sgs4044004o0goc.cool.vypal.me,sleepat.fit COOLIFY_RESOURCE_UUID=m4w88c4w4sgs4044004o0goc COOLIFY_URL=https://m4w88c4w4sgs4044004o0goc.cool.vypal.me,https://sleepat.fit NIXPACKS_METADATA= NIXPACKS_NODE_VERSION= NIXPACKS_SPA_OUTPUT_DIR= NODE_ENV= NPM_CONFIG_PRODUCTION= PUBLIC_API_URL=https://api.sleepat.fit SOURCE_COMMIT=781bdda43540c3d16b0c14ba9e4ea7ffae133eea /bin/bash -ol pipefail -c bun i --no-save # buildkit
COPY . /app/. # buildkit
RUN |13 CI= COOLIFY_BRANCH=master COOLIFY_CONTAINER_NAME=m4w88c4w4sgs4044004o0goc-065128688630 COOLIFY_FQDN=m4w88c4w4sgs4044004o0goc.cool.vypal.me,sleepat.fit COOLIFY_RESOURCE_UUID=m4w88c4w4sgs4044004o0goc COOLIFY_URL=https://m4w88c4w4sgs4044004o0goc.cool.vypal.me,https://sleepat.fit NIXPACKS_METADATA= NIXPACKS_NODE_VERSION= NIXPACKS_SPA_OUTPUT_DIR= NODE_ENV= NPM_CONFIG_PRODUCTION= PUBLIC_API_URL=https://api.sleepat.fit SOURCE_COMMIT=781bdda43540c3d16b0c14ba9e4ea7ffae133eea /bin/bash -ol pipefail -c bun run build # buildkit
RUN |13 CI= COOLIFY_BRANCH=master COOLIFY_CONTAINER_NAME=m4w88c4w4sgs4044004o0goc-065128688630 COOLIFY_FQDN=m4w88c4w4sgs4044004o0goc.cool.vypal.me,sleepat.fit COOLIFY_RESOURCE_UUID=m4w88c4w4sgs4044004o0goc COOLIFY_URL=https://m4w88c4w4sgs4044004o0goc.cool.vypal.me,https://sleepat.fit NIXPACKS_METADATA= NIXPACKS_NODE_VERSION= NIXPACKS_SPA_OUTPUT_DIR= NODE_ENV= NPM_CONFIG_PRODUCTION= PUBLIC_API_URL=https://api.sleepat.fit SOURCE_COMMIT=781bdda43540c3d16b0c14ba9e4ea7ffae133eea /bin/bash -ol pipefail -c printf '\nPATH=/app/node_modules/.bin:$PATH' >> /root/.profile # buildkit
COPY . /app # buildkit
CMD ["bun run start"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2026-03-10 08:03:28 +01:00
1
OCI / Docker
linux/amd64
365 MiB
Versions (3) View all