3 Star 0 Fork 0

Gitee 极速下载 / KinK

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/Trendyol/kink
克隆/下载
Dockerfile 478 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM registry.trendyol.com/platform/base/image/golang:1.16.0-alpine3.13 as build
WORKDIR /kink-workspace
RUN apk add --no-cache git make
ENV CGO_ENABLED=0 \
GO111MODULE=on \
GOOS=linux \
GOARCH=amd64
COPY go.mod go.sum ./
RUN go mod download
COPY ./ ./
RUN make cosign
FROM gcr.io/distroless/static:nonroot-amd64
WORKDIR /kink-workspace
COPY --from=build --chown=nonroot:nonroot /kink-workspace/kink /usr/local/bin/kink
USER nonroot
ENTRYPOINT ["kink"]
Shell
1
https://gitee.com/mirrors/KinK.git
git@gitee.com:mirrors/KinK.git
mirrors
KinK
KinK
chore/homebrew

搜索帮助