docker.io/anyproto/any-sync-filenode:v0.8.12 linux/amd64

docker.io/anyproto/any-sync-filenode:v0.8.12 - 国内下载镜像源 浏览次数:9

这是一个用于 AnyProto Any-Sync 文件节点的 Docker 镜像。

源镜像 docker.io/anyproto/any-sync-filenode:v0.8.12
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/anyproto/any-sync-filenode:v0.8.12
镜像ID sha256:dc9c0736916246c36ab7dea4960fe819ea52449d0e93e62e9aec988b1655d4be
镜像TAG v0.8.12
大小 200.37MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /bin/any-sync-filenode -c /etc/any-sync-filenode/config.yml
启动入口
工作目录
OS/平台 linux/amd64
浏览量 9 次
贡献者
镜像创建 2025-06-30T14:29:50.143261988Z
同步时间 2025-07-14 14:58
更新时间 2025-07-15 07:33
开放端口
443/tcp 8000/tcp 8080/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
https://tech.anytype.io: org.opencontainers.image.description MIT: org.opencontainers.image.licenses ubuntu: org.opencontainers.image.ref.name git://github.com/anyproto/any-sync-filenode.git: org.opencontainers.image.source 22.04: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/anyproto/any-sync-filenode:v0.8.12
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/anyproto/any-sync-filenode:v0.8.12  docker.io/anyproto/any-sync-filenode:v0.8.12

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/anyproto/any-sync-filenode:v0.8.12
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/anyproto/any-sync-filenode:v0.8.12  docker.io/anyproto/any-sync-filenode:v0.8.12

Shell快速替换命令

sed -i 's#anyproto/any-sync-filenode:v0.8.12#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/anyproto/any-sync-filenode:v0.8.12#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/anyproto/any-sync-filenode:v0.8.12 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/anyproto/any-sync-filenode:v0.8.12  docker.io/anyproto/any-sync-filenode:v0.8.12'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/anyproto/any-sync-filenode:v0.8.12 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/anyproto/any-sync-filenode:v0.8.12  docker.io/anyproto/any-sync-filenode:v0.8.12'

镜像构建历史


# 2025-06-30 22:29:50  0.00B 设置默认要执行的命令
CMD ["/bin/any-sync-filenode" "-c" "/etc/any-sync-filenode/config.yml"]
                        
# 2025-06-30 22:29:50  0.00B 声明容器运行时监听的端口
EXPOSE map[8080/tcp:{}]
                        
# 2025-06-30 22:29:50  0.00B 声明容器运行时监听的端口
EXPOSE map[8000/tcp:{}]
                        
# 2025-06-30 22:29:50  0.00B 声明容器运行时监听的端口
EXPOSE map[443/tcp:{}]
                        
# 2025-06-30 22:29:50  0.00B 执行命令并创建新的镜像层
RUN |1 TARGETARCH=amd64 /bin/sh -c rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2025-06-30 22:29:50  66.98MB 执行命令并创建新的镜像层
RUN |1 TARGETARCH=amd64 /bin/sh -c apt-get update && apt-get install -y ca-certificates # buildkit
                        
# 2025-06-30 22:29:43  37.53MB 执行命令并创建新的镜像层
RUN |1 TARGETARCH=amd64 /bin/sh -c apt-get install -y ./any-sync-filenode_0.8.12_${TARGETARCH}.deb && rm -f ./any-sync-filenode_0.8.12_${TARGETARCH}.deb # buildkit
                        
# 2025-06-30 22:29:42  18.01MB 复制新文件或目录到容器中
COPY any-sync-filenode_0.8.12_amd64.deb . # buildkit
                        
# 2025-06-30 22:29:42  0.00B 定义构建参数
ARG TARGETARCH=amd64
                        
# 2025-06-30 22:29:42  0.00B 添加元数据标签
LABEL org.opencontainers.image.licenses=MIT
                        
# 2025-06-30 22:29:42  0.00B 添加元数据标签
LABEL org.opencontainers.image.description=https://tech.anytype.io
                        
# 2025-06-30 22:29:42  0.00B 添加元数据标签
LABEL org.opencontainers.image.source=git://github.com/anyproto/any-sync-filenode.git
                        
# 2025-05-31 06:30:45  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2025-05-31 06:30:45  77.86MB 
/bin/sh -c #(nop) ADD file:82f38ebced7b2756311fb492d3d44cc131b22654e8620baa93883537a3e355aa in / 
                        
# 2025-05-31 06:30:42  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=22.04
                        
# 2025-05-31 06:30:42  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2025-05-31 06:30:42  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2025-05-31 06:30:42  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:dc9c0736916246c36ab7dea4960fe819ea52449d0e93e62e9aec988b1655d4be",
    "RepoTags": [
        "anyproto/any-sync-filenode:v0.8.12",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/anyproto/any-sync-filenode:v0.8.12"
    ],
    "RepoDigests": [
        "anyproto/any-sync-filenode@sha256:2d2032ac01c2f1a815e2c414b934ba53d95d311e5d7b0835997716000518bbc5",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/anyproto/any-sync-filenode@sha256:2c165841c463728098825878489ee7e7fc5c34aec860864620f7e0018ee42c9b"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-06-30T14:29:50.143261988Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "443/tcp": {},
            "8000/tcp": {},
            "8080/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": [
            "/bin/any-sync-filenode",
            "-c",
            "/etc/any-sync-filenode/config.yml"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.description": "https://tech.anytype.io",
            "org.opencontainers.image.licenses": "MIT",
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.source": "git://github.com/anyproto/any-sync-filenode.git",
            "org.opencontainers.image.version": "22.04"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 200373719,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/0454645c8dac8ef4702f9dba3b108c35652d8a4374952ca57189ae56e85c9c3e/diff:/var/lib/docker/overlay2/70735ec50bc70ef2831cfbb6f702bf558d56f59fd446bba52dc2e12464c0b412/diff:/var/lib/docker/overlay2/0ee50241af148abf970741ae71fd37a6a8024e4ae4f74403ccb219ae2fcec0bc/diff:/var/lib/docker/overlay2/961ed719afbf56afeff5ed1ca7466ba76529d0216637dd6c0137b8c6a1b05240/diff",
            "MergedDir": "/var/lib/docker/overlay2/72c585901f7a961dccad023c0eaeb5d49db1a30c2bafc22d0da62b6d15017c4e/merged",
            "UpperDir": "/var/lib/docker/overlay2/72c585901f7a961dccad023c0eaeb5d49db1a30c2bafc22d0da62b6d15017c4e/diff",
            "WorkDir": "/var/lib/docker/overlay2/72c585901f7a961dccad023c0eaeb5d49db1a30c2bafc22d0da62b6d15017c4e/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:f862e1968e4b4c3c3af141e37d2ec22b19ec0fd50d6a8aaf683de6729e296226",
            "sha256:a172723ec1ebe6222b6a015e14acdab386de10f918238b03529be7d142a4cfb5",
            "sha256:ad2d6527ce3f3db8b0a7172e024258088ecadc1da763aeed949a66d0757c72a1",
            "sha256:0979390f04f548f7b890edfef6a84bf996d113638f29e0b5e55c8600755787fb",
            "sha256:eb30f727f29e2b1aa1c7e60f5d6e13e2e5deae9a8334a6550819bb217eecbff7"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-14T14:58:25.118547481+08:00"
    }
}

更多版本

docker.io/anyproto/any-sync-filenode:v0.8.12

linux/amd64 docker.io200.37MB2025-07-14 14:58
8