Skip to content
New issue

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

Step 6/21 : RUN apk update --no-cache && apk add --no-cache tzdata #3775

Open
leiphp opened this issue Dec 11, 2023 · 1 comment
Open

Step 6/21 : RUN apk update --no-cache && apk add --no-cache tzdata #3775

leiphp opened this issue Dec 11, 2023 · 1 comment
Labels

Comments

@leiphp
Copy link

leiphp commented Dec 11, 2023

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

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant