1 Star 0 Fork 0

葱先生/pushgateway

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 421 Bytes
一键复制 编辑 原始数据 按行查看 历史
Julien Pivotto 提交于 2020-12-16 21:26 . Fix Docker image
ARG ARCH="amd64"
ARG OS="linux"
FROM quay.io/prometheus/busybox-${OS}-${ARCH}:latest
LABEL maintainer="The Prometheus Authors <prometheus-developers@googlegroups.com>"
ARG ARCH="amd64"
ARG OS="linux"
COPY --chown=nobody:nobody .build/${OS}-${ARCH}/pushgateway /bin/pushgateway
EXPOSE 9091
RUN mkdir -p /pushgateway && chown nobody:nobody /pushgateway
WORKDIR /pushgateway
USER 65534
ENTRYPOINT [ "/bin/pushgateway" ]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/himrcong/pushgateway.git
git@gitee.com:himrcong/pushgateway.git
himrcong
pushgateway
pushgateway
master

搜索帮助