Matthew Yates
Matthew Yates
Yup `chmod -R o+r /usr/include/google` or similar in the Dockerfile is all it would take to fix this issue.
As per https://github.com/gavinbunney/terraform-provider-kubectl/issues/78, it's a bit rough and ready. Test cases probably needs expanding but it's a start.
Hey guys, sorry for the very long delay on this - rebased now. Let me know if any else need adapting, as I realise it's been a while since I...
More than happy to put a PR together if you think its a good idea.
Found this snippet in #208: ``` $ mkdir -p /etc/systemd/system/rpm-ostreed.service.d $ cat > /etc/systemd/system/rpm-ostreed.service.d/http-proxy.conf
I was curious about using this redis feature so I decided to have a go at creating a POC myself if anyone is interested. I used the approach mentioned above...
Put together a fairly minimal patch to address this here https://github.com/deepmap/oapi-codegen/pull/488. Let me know if it's of any use :).
I worked around this by putting this quick shell script in my `PATH`: ```bash #!/bin/bash set -o errexit for opt in "$@"; do if [ "$opt" == '--version' ]; then...