Darren Shepherd

Results 80 comments of Darren Shepherd

Buildkit rootless seems to need unconfined seccomp and apparmor which very well might be reject too. For rootless setups probably the best approach would be to support another builder like...

Another thought is to support client side building. In your environment do you have docker on your laptop/desktop?

It's logical for us to switch to rootless. If your cluster is going to reject privileged, if it rejects rootless your no worse off than before.

Thanks for the feedback. There's an important technical difference between the two syntax. I 100% agree we should be consistent, but let me explain why they are currently different. The...

There's a danger of people misusing secrets if we allow the parser to have the value. We also need to be able to render the acornfile without context to do...

This is related to but and extension of https://github.com/acorn-io/acorn/issues/425

I think the error you are getting is because your ~/.kube/config file is for GCP which requires an external helper and we don't have it registered. There's some imports we...

I'm fixing this right now, but if you switch to their new auth mode this should fix the issue: https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke

https://github.com/acorn-io/acorn/issues/557