ghcr.io/c4illin/convertx:latest linux/amd64

ghcr.io/c4illin/convertx:latest - 国内下载镜像源 浏览次数:10

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

该镜像 ghcr.io/c4illin/convertx 包含一个用于视频转换的应用程序。具体功能和支持的格式需要参考镜像维护者的文档。

源镜像 ghcr.io/c4illin/convertx:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/c4illin/convertx:latest
镜像ID sha256:c22778af6f56d7a4024d4988fb5b999c1be3178a3ebeb262e3dc76a92faa52cb
镜像TAG latest
大小 2.55GB
镜像源 ghcr.io
CMD
启动入口 bun run ./src/index.tsx
工作目录 /app
OS/平台 linux/amd64
浏览量 10 次
贡献者 ch***********o@163.com
镜像创建 2025-06-04T08:58:26.534206635Z
同步时间 2025-06-16 15:51
更新时间 2025-06-17 03:54
开放端口
3000/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin NODE_ENV=production
镜像标签
2025-06-04T08:57:26.063Z: org.opencontainers.image.created 💾 Self-hosted online file converter. Supports 1000+ formats ⚙️: org.opencontainers.image.description AGPL-3.0: org.opencontainers.image.licenses ce41ee238701895718cbb8ca5ccfad5a731035e6: org.opencontainers.image.revision https://github.com/C4illin/ConvertX: org.opencontainers.image.source ConvertX: org.opencontainers.image.title https://github.com/C4illin/ConvertX: org.opencontainers.image.url v0.14.1: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/c4illin/convertx:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/c4illin/convertx:latest  ghcr.io/c4illin/convertx:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/c4illin/convertx:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/c4illin/convertx:latest  ghcr.io/c4illin/convertx:latest

Shell快速替换命令

sed -i 's#ghcr.io/c4illin/convertx:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/c4illin/convertx:latest#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/c4illin/convertx:latest && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/c4illin/convertx:latest  ghcr.io/c4illin/convertx:latest'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/c4illin/convertx:latest && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/c4illin/convertx:latest  ghcr.io/c4illin/convertx:latest'

镜像构建历史


# 2025-06-04 16:58:26  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["bun" "run" "./src/index.tsx"]
                        
# 2025-06-04 16:58:26  0.00B 设置环境变量 NODE_ENV
ENV NODE_ENV=production
                        
# 2025-06-04 16:58:26  0.00B 声明容器运行时监听的端口
EXPOSE map[3000/tcp:{}]
                        
# 2025-06-04 16:58:26  252.27KB 复制新文件或目录到容器中
COPY . . # buildkit
                        
# 2025-06-04 16:51:12  19.73KB 复制新文件或目录到容器中
COPY /app/public/generated.css /app/public/ # buildkit
                        
# 2025-06-04 16:51:12  32.63MB 复制新文件或目录到容器中
COPY /temp/prod/node_modules node_modules # buildkit
                        
# 2025-06-04 16:51:11  2.28GB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get update && apt-get install -y   assimp-utils   calibre   dcraw   dvisvgm   ffmpeg   ghostscript   graphicsmagick   imagemagick-7.q16   inkscape   libheif-examples   libjxl-tools   libva2   libvips-tools   mupdf-tools   pandoc   poppler-utils   potrace   python3-numpy   resvg   texlive   texlive-latex-extra   texlive-xetex   --no-install-recommends   && rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2025-06-04 16:48:19  98.44MB 执行命令并创建新的镜像层
RUN /bin/sh -c unzip -j bun-linux-*.zip -d /usr/local/bin &&   rm bun-linux-*.zip &&   chmod +x /usr/local/bin/bun # buildkit
                        
# 2025-06-04 16:48:18  37.35MB 执行命令并创建新的镜像层
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
                        
# 2025-06-04 16:48:17  26.40MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get update && apt-get install -y   curl   unzip   && rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2025-05-24 01:13:38  0.00B 设置工作目录为/app
WORKDIR /app
                        
# 2025-05-24 01:13:38  0.00B 添加元数据标签
LABEL org.opencontainers.image.source=https://github.com/C4illin/ConvertX
                        
# 2025-05-20 08:00:00  78.59MB 
# debian.sh --arch 'amd64' out/ 'trixie' '@1747699200'
                        
                    

镜像信息

{
    "Id": "sha256:c22778af6f56d7a4024d4988fb5b999c1be3178a3ebeb262e3dc76a92faa52cb",
    "RepoTags": [
        "ghcr.io/c4illin/convertx:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/c4illin/convertx:latest"
    ],
    "RepoDigests": [
        "ghcr.io/c4illin/convertx@sha256:346589f154332997329fdc888417d4b24c49cc9140eab80e637a68cfbdd8041b",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/c4illin/convertx@sha256:6a2451699f72cd0d8314004e31bbdd7bd1aac3050877eb9898f98b185ad1540a"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-06-04T08:58:26.534206635Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "3000/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "NODE_ENV=production"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/app",
        "Entrypoint": [
            "bun",
            "run",
            "./src/index.tsx"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2025-06-04T08:57:26.063Z",
            "org.opencontainers.image.description": "💾 Self-hosted online file converter. Supports 1000+ formats ⚙️",
            "org.opencontainers.image.licenses": "AGPL-3.0",
            "org.opencontainers.image.revision": "ce41ee238701895718cbb8ca5ccfad5a731035e6",
            "org.opencontainers.image.source": "https://github.com/C4illin/ConvertX",
            "org.opencontainers.image.title": "ConvertX",
            "org.opencontainers.image.url": "https://github.com/C4illin/ConvertX",
            "org.opencontainers.image.version": "v0.14.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2554842553,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/4c73ca0d0f6c1e170560786331869bd02c39b014eb62e7a5b0796d7ea1820a17/diff:/var/lib/docker/overlay2/79097defc9660e3267e0488e960dc7c0e843c293b8df936af038d58957226b2c/diff:/var/lib/docker/overlay2/6ae21b7a3b1efcf32775b4ff0671d9e9bd491e3f8069f579241522e248337336/diff:/var/lib/docker/overlay2/f7a72f945c710eb20d38badd91c67ddb6dddefac1518c57877663b175a386578/diff:/var/lib/docker/overlay2/4475e298b81fc8ea442a7bd15037718b43a6e3b26b734ca4ad7fee6ac664f75e/diff:/var/lib/docker/overlay2/8e66dc991d5de2a9ed5d5ebf22d3b8a02893324a1cf962af5d38a8b75b2ddd08/diff:/var/lib/docker/overlay2/099443e52636c1002486019123f0693be44718d8f02b2d9e51dbeb9e8c536357/diff:/var/lib/docker/overlay2/3c4551183791463c3f45063b270c0d8990ef4fed08cce6b98f8a666fe69b8de0/diff",
            "MergedDir": "/var/lib/docker/overlay2/ea619303b163b3c9a3d0887f770d83ba8973247cbb5ea4e3ad9416e9ecbfe14d/merged",
            "UpperDir": "/var/lib/docker/overlay2/ea619303b163b3c9a3d0887f770d83ba8973247cbb5ea4e3ad9416e9ecbfe14d/diff",
            "WorkDir": "/var/lib/docker/overlay2/ea619303b163b3c9a3d0887f770d83ba8973247cbb5ea4e3ad9416e9ecbfe14d/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:ae1eea3a32d8f9a540bf96a7ec60b739c577420e2eac6ac201ecc6461284bff5",
            "sha256:e2a0a5cee658fd03e05a3e73a1bed84a69aa4981322346d6dbbd4d7b5985e928",
            "sha256:b07b196417262f52eaa4a12c423d5bc3cf3d18a39823b63320ae2aa5fb86690e",
            "sha256:a893cf91663134282639387d971c0c360e4da69880886935a366e24d2b82b231",
            "sha256:f325dd5bb2484283fe09a61059f9e9d7721bbcd743418533d021b4d2771d1419",
            "sha256:2e7546efbcec7704af5524dda07c32b20cdc740a55c2eb46ae7e99ac197513e9",
            "sha256:270f7f1fcff7a3fa48bb6be29e53e98a4003306cbbcd7f169975b6dd7e5c79a1",
            "sha256:cc4262873bb57a9ef2d21c209c64673099db4bfe92d54c23fb9d57d1b34bbbe0",
            "sha256:3a565031a8cfec5d974354dff5a82ffe30f2ef9b40ee79b708699a66869d0b3f"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-06-16T15:48:55.674765764+08:00"
    }
}

更多版本

ghcr.io/c4illin/convertx:latest

linux/amd64 ghcr.io2.55GB2025-06-16 15:51
9