cikichen commented on issue #46:
URL: https://github.com/apache/rocketmq-docker/issues/46#issuecomment-990712408


   sh build-image.sh 4.9.1 alpine
   
   ```
   #8 16.73 1 error; 128 MiB in 88 packages
   ------
   executor failed running [/bin/sh -c set -eux;     apk add --virtual 
.build-deps curl gnupg unzip;     curl -L 
https://archive.apache.org/dist/rocketmq/${ROCKETMQ_VERSION}/rocketmq-all-${ROCKETMQ_VERSION}-bin-release.zip
 -o rocketmq.zip;     curl -L 
https://archive.apache.org/dist/rocketmq/${ROCKETMQ_VERSION}/rocketmq-all-${ROCKETMQ_VERSION}-bin-release.zip.asc
 -o rocketmq.zip.asc;      curl -L https://www.apache.org/dist/rocketmq/KEYS -o 
KEYS;              gpg --import KEYS;     gpg --batch --verify rocketmq.zip.asc 
rocketmq.zip;     unzip rocketmq.zip;      mv rocketmq-all*/* . ;  rmdir 
rocketmq-all* ;   rm rocketmq.zip rocketmq.zip.asc KEYS;  apk del .build-deps ; 
    rm -rf /var/cache/apk/* ;     rm -rf /tmp/*]: exit code: 1
   ```


-- 
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]


Reply via email to