ghcr.io/refly-ai/refly-executor-slim:latest linux/amd64

ghcr.io/refly-ai/refly-executor-slim:latest - 国内下载镜像源 浏览次数:7 Username 贡献同步

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

该Docker镜像为Refly AI项目下的refly-executor轻量版本(slim),旨在提供精简的镜像体积,适用于快速部署及资源受限的环境,用于执行相关任务。

源镜像 ghcr.io/refly-ai/refly-executor-slim:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/refly-ai/refly-executor-slim:latest
镜像ID sha256:1ede49200330ac4efcdf0a530ea77db2dfb794a574e5ea5df1666f1d71e2e612
镜像TAG latest
大小 2.32GB
镜像源 ghcr.io
CMD
启动入口 node /usr/local/bin/refly-http.js
工作目录 /refly-executor-slim
OS/平台 linux/amd64
浏览量 7 次
贡献者
avatar
Username
镜像创建 2026-01-27T23:19:48.124364955Z
同步时间 2026-02-09 21:52
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
2026-01-27T23:10:50.181Z: org.opencontainers.image.created Optimized code executor for serving sandbox service, integreted with a simple fuse implementation.: org.opencontainers.image.description : org.opencontainers.image.licenses ubuntu: org.opencontainers.image.ref.name 4838f27e65a62398b2d11ec8624a376556f55efd: org.opencontainers.image.revision https://github.com/refly-ai/refly-executor-slim: org.opencontainers.image.source refly-executor-slim: org.opencontainers.image.title https://github.com/refly-ai/refly-executor-slim: org.opencontainers.image.url latest: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/refly-ai/refly-executor-slim:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/refly-ai/refly-executor-slim:latest  ghcr.io/refly-ai/refly-executor-slim:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/refly-ai/refly-executor-slim:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/refly-ai/refly-executor-slim:latest  ghcr.io/refly-ai/refly-executor-slim:latest

Shell快速替换命令

sed -i 's#ghcr.io/refly-ai/refly-executor-slim:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/refly-ai/refly-executor-slim:latest#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-01-28 07:19:48  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["node" "/usr/local/bin/refly-http.js"]
                        
# 2026-01-28 07:19:48  0.00B 执行命令并创建新的镜像层
RUN |2 DEBIAN_FRONTEND=noninteractive CLAUDE_CODE_VERSION=2.1.19 /bin/sh -c chmod 1777 /tmp &&     chmod 0700 /refly-executor-slim/slots &&     chmod 0711 /refly-executor-slim/codes &&     chmod 0755 /refly-executor-slim/cache/python /refly-executor-slim/cache/node &&     chmod 0777 /refly-executor-slim/matplotlib /refly-executor-slim/cache /refly-executor-slim/cache/skills # buildkit
                        
# 2026-01-28 07:19:48  0.00B 设置工作目录为/refly-executor-slim
WORKDIR /refly-executor-slim
                        
# 2026-01-28 07:19:48  608.41KB 执行命令并创建新的镜像层
RUN |2 DEBIAN_FRONTEND=noninteractive CLAUDE_CODE_VERSION=2.1.19 /bin/sh -c find /usr /bin /sbin -perm /4000 -type f -exec chmod u-s {} \; 2>/dev/null || true &&     find /usr /bin /sbin -perm /2000 -type f -exec chmod g-s {} \; 2>/dev/null || true &&     chmod 000 /bin/su /usr/bin/su 2>/dev/null || true &&     chmod 000 /usr/bin/newgrp 2>/dev/null || true # buildkit
                        
# 2026-01-28 07:19:47  907.00B 执行命令并创建新的镜像层
RUN |2 DEBIAN_FRONTEND=noninteractive CLAUDE_CODE_VERSION=2.1.19 /bin/sh -c chmod 755 /etc/profile.d/refly-executor.sh # buildkit
                        
# 2026-01-28 07:19:47  907.00B 复制新文件或目录到容器中
COPY docker/refly-exec.env /etc/profile.d/refly-executor.sh # buildkit
                        
# 2026-01-28 07:19:46  0.00B 执行命令并创建新的镜像层
RUN |2 DEBIAN_FRONTEND=noninteractive CLAUDE_CODE_VERSION=2.1.19 /bin/sh -c chmod +x /usr/local/bin/refly-http.js # buildkit
                        
# 2026-01-28 07:19:46  15.91KB 复制新文件或目录到容器中
COPY docker/refly-http.js /usr/local/bin/refly-http.js # buildkit
                        
# 2026-01-28 07:19:46  1.06KB 执行命令并创建新的镜像层
RUN |2 DEBIAN_FRONTEND=noninteractive CLAUDE_CODE_VERSION=2.1.19 /bin/sh -c chmod 700 /usr/local/bin/refly-exec-p # buildkit
                        
# 2026-01-28 07:19:46  1.06KB 复制新文件或目录到容器中
COPY docker/refly-exec-p /usr/local/bin/refly-exec-p # buildkit
                        
# 2026-01-28 07:19:46  1.02KB 执行命令并创建新的镜像层
RUN |2 DEBIAN_FRONTEND=noninteractive CLAUDE_CODE_VERSION=2.1.19 /bin/sh -c chmod +x /usr/local/bin/refly-exec # buildkit
                        
# 2026-01-28 07:19:46  1.02KB 复制新文件或目录到容器中
COPY docker/refly-exec /usr/local/bin/refly-exec # buildkit
                        
# 2026-01-28 07:19:46  0.00B 执行命令并创建新的镜像层
RUN |2 DEBIAN_FRONTEND=noninteractive CLAUDE_CODE_VERSION=2.1.19 /bin/sh -c chmod +x /usr/local/bin/refly-executor-slim # buildkit
                        
# 2026-01-28 07:19:46  16.17MB 复制新文件或目录到容器中
COPY /tmp/refly-executor-slim /usr/local/bin/refly-executor-slim # buildkit
                        
# 2026-01-28 07:13:58  223.06MB 执行命令并创建新的镜像层
RUN |2 DEBIAN_FRONTEND=noninteractive CLAUDE_CODE_VERSION=2.1.19 /bin/sh -c if [ -x /root/.local/bin/claude ]; then       install -m 0755 /root/.local/bin/claude /usr/local/bin/claude;     fi &&     rm -rf /root/.local /root/.claude # buildkit
                        
# 2026-01-28 07:13:57  223.10MB 执行命令并创建新的镜像层
RUN |2 DEBIAN_FRONTEND=noninteractive CLAUDE_CODE_VERSION=2.1.19 /bin/sh -c /bin/bash -lc 'set -euo pipefail;     curl -fsSL https://claude.ai/install.sh | bash -s "${CLAUDE_CODE_VERSION}"' # buildkit
                        
# 2026-01-28 07:13:43  107.08MB 执行命令并创建新的镜像层
RUN |2 DEBIAN_FRONTEND=noninteractive CLAUDE_CODE_VERSION=2.1.19 /bin/sh -c mplfonts init &&     MPL_RC=$(python3 -c "import matplotlib; print(matplotlib.matplotlib_fname())") &&     sed -i 's/^#font\.sans-serif:.*/font.sans-serif: Noto Sans CJK SC, DejaVu Sans, sans-serif/' "$MPL_RC" &&     sed -i 's/^#axes\.unicode_minus:.*/axes.unicode_minus: False/' "$MPL_RC" # buildkit
                        
# 2026-01-28 07:13:41  0.00B 执行命令并创建新的镜像层
RUN |2 DEBIAN_FRONTEND=noninteractive CLAUDE_CODE_VERSION=2.1.19 /bin/sh -c mkdir -p     /refly-executor-slim/slots     /refly-executor-slim/codes     /refly-executor-slim/cache/python     /refly-executor-slim/cache/node     /refly-executor-slim/cache/skills     /refly-executor-slim/matplotlib # buildkit
                        
# 2026-01-28 07:13:41  711.00B 执行命令并创建新的镜像层
RUN |2 DEBIAN_FRONTEND=noninteractive CLAUDE_CODE_VERSION=2.1.19 /bin/sh -c echo 'user_allow_other' >> /etc/fuse.conf # buildkit
                        
# 2026-01-28 07:13:41  66.69KB 执行命令并创建新的镜像层
RUN |2 DEBIAN_FRONTEND=noninteractive CLAUDE_CODE_VERSION=2.1.19 /bin/sh -c PY_VERSION=$(python3 -c "import sys; print(f'{sys.version_info.major}.{sys.version_info.minor}')") &&     install -d "/usr/local/lib/python${PY_VERSION}/dist-packages/reportlab" &&     install -d "/usr/local/lib/python${PY_VERSION}/dist-packages/matplotlib" &&     cp /tmp/reportlab_rl_settings.py "/usr/local/lib/python${PY_VERSION}/dist-packages/reportlab/rl_settings.py" &&     cp /tmp/matplotlib_init.py "/usr/local/lib/python${PY_VERSION}/dist-packages/matplotlib/__init__.py" &&     cat /tmp/reportlab_init.py >> "/usr/lib/python${PY_VERSION}/sitecustomize.py" &&     rm /tmp/reportlab_init.py /tmp/reportlab_rl_settings.py /tmp/matplotlib_init.py # buildkit
                        
