build-extensions-container: mount /etc/pki/ca-trust into build#3398
build-extensions-container: mount /etc/pki/ca-trust into build#3398cgwalters merged 1 commit intocoreos:mainfrom
/etc/pki/ca-trust into build#3398Conversation
We want the `rpm-ostree compose extensions` in the build to use the same CA bundle as what we used for `rpm-ostree compose tree`. This will allow us to stop disabling yumrepo SSL verification in pipelines where we need to inject a root CA.
|
I'm not sure if there could be versioning issues here around the format of the CA bundle and other files in there but it worked fine locally. I guess if we hit issues in the future, we can change this only mount the root CA and have the build run |
|
/override ci/prow/rhcos |
|
@cgwalters: Overrode contexts on behalf of cgwalters: ci/prow/rhcos DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/cherrypick rhcos-4.13 |
|
@jlebon: new pull request created: #3400 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/cherrypick rhcos-4.12 |
|
@jlebon: new pull request created: #3401 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
We want the
rpm-ostree compose extensionsin the build to use the same CA bundle as what we used forrpm-ostree compose tree.This will allow us to stop disabling yumrepo SSL verification in pipelines where we need to inject a root CA.