sha256:ac0a96a09fb88c88ca1180bff1acd6aa16839a9bd18cc40d4934224ae8ffbc08
OS/ARCH
Compressed size
509.4 MB
Last pushed
4 months by baoduy2412
Type
Image
Manifest digest
sha256:6a78cd182588ae9a78351f1206a429f6e79ca8a1998dde260c2b596cd04dfa46
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=22.22.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.53 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit450 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apt-get update32.52 MB11WORKDIR /app93 B12RUN /bin/sh -c mkdir -p121 B13COPY --chown=node:node /app/gitnexus/dist ./gitnexus/dist #1.23 MB14COPY --chown=node:node /app/gitnexus/node_modules ./gitnexus/node_modules #396.83 MB15COPY --chown=node:node /app/gitnexus/package.json ./gitnexus/package.json #1.31 KB16COPY --chown=node:node /app/gitnexus/scripts/install-duckdb-extension.mjs ./gitnexus/scripts/install-duckdb-extension.mjs #992 B17COPY --chown=node:node /app/gitnexus/vendor ./gitnexus/vendor #2.71 MB18RUN /bin/sh -c ln -s194 B19USER node0 B20ENV GITNEXUS_HOME=/data/gitnexus NODE_ENV=production PORT=47470 B21EXPOSE [4747/tcp]0 B22CMD ["node" "gitnexus/dist/cli/index.js" "serve" "--host"0 B23LABEL org.opencontainers.image.source=https://github.com/abhigyanpatwari/gitnexus0 B24LABEL org.opencontainers.image.description=GitNexus + AKS task0 B25COPY --chmod=0755 scripts/ /scripts/ #24.21 KBCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1777939200'