sha256:a439b7b1b9875f2bead8b3f3579a1f57087e38d98fdac0ca3edd738d73bfdd4a
OS/ARCH
linux/amd64
Compressed size
139.29 MB
Last pushed
almost 2 years by christianglomb
Type
Image
Manifest digest
sha256:a439b7b1b9875f2bead8b3f3579a1f57087e38d98fdac0ca3edd738d73bfdd4a
Image Layers
1ADD rootfs.tar.xz / # buildkit29.99 MB2CMD ["bash"]0 B3RUN /bin/sh -c groupadd --gid3.97 KB4ENV NODE_VERSION=22.11.00 B5RUN /bin/sh -c ARCH= OPENSSL_ARCH=44.99 MB6ENV YARN_VERSION=1.22.220 B7RUN /bin/sh -c set -ex1.66 MB8COPY docker-entrypoint.sh /usr/local/bin/ # buildkit449 B9ENTRYPOINT ["docker-entrypoint.sh"]0 B10CMD ["node"]0 B11RUN /bin/sh -c apt-get update38.06 MB12ENV FLASK_RUN_HOST=0.0.0.00 B13ENV TD_REPO_URL=http://localhost:50500 B14RUN /bin/sh -c mkdir /tdd-api113 B15COPY setup.py /tdd-api/ # buildkit1.1 KB16COPY tdd /tdd-api/tdd # buildkit112.06 KB17COPY app.py /tdd-api/app.py # buildkit534 B18COPY package.json /tdd-api/ # buildkit445 B19COPY package-lock.json /tdd-api/ # buildkit29.27 KB20COPY README.md /tdd-api/README.md # buildkit3.47 KB21COPY webpack.config.js /tdd-api/webpack.config.js # buildkit399 B22COPY js-src /tdd-api/js-src # buildkit892 B23WORKDIR /tdd-api32 B24RUN /bin/sh -c pip3 install10.93 MB25RUN /bin/sh -c npm ci12.73 MB26RUN /bin/sh -c npm run626.91 KB27RUN /bin/sh -c touch /tdd-api/tdd/lib/__init__.py182 B28RUN /bin/sh -c git clone171.06 KB29WORKDIR /tdd-api/domus-tdd-api-plugin-aid32 B30RUN /bin/sh -c pip3 install2.68 KB31RUN /bin/sh -c useradd proxyapi4.12 KB32RUN /bin/sh -c mkdir /database114 B33USER proxyapi0 B34EXPOSE map[5050/tcp:{}]0 B35CMD ["gunicorn" "-b" "0.0.0.0:5050" "--chdir"0 BCommand
ADD rootfs.tar.xz / # buildkit