Laszlo Gaal created IMPALA-14396:
------------------------------------

             Summary: Toolchain build container images fail to build because of 
platform changes and deprecations
                 Key: IMPALA-14396
                 URL: https://issues.apache.org/jira/browse/IMPALA-14396
             Project: IMPALA
          Issue Type: Bug
          Components: Toolchain
    Affects Versions: Impala 5.0.0
            Reporter: Laszlo Gaal
            Assignee: Laszlo Gaal


Recent toolchain work for adding Ubuntu 24.04 support (tracked as IMPALA-14139) 
exposed  failures in the process of generating the build container images for 
concurrent/Docker-based toolchain builds.
* Red Hat ended support for RHEL 7, which also caused CentOS 7 to end support. 
This led to the removal of almost all CentOS 7 package repos, blocking package 
installations in the current CentOS 7 Dockerfile for the build container image
* Some SLES 15 packages were updated to become dependent on OpenJDK 17. This 
interferes with Impala's preference for OpenJDK 8 during toolchain builds, as 
the JDK 17 dependence was installed earlier, getting also installed as the 
preferred Java version via the {{alternatives}} mechanism, overriding the 
Impala preference.
* The Python script driving container construction is specific to Python2, so 
it failed to run on Ubuntu 22.04 and 24.04, where Python2 is not available



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to