logo
docker.io/timberio/vector:0.56.0-alpine
linux/amd64 docker.io
# Vector Vector 是一个开源、分布式的数据传输管道和日志系统。它可以接收多种数据源(如 Kafka、MySQL 等),并将数据转换为 JSON 或 Protobuf 格式,然后输出到多个目的地(如 Apache HTTP Server、 Elasticsearch 等)。 ## 特点 * 支持多种数据源 * 支持多种输出目标 * 可以进行数据转换和过滤 * 分布式架构,支持高并发和高吞吐量 * 支持日志收集和传输 ## 优势 * 高性能和高可用性 * 支持多种协议和格式 * 可以进行数据转换和过滤 * 支持分布式架构和负载均衡
8
浏览次数
157.70MB
镜像大小
源镜像
docker.io/timberio/vector:0.56.0-alpine
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timberio/vector:0.56.0-alpine
镜像ID
sha256:06aaf71b6c7b5a87ccf65b4c490deefc8ec7344cb4c310355e68ac2bed23aa71
镜像 TAG
0.56.0-alpine
镜像大小
157.70MB
平台架构
linux/amd64
镜像源
docker.io
CMD
启动入口
/usr/local/bin/vector
工作目录
/
OS/平台
linux/amd64
镜像创建
2026-06-03T15:31:10.966149726Z
同步时间
2026-07-06 14:25
浏览量
8 次
贡献者
⚙️ 环境变量 1
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
🏷️ 镜像标签 3
KeyValue
https://vector.dev/docs org.opencontainers.image.documentation
https://github.com/vectordotdev/vector org.opencontainers.image.source
https://vector.dev org.opencontainers.image.url
🛡️ 镜像安全扫描
alpine 3.23.4 Trivy 2026-07-06 14:25 查看完整报告
20
低危 LOW
8
中危 MEDIUM
2
高危 HIGH
0
严重 CRITICAL
受影响目标 (1)
docker.io/timberio/vector:0.56.0-alpine (alpine 3.23.4) alpine

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timberio/vector:0.56.0-alpine
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timberio/vector:0.56.0-alpine  docker.io/timberio/vector:0.56.0-alpine

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timberio/vector:0.56.0-alpine
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timberio/vector:0.56.0-alpine  docker.io/timberio/vector:0.56.0-alpine

Shell快速替换命令

sed -i 's#timberio/vector:0.56.0-alpine#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timberio/vector:0.56.0-alpine#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timberio/vector:0.56.0-alpine && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timberio/vector:0.56.0-alpine  docker.io/timberio/vector:0.56.0-alpine'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timberio/vector:0.56.0-alpine && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timberio/vector:0.56.0-alpine  docker.io/timberio/vector:0.56.0-alpine'

镜像构建历史


# 2026-06-03 23:31:10  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/local/bin/vector"]
                        
# 2026-06-03 23:31:10  0.00B 执行命令并创建新的镜像层
RUN vector --version # buildkit
                        
# 2026-06-03 23:31:10  0.00B 复制新文件或目录到容器中
COPY /var/lib/vector /var/lib/vector # buildkit
                        
# 2026-06-03 23:31:10  1.30KB 复制新文件或目录到容器中
COPY /vector/config/vector.yaml /usr/share/vector/examples/vector.yaml # buildkit
                        
# 2026-06-03 23:31:10  148.26MB 复制新文件或目录到容器中
COPY /vector/bin/* /usr/local/bin/ # buildkit
                        
# 2026-06-03 23:31:05  987.42KB 执行命令并创建新的镜像层
RUN /bin/sh -c apk --no-cache add ca-certificates tzdata # buildkit
                        
# 2026-06-03 23:31:05  0.00B 添加元数据标签
LABEL org.opencontainers.image.documentation=https://vector.dev/docs
                        
# 2026-06-03 23:31:05  0.00B 添加元数据标签
LABEL org.opencontainers.image.source=https://github.com/vectordotdev/vector
                        
# 2026-06-03 23:31:05  0.00B 添加元数据标签
LABEL org.opencontainers.image.url=https://vector.dev
                        
# 2026-04-16 04:01:40  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2026-04-16 04:01:40  8.45MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:06aaf71b6c7b5a87ccf65b4c490deefc8ec7344cb4c310355e68ac2bed23aa71",
    "RepoTags": [
        "timberio/vector:0.56.0-alpine",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timberio/vector:0.56.0-alpine"
    ],
    "RepoDigests": [
        "timberio/vector@sha256:8f2de273559680c4a6a03bb2bcf4a7636b08e0fb15269f546adc7b2cef2b6e8c",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timberio/vector@sha256:7c98164207fca4ef9ed4538ccf73ada0924f80ae2435529a65d7c738f590471a"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-06-03T15:31:10.966149726Z",
    "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": "/",
        "Entrypoint": [
            "/usr/local/bin/vector"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.documentation": "https://vector.dev/docs",
            "org.opencontainers.image.source": "https://github.com/vectordotdev/vector",
            "org.opencontainers.image.url": "https://vector.dev"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 157699072,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/979d783c322deda883d60e0922120f707261ead02086c1812ff4a1cb0378b9ab/diff:/var/lib/docker/overlay2/770acb4c8294dbd865c5713055e741a68920c61afb04038de71c04784990277e/diff:/var/lib/docker/overlay2/3ce4e266cf656c3dda53a42b534bdc4b58b8f74278f3ae1f7484449ea72b7862/diff:/var/lib/docker/overlay2/cc12bff632c059dba38157958ede41bc4ef0e0bcefb224400b05617729836e2d/diff:/var/lib/docker/overlay2/bd1cf78885cf3b9d31005fc12e15825eaab2f213475e21ca5b9d49621961e4de/diff",
            "MergedDir": "/var/lib/docker/overlay2/458cace7d1f83e35335d60c51f01cc6942deed24c7757b223bbbe55730f2b80b/merged",
            "UpperDir": "/var/lib/docker/overlay2/458cace7d1f83e35335d60c51f01cc6942deed24c7757b223bbbe55730f2b80b/diff",
            "WorkDir": "/var/lib/docker/overlay2/458cace7d1f83e35335d60c51f01cc6942deed24c7757b223bbbe55730f2b80b/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:29df493baa13de438d6d2ece3a8333032e0b7b9b9d8cce4ee82194da255f61e1",
            "sha256:dc5ed57cd5512d3ddfd6b3410062fb0e24eecf575c9a198b0fa8695311f16381",
            "sha256:16914805bbe184d3513fb92e3eb41e34f3befa675603a8f5b0d3d6a53829cf9e",
            "sha256:8efbdf30d28709083050b397c28ec066e389e15a25d5ddba912780800a8ab87f",
            "sha256:6f479f9c8c0975f38be7e2fcf8fdb9c93f8f6c30e1831aa5b8c9cedd547f9327",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-06T14:24:58.370285697+08:00"
    }
}

更多版本

docker.io/timberio/vector:0.41.1-debian

linux/amd64 docker.io228.77MB2024-09-13 10:06
1071

docker.io/timberio/vector:0.26.0-alpine

linux/amd64 docker.io122.13MB2024-09-26 14:10
732

docker.io/timberio/vector:0.41.1-alpine

linux/amd64 docker.io134.92MB2024-10-16 16:58
735

docker.io/timberio/vector:0.33.0-distroless-libc

linux/arm64 docker.io132.84MB2024-11-05 12:40
467

docker.io/timberio/vector:0.33.0-distroless-libc

linux/amd64 docker.io144.51MB2024-11-05 12:54
435

docker.io/timberio/vector:0.44.0-alpine

linux/arm64 docker.io122.08MB2025-02-13 16:06
570

docker.io/timberio/vector:0.39.0-debian

linux/amd64 docker.io225.15MB2025-03-14 17:53
610

docker.io/timberio/vector:0.44.0-alpine

linux/amd64 docker.io134.19MB2025-03-18 17:56
368

docker.io/timberio/vector:0.38.0-debian

linux/amd64 docker.io234.25MB2025-03-19 21:29
475

docker.io/timberio/vector:0.45.0-distroless-libc

linux/amd64 docker.io153.79MB2025-03-20 19:36
520

docker.io/timberio/vector:0.28.1-alpine

linux/amd64 docker.io124.34MB2025-04-04 13:52
617

docker.io/timberio/vector:0.45.0-alpine

linux/amd64 docker.io135.67MB2025-04-10 22:30
397

docker.io/timberio/vector:0.46.0-alpine

linux/amd64 docker.io139.48MB2025-04-10 23:35
634

docker.io/timberio/vector:0.46.0-alpine

linux/arm64 docker.io126.61MB2025-04-29 14:56
503

docker.io/timberio/vector:0.48.0-debian

linux/arm64 docker.io250.86MB2025-07-27 10:03
398

docker.io/timberio/vector:0.39.0-debian

linux/arm64 docker.io245.16MB2025-09-02 15:29
313

docker.io/timberio/vector:0.47.0-alpine

linux/amd64 docker.io141.49MB2025-09-03 18:00
400

docker.io/timberio/vector:0.49.0-debian

linux/amd64 docker.io239.49MB2025-09-19 14:39
355

docker.io/timberio/vector:0.50.0-alpine

linux/amd64 docker.io148.59MB2025-09-29 11:17
360

docker.io/timberio/vector:0.50.0-alpine

linux/arm64 docker.io135.74MB2025-10-16 15:29
258

docker.io/timberio/vector:0.25.2-distroless-libc

linux/amd64 docker.io124.57MB2025-10-30 10:31
280

docker.io/timberio/vector:0.51.0-alpine

linux/amd64 docker.io148.96MB2025-11-10 13:46
303

docker.io/timberio/vector:0.51.0-debian

linux/amd64 docker.io239.85MB2025-11-10 13:49
311

docker.io/timberio/vector:nightly-alpine

linux/amd64 docker.io147.14MB2025-11-13 02:41
339

docker.io/timberio/vector:0.53.0-debian

linux/amd64 docker.io249.13MB2026-02-27 09:10
283

docker.io/timberio/vector:0.48.0-distroless-libc

linux/amd64 docker.io160.17MB2026-03-07 20:51
231

docker.io/timberio/vector:0.53.0-alpine

linux/amd64 docker.io150.09MB2026-03-20 03:56
230

docker.io/timberio/vector:0.54.0-alpine

linux/amd64 docker.io150.63MB2026-03-21 16:44
234

docker.io/timberio/vector:0.53.0-distroless-libc

linux/amd64 docker.io168.10MB2026-03-22 23:50
190

docker.io/timberio/vector:0.54.0-debian

linux/amd64 docker.io241.54MB2026-04-20 18:30
237

docker.io/timberio/vector:0.54.0-distroless-libc

linux/amd64 docker.io168.64MB2026-04-21 09:33
162

docker.io/timberio/vector:0.54.0-debian

linux/arm64 docker.io256.67MB2026-04-27 10:26
74

docker.io/timberio/vector:0.55.0-alpine

linux/amd64 docker.io146.62MB2026-05-15 11:09
134

docker.io/timberio/vector:0.55.0-debian

linux/amd64 docker.io246.79MB2026-06-02 15:05
89

docker.io/timberio/vector:0.56.0-distroless-libc

linux/amd64 docker.io174.81MB2026-06-18 16:14
73

docker.io/timberio/vector:0.56.0-alpine

linux/amd64 docker.io157.70MB2026-07-06 14:25
7
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×