jojochuang opened a new pull request #14: URL: https://github.com/apache/hadoop-thirdparty/pull/14
(1) Hard code a python dependency version to avoid image build error. (2) Remove npm which is not used for building hadoop-thirdparty to avoid image build error. (2) Migrate to Ubuntu 18.04 (Bionic) to use GPG 2.2 (LTS) instead of 1.x for signing. The build script runs a gpg agent inside docker that shares the gpg keys with the host machine, of which most ships GPG2.2. GPG 1.x is quite old and is not compatible with GPG 2.x. Ubuntu 16.04 (Xenia) has gpg2.1 packages, which is incompatible with gpg2.2. Ubuntu 18.04 installs gpg 2.2 by default. Test: manually tested by running `dev-support/bin/create-release --asfrelease --docker --dockercache` -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org