We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploying ' Dockerfile: gateway/api/Dockerfile'... Building image... Preparing build context archive... [==================================================>]52/52 files Done
Sending build context to Docker daemon... [==================================================>] 242.0kB Done
Step 1/21 : FROM golang:alpine AS builder ---> d9213efcc94a Step 2/21 : LABEL stage=gobuilder ---> Using cache ---> d1e41122fef2 Step 3/21 : ENV CGO_ENABLED 0 ---> Using cache ---> 42729580ed6e Step 4/21 : ENV GOPROXY https://goproxy.cn,direct ---> Using cache ---> 514adb517697 Step 5/21 : RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories ---> Using cache ---> da3f82bd8160 Step 6/21 : RUN apk update --no-cache && apk add --no-cache tzdata ---> Running in 1e7338466a76 fetch https://mirrors.aliyun.com/alpine/v3.19/main/x86_64/APKINDEX.tar.gz WARNING: fetching https://mirrors.aliyun.com/alpine/v3.19/main: temporary error (try again later) fetch https://mirrors.aliyun.com/alpine/v3.19/community/x86_64/APKINDEX.tar.gz WARNING: fetching https://mirrors.aliyun.com/alpine/v3.19/community: temporary error (try again later) 4 unavailable, 0 stale; 16 distinct packages available Error response from daemon: The command '/bin/sh -c apk update --no-cache && apk add --no-cache tzdata' returned a non-zero code: 4 Failed to deploy ' Dockerfile: gateway/api/Dockerfile': Can't retrieve image ID from build stream
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open for 30 days with no activity.
Sorry, something went wrong.
No branches or pull requests
Deploying ' Dockerfile: gateway/api/Dockerfile'...
Building image...
Preparing build context archive...
[==================================================>]52/52 files
Done
Sending build context to Docker daemon...
[==================================================>] 242.0kB
Done
Step 1/21 : FROM golang:alpine AS builder
---> d9213efcc94a
Step 2/21 : LABEL stage=gobuilder
---> Using cache
---> d1e41122fef2
Step 3/21 : ENV CGO_ENABLED 0
---> Using cache
---> 42729580ed6e
Step 4/21 : ENV GOPROXY https://goproxy.cn,direct
---> Using cache
---> 514adb517697
Step 5/21 : RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
---> Using cache
---> da3f82bd8160
Step 6/21 : RUN apk update --no-cache && apk add --no-cache tzdata
---> Running in 1e7338466a76
fetch https://mirrors.aliyun.com/alpine/v3.19/main/x86_64/APKINDEX.tar.gz
WARNING: fetching https://mirrors.aliyun.com/alpine/v3.19/main: temporary error (try again later)
fetch https://mirrors.aliyun.com/alpine/v3.19/community/x86_64/APKINDEX.tar.gz
WARNING: fetching https://mirrors.aliyun.com/alpine/v3.19/community: temporary error (try again later)
4 unavailable, 0 stale; 16 distinct packages available
Error response from daemon: The command '/bin/sh -c apk update --no-cache && apk add --no-cache tzdata' returned a non-zero code: 4
Failed to deploy ' Dockerfile: gateway/api/Dockerfile': Can't retrieve image ID from build stream
The text was updated successfully, but these errors were encountered: