Files
stiga-huang daa7f8ad88 IMPALA-13328: Fix missing krb5-config in building impala_quickstart_client docker image
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>
2024-08-29 03:09:29 +00:00
..