sha256:17faa33e1fc1f843afd90f7ccbc40c41246f2e833ce2fc6848f438e7fd060f81
OS/ARCH
linux/amd64
Compressed size
200.38 MB
Last pushed
4 months by daytonaio
Type
Image
Manifest digest
sha256:0cde5588a8b5c5f074b6b6a83d637d1ca1284067107c0dc6fbf2dffd9eecf252
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=24.16.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.77 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit449 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10ENV CI=true0 B11RUN /bin/sh -c apt-get update7.04 MB12RUN /bin/sh -c curl -fsSL1.02 MB13WORKDIR /daytona97 B14COPY /daytona/dist/apps/api/package.json /daytona/dist/apps/api/yarn.lock ./ #74.4 KB15COPY /daytona/.yarnrc.yml ./ # buildkit272 B16RUN /bin/sh -c yarn install112.85 MB17RUN /bin/sh -c find node_modules22.42 KB18COPY /daytona/dist ./dist # buildkit2.68 MB19COPY --chmod=0755 /daytona/apps/api/src ./apps/api/src #372.06 KB20COPY --chmod=0644 /daytona/apps/api/tsconfig.json /daytona/apps/api/tsconfig.app.json /daytona/apps/api/tsconfig.spec.json583 B21COPY --chmod=0644 /daytona/tsconfig.base.json ./ #525 B22ARG VERSION=v0.184.0-k8s-oss.30 B23ENV VERSION=v0.184.0-k8s-oss.30 B24HEALTHCHECK &{["CMD" "curl" "-f" "http://localhost:3000/api/config"]0 B25ENTRYPOINT ["node" "dist/apps/api/main.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400'