RocketChat / Docker.Official.Image

Docker hub - community managed image
305 stars 215 forks source link

Build fails: gpg: BAD signature #47

Closed tianon closed 6 years ago

tianon commented 6 years ago

Looks like there might be a new key signing Rocket.Chat releases now?

Step 8/13 : RUN curl -fSL "https://releases.rocket.chat/${RC_VERSION}/download" -o rocket.chat.tgz &&  curl -fSL "https://releases.rocket.chat/${RC_VERSION}/asc" -o rocket.chat.tgz.asc &&  gpg --batch --verify rocket.chat.tgz.asc rocket.chat.tgz &&  tar zxvf rocket.chat.tgz &&  rm rocket.chat.tgz rocket.chat.tgz.asc &&  cd bundle/programs/server &&  npm install
 ---> Running in c7f761dd80d4
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   225  100   225    0     0    608      0 --:--:-- --:--:-- --:--:--   609
100  141M  100  141M    0     0  8594k      0  0:00:16  0:00:16 --:--:-- 9972k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   233  100   233    0     0    661      0 --:--:-- --:--:-- --:--:--   661
100   819  100   819    0     0   1493      0 --:--:-- --:--:-- --:--:--  1493
gpg: Signature made Tue May 29 20:25:09 2018 UTC using RSA key ID 4FD08104
gpg: BAD signature from "Rocket.Chat Buildmaster <buildmaster@rocket.chat>"
tianon commented 6 years ago

FYI, this is currently blocking the image update to 0.65.x.

sampaiodiego commented 6 years ago

thx @tianon but it actually happened only for the rebuild of 0.65.0 ..

the 0.65.1 release was fine. so I think we're good

tianon commented 6 years ago

Nice, yep, 0.65.1 looks good. :+1: