mirror of
https://github.com/apache/impala.git
synced 2025-12-19 09:58:28 -05:00
Building the impala_quickstart_client docker image failed by krb5-config not found. It's installed by the libkrb5-dev package. This patch adds it to fix the build failure. Also improves docker/publish_images_to_apache.sh to skip inexisting images (usually due to not be built). Updates the quickstart_hms image to base on Ubuntu 18.04. Also fixes an issue that docker/CMakeLists.txt doesn't dump all the image names to docker/docker-images.txt Tests: - Verified the quickstart images on MacOS. Change-Id: Ieaa9878fa9cd9902ac883866c82e224889940615 Reviewed-on: http://gerrit.cloudera.org:8080/21725 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>