sha256:bbd6c9343f91d1f9e8ba572162b23d947c609d5dcd3ddb89a1668ee7d57b7cdd
OS/ARCH
Compressed size
161.02 MB
Last pushed
5 days by koalalove
Type
Image
Manifest digest
sha256:8595a7207095c9542bcd8b2c75bf1e6a09cf383ff597cd3dbc2e77fcd10108a1
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2LABEL org.opencontainers.image.title=NoteFlow org.opencontainers.image.description=Personal notes –0 B3RUN /bin/sh -c apt-get update9.2 MB4RUN /bin/sh -c curl -fsSL3.74 KB5RUN /bin/sh -c curl -fsSL8.23 KB6ARG NGINX_VERSION=1.31.3-1~bookworm0 B7RUN |1 NGINX_VERSION=1.31.3-1~bookworm /bin/sh -c118.15 MB8WORKDIR /app93 B9COPY /out/noteflow-server ./noteflow-server # buildkit6.3 MB10COPY /build/frontend/dist /app/frontend # buildkit555.32 KB11COPY docker/nginx-single.conf /etc/nginx/conf.d/noteflow.conf # buildkit2.55 KB12RUN |1 NGINX_VERSION=1.31.3-1~bookworm /bin/sh -c176 B13RUN |1 NGINX_VERSION=1.31.3-1~bookworm /bin/sh -c32 B14COPY docker/supervisord.conf /etc/supervisor/conf.d/noteflow.conf # buildkit571 B15RUN |1 NGINX_VERSION=1.31.3-1~bookworm /bin/sh -c168 B16COPY docker/entrypoint.sh /entrypoint.sh # buildkit3.19 KB17COPY docker/backend-start.sh /app/backend-start.sh # buildkit621 B18RUN |1 NGINX_VERSION=1.31.3-1~bookworm /bin/sh -c3.56 KB19VOLUME [/var/lib/postgresql/data]0 B20EXPOSE [3000/tcp]0 B21ENV NODE_ENV=production PORT=4000 POSTGRES_USER=notes_user POSTGRES_DB=notes_db0 B22ENTRYPOINT ["/entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1783900800'