zhaw-munt / p2abcengine

P2ABCENGINE
0 stars 0 forks source link

Problem encountered when building with Docker #2

Open chiforbogdan opened 8 years ago

chiforbogdan commented 8 years ago

Hello,

I encountered a problem when I tried to build user service with Dockerfile.

  1. An error appeared when pgp keys from apache were downloaded.
  2. The download link for tomcat 8.0.28 is not active anymore.

I patched the file by removing pgp verifications and by changing the tomcat version.

This is the diff:

7a8,22

see https://www.apache.org/dist/tomcat/tomcat-8/KEYS

RUN gpg --keyserver pool.sks-keyservers.net --recv-keys \ 05AB33110949707C93A279E3D3EFE6B686867BA6 \ 07E48665A34DCAFAE522E5E6266191C37C037D42 \ 47309207D818FFD8DCD3F83F1931D684307A10A5 \ 541FBE7D8F78B25E055DDEE13C370389288584E7 \ 61B832AC2F1C5A90F0F9B00A1C506407564C17A3 \ 79F7026C690BAA50B92CD8B66A3AD3F4F22C4FED \ 9BA44C2621385CB966EBA586F72C284D731FABEE \ A27677289986DB50844682F8ACB77FC2E86E29AC \ A9C5DF4D22E99998D9875A5110C01C5A2F6059E7 \ DCFD35E0BF8CA7344752DE8B6FB21E8933C60243 \ F3A04C595DB5B6A5F1ECA43E3B7BBB100D811BBE \ F7DA48BB64BCB84ECBA7EE6935CD23C10D498E23

9c24

< ENV TOMCAT_VERSION 8.0.32

ENV TOMCAT_VERSION 8.0.28 14a30 && gpg --verify tomcat.tar.gz.asc \

zhaw-munt commented 8 years ago

Reproducable.

https://www.apache.org/dist/tomcat/tomcat-8/v8.0.28/bin/apache-tomcat-8.0.28.tar.gz is apparentely not available anymore, yes.

zhaw-munt commented 8 years ago

I have no issues with the keys though. I'll switch to using the minor version 32 in the Dockerfile files.