When I exec make container, it will block on => => # (4/4) Installing rclone (1.60.1-r4), can anyone tell me what's the problem?
following is the print:
root@faas-dev-master-01:/home/code/k8s-csi-s3# make container
docker build -t cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.43.2 .
[+] Building 302.7s (13/18)
=> WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1) 0.0s
=> => resolve docker.io/library/golang:1.19-alpine@sha256:0ec0646e208ea58e5d29e558e39f2e59fccf39b7bda306cb53bbaff91919eca5 0.0s
=> => sha256:7896c2688058484dc40121d0b4e0a6133add530a2091f409987d54e8ffbac5ec 155B / 155B 0.7s
=> => sha256:e2e938b6148703b9e1e60b0db2cd54d7cfd2bd17c38fdd5b379bc4d4d5ec5285 122.48MB / 122.48MB 6.9s
=> => sha256:c4d48a809fc2256f8aa0aeee47998488d64409855adba00a7cb3007ab9f3286e 284.69kB / 284.69kB 1.8s
=> => sha256:7264a8db6415046d36d16ba98b79778e18accee6ffa71850405994cffa9be7de 3.40MB / 3.40MB 2.0s
=> => extracting sha256:7264a8db6415046d36d16ba98b79778e18accee6ffa71850405994cffa9be7de 0.1s
=> => extracting sha256:c4d48a809fc2256f8aa0aeee47998488d64409855adba00a7cb3007ab9f3286e 0.1s
=> => extracting sha256:e2e938b6148703b9e1e60b0db2cd54d7cfd2bd17c38fdd5b379bc4d4d5ec5285 5.4s
=> => extracting sha256:7896c2688058484dc40121d0b4e0a6133add530a2091f409987d54e8ffbac5ec 0.0s
=> CACHED [stage-1 1/6] FROM docker.io/library/alpine:3.17@sha256:8fc3dacfb6d69da8d44e42390de777e48577085db99aa4e4af35f483eb08b989 0.0s
=> => resolve docker.io/library/alpine:3.17@sha256:8fc3dacfb6d69da8d44e42390de777e48577085db99aa4e4af35f483eb08b989 0.0s
=> [internal] load build context 0.3s
=> => transferring context: 34.27MB 0.3s
=> [stage-1 2/6] RUN apk add --no-cache fuse mailcap rclone 299.1s
=> => # fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz
=> => # fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz
=> => # (1/4) Installing fuse-common (3.12.0-r0)
=> => # (2/4) Installing fuse (2.9.9-r2)
=> => # (3/4) Installing mailcap (2.1.54-r0)
# block here
=> => # (4/4) Installing rclone (1.60.1-r4)
=> [gobuild 2/7] WORKDIR /build 0.8s
=> [gobuild 3/7] ADD go.mod go.sum /build/ 0.1s
=> [gobuild 4/7] RUN go mod download -x 11.8s
=> [gobuild 5/7] ADD cmd /build/cmd 0.3s
=> [gobuild 6/7] ADD pkg /build/pkg 0.0s
=> [gobuild 7/7] RUN CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' -o ./s3driver ./cmd/s3driver 15.2s
When I exec
make container, it will block on=> => # (4/4) Installing rclone (1.60.1-r4), can anyone tell me what's the problem?following is the print: