docker.io/timberio/vector:0.51.0-alpine linux/amd64

docker.io/timberio/vector:0.51.0-alpine - 国内下载镜像源 浏览次数:17
# Vector Vector 是一个开源、分布式的数据传输管道和日志系统。它可以接收多种数据源(如 Kafka、MySQL 等),并将数据转换为 JSON 或 Protobuf 格式,然后输出到多个目的地(如 Apache HTTP Server、 Elasticsearch 等)。 ## 特点 * 支持多种数据源 * 支持多种输出目标 * 可以进行数据转换和过滤 * 分布式架构,支持高并发和高吞吐量 * 支持日志收集和传输 ## 优势 * 高性能和高可用性 * 支持多种协议和格式 * 可以进行数据转换和过滤 * 支持分布式架构和负载均衡
源镜像 docker.io/timberio/vector:0.51.0-alpine
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timberio/vector:0.51.0-alpine
镜像ID sha256:8a86bb8b196ffea613fd89884d9719cf31625164fa054d2dfe933360e6c6dda4
镜像TAG 0.51.0-alpine
大小 148.96MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /usr/local/bin/vector
工作目录 /
OS/平台 linux/amd64
浏览量 17 次
贡献者
镜像创建 2025-11-04T16:38:41.497013198Z
同步时间 2025-11-10 13:46
更新时间 2025-11-11 01:43
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
https://vector.dev/docs: org.opencontainers.image.documentation https://github.com/vectordotdev/vector: org.opencontainers.image.source https://vector.dev: org.opencontainers.image.url

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#timberio/vector:0.51.0-alpine#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timberio/vector:0.51.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.51.0-alpine && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timberio/vector:0.51.0-alpine  docker.io/timberio/vector:0.51.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.51.0-alpine && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timberio/vector:0.51.0-alpine  docker.io/timberio/vector:0.51.0-alpine'

镜像构建历史


# 2025-11-05 00:38:41  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/local/bin/vector"]
                        
# 2025-11-05 00:38:41  0.00B 执行命令并创建新的镜像层
RUN vector --version # buildkit
                        
# 2025-11-05 00:38:41  0.00B 复制新文件或目录到容器中
COPY /var/lib/vector /var/lib/vector # buildkit
                        
# 2025-11-05 00:38:41  1.35KB 复制新文件或目录到容器中
COPY /vector/config/vector.yaml /etc/vector/vector.yaml # buildkit
                        
# 2025-11-05 00:38:41  139.63MB 复制新文件或目录到容器中
COPY /vector/bin/* /usr/local/bin/ # buildkit
                        
# 2025-11-05 00:38:38  1.00MB 执行命令并创建新的镜像层
RUN /bin/sh -c apk --no-cache add ca-certificates tzdata # buildkit
                        
# 2025-11-05 00:38:38  0.00B 添加元数据标签
LABEL org.opencontainers.image.documentation=https://vector.dev/docs
                        
# 2025-11-05 00:38:38  0.00B 添加元数据标签
LABEL org.opencontainers.image.source=https://github.com/vectordotdev/vector
                        
# 2025-11-05 00:38:38  0.00B 添加元数据标签
LABEL org.opencontainers.image.url=https://vector.dev
                        
# 2025-10-08 19:04:56  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2025-10-08 19:04:56  8.32MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:8a86bb8b196ffea613fd89884d9719cf31625164fa054d2dfe933360e6c6dda4",
    "RepoTags": [
        "timberio/vector:0.51.0-alpine",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timberio/vector:0.51.0-alpine"
    ],
    "RepoDigests": [
        "timberio/vector@sha256:cef2a4d33b43b3e9196ba0bd9f1d8b9006a03bfe15363514c5a0f78b8cb8e9d9",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/timberio/vector@sha256:8eda777470e6d89abfbd358ded5a41403edfb8d8487fcf06382d1a361c63f6b1"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-11-04T16:38:41.497013198Z",
    "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": 148957205,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/afe9a8183a9c8e168e5c55e0f7fa6206e62ae9667ff40e798c60abf5edae9360/diff:/var/lib/docker/overlay2/099a7128dc813816ef8a762c8b22fb6edb94c60fa75145d89cf54f3297ea29eb/diff:/var/lib/docker/overlay2/86187151d294b38a2b36904928a46c39ba7f6f7fd57b7e1c8723c78218a0a4ca/diff:/var/lib/docker/overlay2/1d155a0f3db5e5b81b416a35b11e6a5f7ee15b30ffd19dde3c2e5419d09e5fab/diff:/var/lib/docker/overlay2/9228d0dea91f2a86651259163a395152983e6f8dd01e3c64990f331280069735/diff",
            "MergedDir": "/var/lib/docker/overlay2/6996169bcf1a1dd86e43f2119d7284456aa31d68c8034921f69bb1d632fc4616/merged",
            "UpperDir": "/var/lib/docker/overlay2/6996169bcf1a1dd86e43f2119d7284456aa31d68c8034921f69bb1d632fc4616/diff",
            "WorkDir": "/var/lib/docker/overlay2/6996169bcf1a1dd86e43f2119d7284456aa31d68c8034921f69bb1d632fc4616/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:256f393e029fa2063d8c93720da36a74a032bed3355a2bc3e313ad12f8bde9d1",
            "sha256:3005cc1f3e2b4292d105c4d81c3a4c0856b8535aad45a9fec4f075cf99b2ea26",
            "sha256:ae86f1dd9449e60a56d37100d87ade8f57c91468e206f304a9f92c3dfd75939e",
            "sha256:374ea7db918f733558d95eb8146d4b1c8f36c65849184a81d2544f89440939c8",
            "sha256:ad06ff443db808c88d160db6b7246c13528aad1f350f7f1fd8e04d38e1a0ed8a",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-11-10T13:46:18.03033202+08:00"
    }
}

更多版本

docker.io/timberio/vector:0.41.1-debian

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

docker.io/timberio/vector:0.26.0-alpine

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

docker.io/timberio/vector:0.41.1-alpine

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

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

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

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

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

docker.io/timberio/vector:0.44.0-alpine

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

docker.io/timberio/vector:0.39.0-debian

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

docker.io/timberio/vector:0.44.0-alpine

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

docker.io/timberio/vector:0.38.0-debian

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

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

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

docker.io/timberio/vector:0.28.1-alpine

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

docker.io/timberio/vector:0.45.0-alpine

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

docker.io/timberio/vector:0.46.0-alpine

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

docker.io/timberio/vector:0.46.0-alpine

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

docker.io/timberio/vector:0.48.0-debian

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

docker.io/timberio/vector:0.39.0-debian

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

docker.io/timberio/vector:0.47.0-alpine

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

docker.io/timberio/vector:0.49.0-debian

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

docker.io/timberio/vector:0.50.0-alpine

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

docker.io/timberio/vector:0.50.0-alpine

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

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

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

docker.io/timberio/vector:0.51.0-alpine

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

docker.io/timberio/vector:0.51.0-debian

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