Fix FIPS compatibility: use stack-specific binaries for pip, setuptools, flit-core, poetry-core - #1220
Merged
ivanovac merged 2 commits intoAug 18, 2026
Conversation
ivanovac
force-pushed
the
fix-fips-stack-specific-deps
branch
from
August 18, 2026 15:21
070e236 to
bb32d39
Compare
…ls, flit-core, poetry-core - pip 26.1.2: separate cflinuxfs4/cflinuxfs5 builds (removes cflinuxfs4 binary used on cflinuxfs5) - setuptools 84.0.0: separate cflinuxfs4/cflinuxfs5 builds (replaces any-stack binary) - flit-core 4.0.2: separate cflinuxfs4/cflinuxfs5 builds (replaces any-stack 3.12.0) - poetry-core 2.4.1: separate cflinuxfs4/cflinuxfs5 builds (replaces cflinuxfs4 binary used on cflinuxfs5) - pip 25.2: narrowed to cflinuxfs3 only Fixes ssl.SSLError: [CRYPTO] unknown error in pip truststore on FIPS-enabled cflinuxfs5. Root cause: pip/setuptools/flit-core/poetry-core were built on cflinuxfs4 (Ubuntu 22.04) and used on cflinuxfs5 (Ubuntu 24.04 FIPS), causing OpenSSL incompatibility. Related: cloudfoundry/buildpacks-ci#668
ivanovac
force-pushed
the
fix-fips-stack-specific-deps
branch
from
August 18, 2026 15:52
ae8dc38 to
c486503
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix FIPS compatibility: use stack-specific binaries for pip, setuptools, flit-core, poetry-core
Fixes ssl.SSLError: [CRYPTO] unknown error in pip truststore on FIPS-enabled cflinuxfs5. Root cause: pip/setuptools/flit-core/poetry-core were built on cflinuxfs4 (Ubuntu 22.04) and used on cflinuxfs5 (Ubuntu 24.04 FIPS), causing OpenSSL incompatibility. Related: cloudfoundry/buildpacks-ci#668