convertx (sha256:4b87fd9cffca8d7a9e5a41d7c7fc5fcf3ec109f9388b4ccdc028919885765d1d)
Published 2026-06-16 00:35:03 +09:00 by ducvuongpham2004
Installation
docker pull git.v4.io.vn/ducvuongpham2004/convertx@sha256:4b87fd9cffca8d7a9e5a41d7c7fc5fcf3ec109f9388b4ccdc028919885765d1dsha256:4b87fd9cffca8d7a9e5a41d7c7fc5fcf3ec109f9388b4ccdc028919885765d1dImage layers
| # debian.sh --arch 'amd64' out/ 'testing' '@1781049600' |
| LABEL org.opencontainers.image.source=https://github.com/C4illin/ConvertX |
| WORKDIR /app |
| RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates curl unzip && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c ARCH=$(uname -m) && if [ "$ARCH" = "aarch64" ]; then curl -fsSL -o bun-linux-aarch64.zip https://github.com/oven-sh/bun/releases/download/bun-v1.2.2/bun-linux-aarch64.zip; else curl -fsSL -o bun-linux-x64-baseline.zip https://github.com/oven-sh/bun/releases/download/bun-v1.2.2/bun-linux-x64-baseline.zip; fi # buildkit |
| RUN /bin/sh -c unzip -j bun-linux-*.zip -d /usr/local/bin && rm bun-linux-*.zip && chmod +x /usr/local/bin/bun # buildkit |
| RUN /bin/sh -c apt-get update && apt-get install -y assimp-utils calibre dasel dcraw dvisvgm ffmpeg ghostscript graphicsmagick imagemagick-7.q16 inkscape latexmk libheif-examples libjxl-tools libreoffice libva2 libvips-tools libemail-outlook-message-perl lmodern mupdf-tools pandoc poppler-utils potrace python3-numpy python3-tinycss2 resvg texlive texlive-fonts-recommended texlive-latex-extra texlive-latex-recommended texlive-xetex python3 python3-pip pipx --no-install-recommends && pipx install "markitdown[all]" && rm -rf /var/lib/apt/lists/* # buildkit |
| ENV PATH=/root/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| RUN /bin/sh -c ARCH=$(uname -m) && if [ "$ARCH" = "aarch64" ]; then VTRACER_ASSET="vtracer-aarch64-unknown-linux-musl.tar.gz"; else VTRACER_ASSET="vtracer-x86_64-unknown-linux-musl.tar.gz"; fi && curl -L -o /tmp/vtracer.tar.gz "https://github.com/visioncortex/vtracer/releases/download/0.6.4/${VTRACER_ASSET}" && tar -xzf /tmp/vtracer.tar.gz -C /tmp/ && mv /tmp/vtracer /usr/local/bin/vtracer && chmod +x /usr/local/bin/vtracer && rm /tmp/vtracer.tar.gz # buildkit |
| COPY /temp/prod/node_modules node_modules # buildkit |
| COPY /app/public/ /app/public/ # buildkit |
| COPY /app/dist /app/dist # buildkit |
| RUN /bin/sh -c mkdir data # buildkit |
| EXPOSE [3000/tcp] |
| ENV QTWEBENGINE_CHROMIUM_FLAGS=--no-sandbox |
| ENV NODE_ENV=production |
| ENTRYPOINT ["bun" "run" "dist/src/index.js"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-06-15T14:32:16.554Z |
| org.opencontainers.image.description | |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 7b29ce7361e3390e91f1c185b4562de8326623bc |
| org.opencontainers.image.source | https://git.v4.io.vn/ducvuongpham2004/ConvertX |
| org.opencontainers.image.title | ConvertX |
| org.opencontainers.image.url | https://git.v4.io.vn/ducvuongpham2004/ConvertX |
| org.opencontainers.image.version | main |
Details
2026-06-16 00:35:03 +09:00
Versions (2)
View all
Container
1
OCI / Docker
linux/amd64
1.4 GiB