Sign inSign up

koalalove/noteflow:1.1.7

Multi-platform
Content management system
Index digest

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 MB
2LABEL org.opencontainers.image.title=NoteFlow org.opencontainers.image.description=Personal notes –0 B
3RUN /bin/sh -c apt-get update9.2 MB
4RUN /bin/sh -c curl -fsSL3.74 KB
5RUN /bin/sh -c curl -fsSL8.23 KB
6ARG NGINX_VERSION=1.31.3-1~bookworm0 B
7RUN |1 NGINX_VERSION=1.31.3-1~bookworm /bin/sh -c118.15 MB
8WORKDIR /app93 B
9COPY /out/noteflow-server ./noteflow-server # buildkit6.3 MB
10COPY /build/frontend/dist /app/frontend # buildkit555.32 KB
11COPY docker/nginx-single.conf /etc/nginx/conf.d/noteflow.conf # buildkit2.55 KB
12RUN |1 NGINX_VERSION=1.31.3-1~bookworm /bin/sh -c176 B
13RUN |1 NGINX_VERSION=1.31.3-1~bookworm /bin/sh -c32 B
14COPY docker/supervisord.conf /etc/supervisor/conf.d/noteflow.conf # buildkit571 B
15RUN |1 NGINX_VERSION=1.31.3-1~bookworm /bin/sh -c168 B
16COPY docker/entrypoint.sh /entrypoint.sh # buildkit3.19 KB
17COPY docker/backend-start.sh /app/backend-start.sh # buildkit621 B
18RUN |1 NGINX_VERSION=1.31.3-1~bookworm /bin/sh -c3.56 KB
19VOLUME [/var/lib/postgresql/data]0 B
20EXPOSE [3000/tcp]0 B
21ENV NODE_ENV=production PORT=4000 POSTGRES_USER=notes_user POSTGRES_DB=notes_db0 B
22ENTRYPOINT ["/entrypoint.sh"]0 B

Command

# debian.sh --arch 'arm64' out/ 'bookworm' '@1783900800'