支持显示运行进度
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM rta-docker.pkg.coding.net/public/docker/entre_dev:latest AS builder
|
||||
FROM registry.algo.com.cn/public/entre_dev:latest AS builder
|
||||
|
||||
COPY . /tmp/saasapi/
|
||||
WORKDIR /tmp/saasapi/
|
||||
@@ -7,6 +7,6 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
|
||||
--mount=type=cache,target=/go/pkg \
|
||||
./make.sh
|
||||
|
||||
FROM rta-docker.pkg.coding.net/public/docker/alpine:latest AS product
|
||||
FROM registry.algo.com.cn/public/alpine:latest AS product
|
||||
|
||||
COPY --from=builder /tmp/saasapi/build/saastool /bin/saastool
|
||||
|
||||
Reference in New Issue
Block a user