Quanlong Huang created IMPALA-13338:
---------------------------------------
Summary: Jenkins job for building and publishing docker images for
each release
Key: IMPALA-13338
URL: https://issues.apache.org/jira/browse/IMPALA-13338
Project: IMPALA
Issue Type: Task
Components: Infrastructure
Reporter: Quanlong Huang
We need a Jenkins job to build docker images and publishing them to DockerHub.
Instructions:
https://github.com/apache/impala/blob/master/docker/README.md#publishing-quickstart-docker-images-for-developers
Example:
{code}
cd $IMPALA_HOME
IMAGE_VERSION=4.4.1
./buildall.sh -release -noclean -ninja -skiptests -notests
ninja docker_images quickstart_docker_images
./docker/publish_images_to_apache.sh -v ${IMAGE_VERSION}{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)