docker.io/rajchaudhuri/weave:2.9.0 linux/amd64

docker.io/rajchaudhuri/weave:2.9.0 - 国内下载镜像源 浏览次数:12
源镜像 docker.io/rajchaudhuri/weave:2.9.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rajchaudhuri/weave:2.9.0
镜像ID sha256:cec769601abb2d37e5281e4e3955cb63ee1841d8a69c98f19e47cb35325ef9e2
镜像TAG 2.9.0
大小 67.90MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /home/weave/weaver
工作目录 /home/weave
OS/平台 linux/amd64
浏览量 12 次
贡献者
镜像创建 2024-12-22T15:20:12.78665806Z
同步时间 2025-12-19 09:32
更新时间 2025-12-19 17:36
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
Raj Chaudhuri <raj@rajware.net>: maintainer Weave Net creates a virtual network that connects Docker containers across multiple hosts and enables their automatic discovery: org.label-schema.description Weave Net: org.label-schema.name 1.0: org.label-schema.schema-version https://github.com/rajch/weave: org.label-schema.url 8397222003c0d8ca2bebf0ac5c64448a4796dd18: org.label-schema.vcs-ref https://github.com/rajch/weave: org.label-schema.vcs-url Raj Chaudhuri (forked from Weaveworks): org.label-schema.vendor Weave Net creates a virtual network that connects Docker containers across multiple hosts and enables their automatic discovery: org.opencontainers.image.description 8397222003c0d8ca2bebf0ac5c64448a4796dd18: org.opencontainers.image.revision https://github.com/rajch/weave: org.opencontainers.image.source Weave Net: org.opencontainers.image.title https://github.com/rajch/weave: org.opencontainers.image.url Raj Chaudhuri (forked from Weaveworks): org.opencontainers.image.vendor 2.9.0: org.reweave.image-version system: works.weave.role

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rajchaudhuri/weave:2.9.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rajchaudhuri/weave:2.9.0  docker.io/rajchaudhuri/weave:2.9.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rajchaudhuri/weave:2.9.0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rajchaudhuri/weave:2.9.0  docker.io/rajchaudhuri/weave:2.9.0

Shell快速替换命令

sed -i 's#rajchaudhuri/weave:2.9.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rajchaudhuri/weave:2.9.0#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rajchaudhuri/weave:2.9.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rajchaudhuri/weave:2.9.0  docker.io/rajchaudhuri/weave:2.9.0'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rajchaudhuri/weave:2.9.0 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rajchaudhuri/weave:2.9.0  docker.io/rajchaudhuri/weave:2.9.0'

镜像构建历史


# 2024-12-22 23:20:12  0.00B 添加元数据标签
LABEL org.opencontainers.image.revision=8397222003c0d8ca2bebf0ac5c64448a4796dd18 org.label-schema.vcs-ref=8397222003c0d8ca2bebf0ac5c64448a4796dd18 org.reweave.image-version=2.9.0
                        
# 2024-12-22 23:20:12  0.00B 定义构建参数
ARG imageversion=2.9.0
                        
# 2024-12-22 23:20:12  0.00B 定义构建参数
ARG revision=8397222003c0d8ca2bebf0ac5c64448a4796dd18
                        
# 2024-12-22 23:20:12  0.00B 设置工作目录为/home/weave
WORKDIR /home/weave
                        
# 2024-12-22 23:20:12  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/home/weave/weaver"]
                        
# 2024-12-22 23:20:12  0.00B 复制新文件或目录到容器中
COPY /root/weave/prog/weaver/weavedata.db /weavedb/ # buildkit
                        
# 2024-12-22 23:20:12  8.57MB 复制新文件或目录到容器中
COPY /root/weave/prog/weaveutil/weaveutil /usr/bin/ # buildkit
                        
# 2024-12-22 23:20:12  28.13MB 复制新文件或目录到容器中
COPY /root/weave/weave /root/weave/prog/weaver/weaver /home/weave/ # buildkit
                        
