When publish image using plugin/docker, the image build fails on
RUN apk add --update ca-certificates tzdata` with below error.
The docker build works fine outside the drone plugin/docker.
Any clue on why this is occuring?
[publish:L95:15s] fetch http://dl-cdn.alpinelinux.org/alpine/v3.7/community/x86_64/APKINDEX.tar.gz
[publish:L96:15s] ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.7/main: temporary error (try again later)
[publish:L97:15s] WARNING: Ignoring APKINDEX.70c88391.tar.gz: No such file or directory
[publish:L98:20s] ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.7/community: temporary error (try again later)
[publish:L99:20s] WARNING: Ignoring APKINDEX.5022a8a2.tar.gz: No such file or directory ```