ghcr.io/resinat/resin:latest linux/amd64

ghcr.io/resinat/resin:latest - 国内下载镜像源 浏览次数:8

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

该镜像为ghcr.io/resinat组织下的resin镜像,通常用于支持容器化环境中与Resin相关的应用运行,可能涉及嵌入式系统或物联网领域的开发与部署场景。

源镜像 ghcr.io/resinat/resin:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/resinat/resin:latest
镜像ID sha256:7b3ae0529eda675f7dece702d9809303d08d7fdbe558ee93cef4724f4973fd12
镜像TAG latest
大小 46.41MB
镜像源 ghcr.io
CMD /usr/local/bin/resin
启动入口 /usr/local/bin/docker-entrypoint.sh
工作目录 /
OS/平台 linux/amd64
浏览量 8 次
贡献者
镜像创建 2026-03-18T01:25:51.198950908Z
同步时间 2026-03-23 15:42
开放端口
2260/tcp
目录挂载
/var/cache/resin /var/lib/resin /var/log/resin
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
2026-03-18T01:25:48.063Z: org.opencontainers.image.created A high-performance proxy pool gateway. Turn massive proxy subscriptions into a stable, smart, and observable network with sticky sessions.: org.opencontainers.image.description MIT: org.opencontainers.image.licenses 7d9cf330c3d02ece70c0742ac43d632da69da7e3: org.opencontainers.image.revision https://github.com/Resinat/Resin: org.opencontainers.image.source Resin: org.opencontainers.image.title https://github.com/Resinat/Resin: org.opencontainers.image.url 1.0.1: org.opencontainers.image.version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-03-18 09:25:51  0.00B 设置默认要执行的命令
CMD ["/usr/local/bin/resin"]
                        
# 2026-03-18 09:25:51  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
                        
# 2026-03-18 09:25:51  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/var/cache/resin /var/lib/resin /var/log/resin]
                        
# 2026-03-18 09:25:51  0.00B 声明容器运行时监听的端口
EXPOSE [2260/tcp]
                        
# 2026-03-18 09:25:51  865.00B 执行命令并创建新的镜像层
RUN |2 TARGETOS=linux TARGETARCH=amd64 /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh # buildkit
                        
# 2026-03-18 09:25:51  865.00B 复制新文件或目录到容器中
COPY docker/entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit
                        
# 2026-03-18 09:25:51  37.55MB 复制新文件或目录到容器中
COPY release-bin/linux/amd64/resin-linux-amd64 /usr/local/bin/resin # buildkit
                        
# 2026-03-18 09:25:51  1.02MB 执行命令并创建新的镜像层
RUN |2 TARGETOS=linux TARGETARCH=amd64 /bin/sh -c apk add --no-cache ca-certificates tzdata su-exec   && addgroup -S resin   && adduser -S -G resin -h /var/lib/resin resin   && mkdir -p /var/cache/resin /var/lib/resin /var/log/resin   && chown -R resin:resin /var/cache/resin /var/lib/resin /var/log/resin # buildkit
                        
# 2026-03-18 09:25:51  0.00B 定义构建参数
ARG TARGETARCH=amd64
                        
# 2026-03-18 09:25:51  0.00B 定义构建参数
ARG TARGETOS=linux
                        
# 2026-01-28 09:18:43  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2026-01-28 09:18:43  7.84MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.21.6-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:7b3ae0529eda675f7dece702d9809303d08d7fdbe558ee93cef4724f4973fd12",
    "RepoTags": [
        "ghcr.io/resinat/resin:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/resinat/resin:latest"
    ],
    "RepoDigests": [
        "ghcr.io/resinat/resin@sha256:8a246355a29ffaa1f34c289b63c826e9aa5910df9ef5db5cff846dd3bae1cb13",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/resinat/resin@sha256:7c202f2cce071c319e622c31e86044d238b827563a6be39e603f16350667d3c9"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-03-18T01:25:51.198950908Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "2260/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": [
            "/usr/local/bin/resin"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/var/cache/resin": {},
            "/var/lib/resin": {},
            "/var/log/resin": {}
        },
        "WorkingDir": "/",
        "Entrypoint": [
            "/usr/local/bin/docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2026-03-18T01:25:48.063Z",
            "org.opencontainers.image.description": "A high-performance proxy pool gateway. Turn massive proxy subscriptions into a stable, smart, and observable network with sticky sessions.",
            "org.opencontainers.image.licenses": "MIT",
            "org.opencontainers.image.revision": "7d9cf330c3d02ece70c0742ac43d632da69da7e3",
            "org.opencontainers.image.source": "https://github.com/Resinat/Resin",
            "org.opencontainers.image.title": "Resin",
            "org.opencontainers.image.url": "https://github.com/Resinat/Resin",
            "org.opencontainers.image.version": "1.0.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 46407816,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/cae67616f00528a375729c493fa86a88743f4340f82d7115007b2ad327a29572/diff:/var/lib/docker/overlay2/d7fd84fa45ff29a9564d668440008a1d09accf8b7875a7e97edda2c484562325/diff:/var/lib/docker/overlay2/f414760f4de9d6e014554802ae27b789f31bce2d2abb29e3e244c93f810c97e5/diff:/var/lib/docker/overlay2/a93c4c92d81f495073de9a1398fd1fd95a84a4ec9d723f37ad1b15fa65133afc/diff",
            "MergedDir": "/var/lib/docker/overlay2/9186437e1bb4d4d9e5505ed5999f6f173c40a896aecf5a9922dfd5297d9fa743/merged",
            "UpperDir": "/var/lib/docker/overlay2/9186437e1bb4d4d9e5505ed5999f6f173c40a896aecf5a9922dfd5297d9fa743/diff",
            "WorkDir": "/var/lib/docker/overlay2/9186437e1bb4d4d9e5505ed5999f6f173c40a896aecf5a9922dfd5297d9fa743/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:23e75c9dd3ec742dcf0b41994dd6e581b011fb29044efa7b1921f92f59e3e11e",
            "sha256:3ff30a7b567ea72935ff0fac288268e3b55f0ce2c11eb8376674a33365307d24",
            "sha256:eb4a0eaf9aec978bad0806b605d4b41692371d9a0d6c922987098c4987676dc2",
            "sha256:aa5a3b7fb670bb1500a2adbd8109fef98b4051ed80e902a289b1b7641bd2eec6",
            "sha256:e558055b8c224cf8201cb97968d72af82b7610aa9e37775664b0a0d6503029cc"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-23T15:42:44.144026615+08:00"
    }
}

更多版本

ghcr.io/resinat/resin:latest

linux/amd64 ghcr.io46.41MB2026-03-23 15:42
7