caigy commented on a change in pull request #81:
URL: https://github.com/apache/rocketmq-operator/pull/81#discussion_r702388943
##########
File path: images/namesrv/alpine/Dockerfile
##########
@@ -34,7 +34,7 @@ RUN set -eux; \
apk add --virtual .build-deps curl gnupg unzip; \
curl
https://archive.apache.org/dist/rocketmq/${ROCKETMQ_VERSION}/rocketmq-all-${ROCKETMQ_VERSION}-bin-release.zip
-o rocketmq.zip; \
curl
https://archive.apache.org/dist/rocketmq/${ROCKETMQ_VERSION}/rocketmq-all-${ROCKETMQ_VERSION}-bin-release.zip.asc
-o rocketmq.zip.asc; \
- curl https://www.apache.org/dist/rocketmq/KEYS -o KEYS; \
+ curl https://downloads.apache.org/rocketmq/KEYS -o KEYS; \
Review comment:
Ok, this is indeed a problem. I think you can use `curl -L` to solve the
redirect problem, which is the same as that in rocketmq-docker repo.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]