W Anders
W Anders
Are you using the script in #467/#470?
@technobone I don't have a compiled version. Only way at the moment is to clone and run from the shell. If you clone my [latest](https://github.com/wranders/Ice/tree/latest) branch, it includes this PR...
If anyone else encounters this, check the logs of `step-certificates`. ```sh kubectl logs pod/step-certificates-0 | grep error ``` I encountered this on two occasions. 1. My CA was signed by...
Having this problem as well. From the CIL, the offending statement is ```cil (typetransition container_runtime_t container_var_lib_t dir "snapshots" container_share_t) ``` which comes from https://github.com/k3s-io/k3s-selinux/blob/d97be9f6fcf2c467f7e826bc2c8c58da1375bfde/policy/centos8/k3s.te#L36 I tried looking through [container-selinux](https://github.com/containers/container-selinux) for...
Wanted to chime in on this one as well. For example, if I'm in `$HOME/Downloads` and want to see the size of the directory when I `eza -laah --total-size`, it...
On all three of my Linux systems, when I try to run the `v0.4.9`, I get (truncated): ```raw Squashfs image uses (null) compression, this version supports only xz, zlib fuse:...
I think I'll stick with `v0.4.8` at the moment since it's working for me. Would you be open to a draft PR for everything needed for publishing a Flatpak to...
Awesome. Any points where secrets are involved, I'll be sure to use `${{ secret.* }}` references in the Workflow so that you can maintain control of the namespace. I _might_...
I'm caught up in other work at the moment, so of someone else wants to take a crack at it, I'd be more than grateful.
The new Flatpak is working wonderfully for me so far, thank you so much @AdenKoperczak ! The only things I've noticed that still need to be addressed is some of...