Nate Childers
Nate Childers
@junk4porthos you might be able to make use of the recently added content library support in [govmomi](https://github.com/vmware/govmomi/pull/1377)
That could work I think. We do it in the process that's managing packer execution (a gitlab-ci task).
> Mind to share your .gitlab-ci.yml @nate-duke? Thank you, I'd love to but I'm afraid it wouldn't help specifically with govmomi integration as we wrote it before govmomi supported content...
@lechuk47 work seems to be moving along on this recently over in [cert-manager/openshift-routes](https://github.com/cert-manager/openshift-routes).
Any guidance on workarounds for this? I've tried making the files in the system path match what i expect is inside the container based on the error messages but without...
If anybody that works for Splunk/Cisco is still around, please consider giving this repo to the community to maintain. Thank you.
We use it to allow certificate-manager to manage certificates for Routes. We do not use redhat's cert-utils-operator. We use an in-house ACME system to issue our certs.
> Hi, we see the same error about /proc/interrupt when running the quay.io buildah image 1.40.0 but not 1.39.3, in a tekton task, hosted in a local openshift cluster running...
> I'm sorry to just throw it in like this without testing (i don't have the environment right now), but would maybe using `--security-opt unmask=/proc/interrupts` for the `buildah bud` work?...
> [@ver4a](https://github.com/ver4a) Yes that does work on `1.41.3`, thank you! How'd you make it work @jcox10? My runners using the quay.io/buildah/stable:latest image on OKD 4.17 still failed with those arguments....