# 2026-01-28 07:13:41  55.84KB 复制新文件或目录到容器中
COPY docker/patch/matplotlib/__init__.py /tmp/matplotlib_init.py # buildkit
                        
# 2026-01-28 07:13:41  156.00B 复制新文件或目录到容器中
COPY docker/patch/matplotlibrc /etc/matplotlib/matplotlibrc # buildkit
                        
# 2026-01-28 07:13:41  10.38KB 复制新文件或目录到容器中
COPY docker/patch/reportlab/rl_settings.py /tmp/reportlab_rl_settings.py # buildkit
                        
# 2026-01-28 07:13:41  414.00B 复制新文件或目录到容器中
COPY docker/patch/reportlab/rl_config.py /etc/reportlab/rl_config.py # buildkit
                        
# 2026-01-28 07:13:41  311.00B 复制新文件或目录到容器中
COPY docker/patch/sitecustomize.py /tmp/reportlab_init.py # buildkit
                        
# 2026-01-28 07:13:41  17.63MB 执行命令并创建新的镜像层
RUN |2 DEBIAN_FRONTEND=noninteractive CLAUDE_CODE_VERSION=2.1.19 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends     gcc python3-dev     && pip3 install --no-cache-dir     wordcloud     && apt-get purge -y gcc python3-dev     && apt-get autoremove -y     && rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2026-01-28 07:13:14  1.03GB 执行命令并创建新的镜像层
RUN |2 DEBIAN_FRONTEND=noninteractive CLAUDE_CODE_VERSION=2.1.19 /bin/sh -c pip3 install --no-cache-dir     numpy     pandas     scipy     scikit-learn     sympy     matplotlib==3.10.8     seaborn     plotly     pillow     openpyxl     python-docx     pypdf     pymupdf     reportlab==4.4.7     python-pptx     pyyaml     toml     orjson     lxml     beautifulsoup4     requests     python-dateutil     pytz     tabulate     mplfonts     jieba     feedparser     moviepy     opencv-python-headless     pydub     && rm -rf ~/.cache/pip # buildkit
                        
# 2026-01-28 07:12:05  625.83MB 执行命令并创建新的镜像层
RUN |2 DEBIAN_FRONTEND=noninteractive CLAUDE_CODE_VERSION=2.1.19 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends     fuse3     ca-certificates     curl     libcap2-bin     python3     python3-pip     python3-cryptography     nodejs     npm     fontconfig     fonts-noto-cjk     fonts-noto-color-emoji     fonts-dejavu-core     libfreetype6     libpng16-16     libjpeg-turbo8     libwebp7     zlib1g     liblzma5     libxml2     libxslt1.1     ffmpeg     && fc-cache -fv     && rm -rf /var/lib/apt/lists/*     && ln -s /usr/bin/python3 /usr/bin/python # buildkit
                        
# 2026-01-28 07:12:05  0.00B 定义构建参数
ARG CLAUDE_CODE_VERSION=2.1.19
                        
# 2026-01-28 07:12:05  0.00B 定义构建参数
ARG DEBIAN_FRONTEND=noninteractive
                        
# 2026-01-09 15:01:44  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2026-01-09 15:01:44  77.87MB 
/bin/sh -c #(nop) ADD file:b499000226bd9a7c562ffa8eeb86e2d170f2a563310db6c2d79562ab53e5cb6e in / 
                        
# 2026-01-09 15:01:41  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=22.04
                        
# 2026-01-09 15:01:41  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2026-01-09 15:01:41  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2026-01-09 15:01:41  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:1ede49200330ac4efcdf0a530ea77db2dfb794a574e5ea5df1666f1d71e2e612",
    "RepoTags": [
        "ghcr.io/refly-ai/refly-executor-slim:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/refly-ai/refly-executor-slim:latest"
    ],
    "RepoDigests": [
        "ghcr.io/refly-ai/refly-executor-slim@sha256:fcfb46208ec47f56a2980889fcf3db728679377397227693f14ee45f96b97776",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/refly-ai/refly-executor-slim@sha256:f7d8a44b6bb2e7a3d0e941c1f44555f7dd3f327b43d077afc931c9d9c0c02034"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-01-27T23:19:48.124364955Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/refly-executor-slim",
        "Entrypoint": [
            "node",
            "/usr/local/bin/refly-http.js"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2026-01-27T23:10:50.181Z",
            "org.opencontainers.image.description": "Optimized code executor for serving sandbox service, integreted with a simple fuse implementation.",
            "org.opencontainers.image.licenses": "",
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.revision": "4838f27e65a62398b2d11ec8624a376556f55efd",
            "org.opencontainers.image.source": "https://github.com/refly-ai/refly-executor-slim",
            "org.opencontainers.image.title": "refly-executor-slim",
            "org.opencontainers.image.url": "https://github.com/refly-ai/refly-executor-slim",
            "org.opencontainers.image.version": "latest"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2323946423,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/661bbb584e4242ae9ea80f4b882aa285a30ed72b18ebbf0e57588ad8d7fe34bc/diff:/var/lib/docker/overlay2/78db36d70493ee77fce56134323e7909691cad0afb101ebbb57a1712c563df9c/diff:/var/lib/docker/overlay2/808080e1e303510a0fdb1ff90a1d212893d77260c04c599c05734318721c4f12/diff:/var/lib/docker/overlay2/d86ce396fe0ac590dd65e810798cbb87e75e30eceff88bcdcbe0973e20c294c6/diff:/var/lib/docker/overlay2/49aa41286b55d68305bfe5134e9f81246807448f9c4233e1553e64977b9df354/diff:/var/lib/docker/overlay2/abd07d61a212f6565676025c9cf08bdd9838b09bd22f5d22761b00eaa06e258c/diff:/var/lib/docker/overlay2/bb979139cc4957ed4c316e85c9b9eb10801ca33518805abaea06ad1627e11ca4/diff:/var/lib/docker/overlay2/f6eb07964d17e7c1e7cc5218806455cf379252d51d4f23563f8fa9573ec2ed4d/diff:/var/lib/docker/overlay2/86c02503337d9f900881f70ec7e7a49597118a80a845d0fcd05c913eb44c943d/diff:/var/lib/docker/overlay2/8e3a43f44a4dd6931a85cea05214213ec3c5a0c7cb61d1aa259ab9b221d226f1/diff:/var/lib/docker/overlay2/9524e28392e035917b4ab9dc9360435ae9253c7b0596eb3ecb43c8706b582af3/diff:/var/lib/docker/overlay2/65b8fcc09aa98067d581c630ea012985502fd22b789344f7adf81bdccbc2dcda/diff:/var/lib/docker/overlay2/04e193f8106e3deec631bb30e51608a567b0b4f99c75b7b0fb512b0f1c752a06/diff:/var/lib/docker/overlay2/f72535ce6a35e6a9104906fd1a6dfc78f4ac97ce61f5e8e6108f2df8145438ad/diff:/var/lib/docker/overlay2/c629aa7612807b0b4927b50ff9847547ec085be4d4d23f43151a5c5e636982f8/diff:/var/lib/docker/overlay2/b37380a4820e15ec5808a75618c52c04a4fab9f34fdefab5725ac5b3c26ae74c/diff:/var/lib/docker/overlay2/9114e811cb3eb5e5e810f0917bc0aa911fea3ffe25e58efb944f54b539929be5/diff:/var/lib/docker/overlay2/7e2112a03a9940a23d3f130e172a5ffc20ef16861879a43bb39633a4de74432c/diff:/var/lib/docker/overlay2/070ee5de4ec8bd4766604c83aa14953bfe6a6650fc6975e4278adf4ed3045e01/diff:/var/lib/docker/overlay2/6ceac648d446c2474e5ae75905dff554e3bbec24a01d921e835536ad24044ca8/diff:/var/lib/docker/overlay2/84552dbff829ada1f94ec654c4b34454a97868b6e754b02b63d8d54f8560a2c8/diff:/var/lib/docker/overlay2/4cbad9b88744ae6301a87f244fc6a35db186384416cc569e4d632d454cc1dd5e/diff:/var/lib/docker/overlay2/0844e2b11a71ea8b398e2c8644ca7ccc60bab98880014989a39f14b0b0391746/diff:/var/lib/docker/overlay2/a0daf4b518b758a4dc4e71b41cb07f25cf6d047da739d0b733443af72075a023/diff:/var/lib/docker/overlay2/98a2c321722633f082e15c317474e4eba7d043683fa81917a65d5cf4ef9cfd1b/diff:/var/lib/docker/overlay2/00259bc946391cc46625010260b9fbf3369bcb0bd966cbfed05eb62009b626e2/diff:/var/lib/docker/overlay2/8c5f559a6e98454576df0e6b7aa1895e4967917676f18f6c3da454b39d82e1ca/diff",
            "MergedDir": "/var/lib/docker/overlay2/d3b8d419d48983fe79ed564be171f15b805086e32f01f170dcd7d56b49308d06/merged",
            "UpperDir": "/var/lib/docker/overlay2/d3b8d419d48983fe79ed564be171f15b805086e32f01f170dcd7d56b49308d06/diff",
            "WorkDir": "/var/lib/docker/overlay2/d3b8d419d48983fe79ed564be171f15b805086e32f01f170dcd7d56b49308d06/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:fbb9bbbaf4d2b027acd15252897d5043386eea7121e0e0433e697714bb14beac",
            "sha256:03bef3ea78d3ab0d7b4ca7b151bb6afb87932ed3a300ff7fa91e48f4a3b6c843",
            "sha256:3de06dbe4a646e3bb01ad907a3f8ef7d87cf63bedb184e3f0114563906866267",
            "sha256:7c896bb668dd7b67e5146e665460eaf88f74bef19b65e15a3548f154d89eacaa",
            "sha256:3fc64e52ada655abcb7deadff679e8dec12eba5d38deec209fc43d6ed4386d5a",
            "sha256:5081183ddd8ea7e053f1c20c6e85067e456293304e7dc71c701c6332ba45b364",
            "sha256:5a854598d28f214d3dda4f5b905fa3c8d02678a249cec21ee3ae2518e8757311",
            "sha256:938cf4304ad615d454539daa82277550e848406ffefaa97688643195623c3b90",
            "sha256:38569323f7fbd799eb77017aeb82111498957612d9e7e185eb711aa886f229c7",
            "sha256:1e395b59db381053588255fee688e5ad5b727afc56f425987f3e7b67d82eca46",
            "sha256:b07bb1a71ec9a89fd99ab68f04675b40d77091f3ef48a7fcbc7805e2d1c7aa28",
            "sha256:e6e630a0aebab35721a369111c81bb43f807c3b6eeb15e3df0e8293a39fad87f",
            "sha256:59cabdf70e5046b2cab6e4a89ccae2217aefd44767a7245759bdb4e232932c64",
            "sha256:7326cb5a514283787d2ab6c8cb4c1233cff421397676b19daab614633f0f9cad",
            "sha256:43cf5f939235a9f0cbf1e4c77c834c931e227d5c656cfe6f6ba64e670f764a38",
            "sha256:0068754ffa5671b6a4939c7e0a3ca8863818e6a3588e64ef629306d4e13d56ed",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:d32fc82ea0bbdd69b5a2263d5b6f5973b7d15df35bb75ef9dc95ff3af444abd1",
            "sha256:47c4b8c7a24dfd9c0a18016375165a6d5cf0b3d482f441a74f3c8f0d7c0eeb8a",
            "sha256:59f13f11a30c728182914738cca041e7154399ad417343ee0ec4f6824e3a5334",
            "sha256:cb98119ec7a7feb71dfd16db29f73278be7568aa04ed7d06177e7e8fa312c594",
            "sha256:f6cabd920b764c73e0680ec53f76e947cca2fd3c77a908caa17abe675c72ddda",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:a57faa191e063062f3c4d3588aad43c0e2e0057b3cdc7b319d5f92168752b75f",
            "sha256:169c7f35a9c104c2763951d9001f6f31b86bd2656e07a99a73e1532ddc78465f",
            "sha256:8fc11e521d94584faa8b2f4beae8b85ed1d27c8a866f6e8dd0f6447b3f40e059",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:e6ff9dd01be7cfe2f68941114cf3cf77687de07a754557a16f3d0f132262530d"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-02-09T21:50:15.072308092+08:00"
    }
}

更多版本

ghcr.io/refly-ai/refly-executor-slim:latest

linux/amd64 ghcr.io2.32GB2026-02-09 21:52
6