# 2024-12-19 15:13:58  17.62MB 执行命令并创建新的镜像层
RUN /bin/sh -c       apk add --update \
                  curl \
                  iptables \
                  ipset \
                  iproute2 \
                  conntrack-tools \
                  bind-tools \
                  ca-certificates
      # Alpine 3.19 made nftables the default backend for iptables
      # From weave version 2.9.0 onwards, weave will also assume 
      # the same, but will include iptables-legacy for backward
      # compatibility.
      apk add iptables-legacy
      # ln -sf /sbin/iptables-legacy /sbin/iptables
      # ln -sf /sbin/iptables-legacy-save /sbin/iptables-save
      # ln -sf /sbin/iptables-legacy-restore /sbin/iptables-restore
      rm -rf /var/cache/apk/*
 # buildkit
                        
# 2024-12-19 15:13:58  0.00B 添加元数据标签
LABEL works.weave.role=system maintainer=Raj Chaudhuri <raj@rajware.net> org.opencontainers.image.title=Weave Net org.opencontainers.image.description=Weave Net creates a virtual network that connects Docker containers across multiple hosts and enables their automatic discovery org.opencontainers.image.url=https://github.com/rajch/weave org.opencontainers.image.source=https://github.com/rajch/weave org.opencontainers.image.vendor=Raj Chaudhuri (forked from Weaveworks) org.label-schema.schema-version=1.0 org.label-schema.name=Weave Net org.label-schema.description=Weave Net creates a virtual network that connects Docker containers across multiple hosts and enables their automatic discovery org.label-schema.url=https://github.com/rajch/weave org.label-schema.vcs-url=https://github.com/rajch/weave org.label-schema.vendor=Raj Chaudhuri (forked from Weaveworks)
                        
# 2024-12-19 15:13:54  5.78MB 执行命令并创建新的镜像层
RUN /bin/sh -c apk update     && apk upgrade     && rm -rf /var/cache/apk/* # buildkit
                        
# 2024-09-06 20:05:36  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2024-09-06 20:05:36  7.80MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.20.3-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:cec769601abb2d37e5281e4e3955cb63ee1841d8a69c98f19e47cb35325ef9e2",
    "RepoTags": [
        "rajchaudhuri/weave:2.9.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rajchaudhuri/weave:2.9.0"
    ],
    "RepoDigests": [
        "rajchaudhuri/weave@sha256:d32d3b621c5a3131e2792ec79c5ed27c27a43f97191675954626415ff2155e5d",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rajchaudhuri/weave@sha256:e680a63e2f4aafef0261da52e108f6431081d240fdfa157f1a4b6a1d388763b9"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-12-22T15:20:12.78665806Z",
    "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,
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/home/weave",
        "Entrypoint": [
            "/home/weave/weaver"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "Raj Chaudhuri \u003craj@rajware.net\u003e",
            "org.label-schema.description": "Weave Net creates a virtual network that connects Docker containers across multiple hosts and enables their automatic discovery",
            "org.label-schema.name": "Weave Net",
            "org.label-schema.schema-version": "1.0",
            "org.label-schema.url": "https://github.com/rajch/weave",
            "org.label-schema.vcs-ref": "8397222003c0d8ca2bebf0ac5c64448a4796dd18",
            "org.label-schema.vcs-url": "https://github.com/rajch/weave",
            "org.label-schema.vendor": "Raj Chaudhuri (forked from Weaveworks)",
            "org.opencontainers.image.description": "Weave Net creates a virtual network that connects Docker containers across multiple hosts and enables their automatic discovery",
            "org.opencontainers.image.revision": "8397222003c0d8ca2bebf0ac5c64448a4796dd18",
            "org.opencontainers.image.source": "https://github.com/rajch/weave",
            "org.opencontainers.image.title": "Weave Net",
            "org.opencontainers.image.url": "https://github.com/rajch/weave",
            "org.opencontainers.image.vendor": "Raj Chaudhuri (forked from Weaveworks)",
            "org.reweave.image-version": "2.9.0",
            "works.weave.role": "system"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 67896686,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/3d4d7ae575a8304e4291f9226fc49bb6080e942c5b56e4ae1014ba31d2ff5da9/diff:/var/lib/docker/overlay2/7a1782654a2ac5356904fd8e1242e1a5408a0c229e335b5d6d6cbad82e56224c/diff:/var/lib/docker/overlay2/57da09011a31098138d2c9bc88d1baaebb860d0c074f356b45897b45b51227e2/diff:/var/lib/docker/overlay2/a3b47d5df705af665fc254e32adddcee726c46423ae94917b8de94ff4fe6edf3/diff:/var/lib/docker/overlay2/f6b91779346172d7f2d27bac37aaf16174e1eada062be00f4dee88d686e7692c/diff:/var/lib/docker/overlay2/f6807dacb7df7d89fa036d2a273c64ce84dfcc4a68eee32afcbcaf9c79d47fcd/diff",
            "MergedDir": "/var/lib/docker/overlay2/c5e8b3e3edbef436e85cc7bfd401ec52889def4cd48bc6acc421b085f107a52a/merged",
            "UpperDir": "/var/lib/docker/overlay2/c5e8b3e3edbef436e85cc7bfd401ec52889def4cd48bc6acc421b085f107a52a/diff",
            "WorkDir": "/var/lib/docker/overlay2/c5e8b3e3edbef436e85cc7bfd401ec52889def4cd48bc6acc421b085f107a52a/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:75654b8eeebd3beae97271a102f57cdeb794cc91e442648544963a7e951e9558",
            "sha256:df66a7e2ac0cd57345cdac05d80e3bc322cc8b63a95e190e67953aa128c0d4e5",
            "sha256:afe6ae4ba341b25be275cabdd64ed57a94a73784c23682dda1bbe713f54fb588",
            "sha256:69579af5491d4fec3c75299cc0e0c5333c3702e0e4cdca1792c3f55c8e5965dc",
            "sha256:589151006680dbfdcb0cd82ee8be1dbe7653d7e338626f49292535d8cc1fb5d7",
            "sha256:ee858ca4d52daa145eb9d1d04686ad54c4c3fc42be0864cc680228ac66fba1b0",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-12-19T09:32:38.978068852+08:00"
    }
}

更多版本

docker.io/rajchaudhuri/weave:2.9.0

linux/amd64 docker.io67.90MB2025-12-19 09:32
11

docker.io/rajchaudhuri/weavedb:latest

linux/amd64 docker.io267.00B2025-12-19 09:35
10

docker.io/rajchaudhuri/weaveexec:2.9.0

linux/amd64 docker.io78.30MB2025-12-19 09:38
12