Skip to content

[TEST][DO NOT MERGE] Reproduce cp-base-new gzip build failure (openssl bump)#1955

Open
Nitin Singh (nitsingh-ui) wants to merge 3 commits into
7.9.xfrom
nitin/test-openssl-bump-gzip
Open

[TEST][DO NOT MERGE] Reproduce cp-base-new gzip build failure (openssl bump)#1955
Nitin Singh (nitsingh-ui) wants to merge 3 commits into
7.9.xfrom
nitin/test-openssl-bump-gzip

Conversation

@nitsingh-ui

Copy link
Copy Markdown
Member

Do not merge — diagnostic only.

Reproduces the cp-base-new ubi8 build failure in real CI.

  • Change: bump ubi8-minimal.openssl.version 1.1.1k-151.1.1k-16 (one line in pom.xml).
  • Why: the Python-3.14 from-source step in base/Dockerfile.ubi8 runs tar -xzf, which needs gzip. gzip is not in the install list (removed in updating packages available in ubi8-minimal already to latest version #1064) and ubi8-minimal ships none — it only arrives if pulled transitively. This bump perturbs the build so the gap is exposed.
  • Expected: cp-base-new ubi8 fails at tar (child): gzip: Cannot exec.
  • Real fix (separate): add gzip to the yum install list in base/Dockerfile.ubi8.

…m-source tar -xzf works (gzip no longer pulled transitively after openssl-devel -16)
… -15 is still pullable and re-pulls gzip transitively
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant