Sign inSign up

formio/formio-enterprise:9.7.2

API management
Developer tools
Index digest

sha256:64bed68b03ee3dee5c2b72de80227c427b15eb29873caa7876aa8ecf5f29901a

OS/ARCH

linux/amd64

Compressed size

186.32 MB

Last pushed

7 months by ghactionci

Type

Image

Manifest digest

sha256:0e96904e43c52320f6215ac6f7c8e2fa766dd4b682341b26d188b24c82c0f724

Image Layers

1ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit3.68 MB
2CMD ["/bin/sh"]0 B
3ENV NODE_VERSION=20.20.10 B
4RUN /bin/sh -c addgroup -g41.21 MB
5ENV YARN_VERSION=1.22.220 B
6RUN /bin/sh -c apk add1.2 MB
7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B
8ENTRYPOINT ["docker-entrypoint.sh"]0 B
9CMD ["node"]0 B
10ENV USERNAME=formiouser0 B
11ENV UID=50000 B
12ENV GROUP=formiouser0 B
13ENV GID=50000 B
14RUN /bin/sh -c adduser -u973 B
15RUN /bin/sh -c npm uninstall3.29 KB
16RUN /bin/sh -c apk add39.25 MB
17USER formiouser0 B
18WORKDIR /src95 B
19RUN /bin/sh -c mkdir -p32 B
20COPY /staging/node_modules /src/node_modules # buildkit60.86 MB
21COPY /src/apps/formio-server/build /src # buildkit361.71 KB
22COPY /src/apps/formio-app/dist /src/portal # buildkit39.74 MB
23EXPOSE [80/tcp]0 B
24CMD ["node" "--no-node-snapshot" "formio.js"]0 B

Command

ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit