1 Star 0 Fork 0

OPLG / DataKit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile_logfwd 220 Bytes
一键复制 编辑 原始数据 按行查看 历史
liguozhuang 提交于 2023-06-20 18:20 . fix url bug of k8s
FROM pubrepo.guance.com/base/ubuntu:18.04 AS base
ARG TARGETARCH
RUN mkdir -p /opt/logfwd
COPY dist/datakit-linux-${TARGETARCH}/externals/logfwd /opt/logfwd
CMD ["/opt/logfwd/logfwd", "-config", "/opt/logfwd/config"]
1
https://gitee.com/oplg/datakit.git
git@gitee.com:oplg/datakit.git
oplg
datakit
DataKit
main

搜索帮助