Results 54 comments of Dominic

Yahtzee! the `workspace` config did the trick. I didn't bother testing an initContainer given that the initial approach worked, but I imagine that would solve the problem as well. I...

Ok, I experimented a bit more buildah and I have a working test implementation running on my cluster. I would just need a couple of additional configuration options to make...

That does get a bit more complicated than I originally thought. That said, at the end of the day the problem is that we need to make sure the `workingDir`...

Good point. I am using `crun`, so that could be the issue. I'm not sure if it's CRI-O or `crun` (or both) that doesn't like the non-existent working dir. If...

Interesting [update from the CRI-O devs](https://github.com/cri-o/cri-o/discussions/7338#discussioncomment-7245070) here. It appears that this behavior is not by design and they would be open to a PR to fix it. Again, go isn't...

I think so. It's [mentioned here](https://trac.ffmpeg.org/wiki/Encode/AV1#rav1e), and I've used precompiled binaries with rav1e included.

I know it's an old issue, but this is exactly why I installed Floris today. Glide typing passwords has always worked well for me with Swype, but my new device...

Thanks for the work on this @zc-devs! I'm ready to test as soon as the pipelines run. It looks like they are pending approval at the moment.

Ok, I was able to test this tonight, and it's working as expected for me! If you would like, I can take a stab at a PR for the docs....

Yes, that makes sense as well. We could have an implementation like this: ```yaml steps: - name: test image: alpine commands: - echo $my_password backend_options: kubernetes: secrets: - name: my_password...