1 Star 0 Fork 4

xiao_xu_zi / Thanos

forked from Gitee 极速下载 / Thanos 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile.multi-arch 554 Bytes
一键复制 编辑 原始数据 按行查看 历史
# By default we pin to amd64 sha. Use make docker to automatically adjust for arm64 versions.
ARG BASE_DOCKER_SHA="97a9aacc097e5dbdec33b0d671adea0785e76d26ff2b979ee28570baf6a9155d"
FROM quay.io/prometheus/busybox@sha256:${BASE_DOCKER_SHA}
LABEL maintainer="The Thanos Authors"
ARG ARCH="amd64"
ARG OS="linux"
COPY .build/${OS}-${ARCH}/thanos /bin/thanos
RUN adduser \
-D `#Dont assign a password` \
-H `#Dont create home directory` \
-u 1001 `#User id`\
thanos && \
chown thanos /bin/thanos
USER 1001
ENTRYPOINT [ "/bin/thanos" ]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/idevs/Thanos.git
git@gitee.com:idevs/Thanos.git
idevs
Thanos
Thanos
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891