Laszlo Gaal created IMPALA-12863:
------------------------------------
Summary: Toolchain build containers fail to be constructed for
SLES and CentOS 7
Key: IMPALA-12863
URL: https://issues.apache.org/jira/browse/IMPALA-12863
Project: IMPALA
Issue Type: Bug
Components: Infrastructure
Affects Versions: Impala 4.4.0
Reporter: Laszlo Gaal
Assignee: Laszlo Gaal
The container build code that provides the basic environment for toolchain
builds targeting various OS platforms seems to have become outdate for a few
platform. Current build attempts exhibit the following problems:
* SLES12 SP3 has reached end-of-life in June 2023 (i.e. last year)
* SLES15 SP4 cannot install libncurses-devel because of a version conflict with
the libncurses runtime lib
* CentOS 8 cannot download Maven during the post-install phase, because the
Apache Archive repo (where the download is attempted from) presents a TLS
certificate chain issued by a root CA is "too new", i.e. still unknown for the
CentOS 7.4 base container.
These problems prevent a full container set from being built.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)