Zoë Sam Candy

Results 46 comments of Zoë Sam Candy

I'm using Voyager on OpenStack (OVH). Do we know what will change/break on OpenStack?

Hello, I'm using the Scaleway CLI docker image in a CI environment and it would be really useful if I could give connection informations with environment variables. Is it possible...

IDK if this will help but it seems upgrading to Telepresence 2.16.1 (Kubernetes-side) helped for me. After upgrade, I ran `telepresence quit && telepresence connect` before running my intercept, and...

Just wanted to say I may have a similar problem with [Distrobox](https://distrobox.privatedns.org/) containers. Currently, it displays `Systemd` as the container name (using Podman backend) while I expect to have the...

Thanks @spencergilbert for finding this! It's even funny to `return Some("Systemd".into());` instead of returning the content of the file (which is `docker` for my two distroboxes). I also don't know...

I confirm the above problem: when I hit `Ctrl-C`, I expect `podman-compose` will stop containers before leaving but apparently it's just terminating. So when I run `podman-compose up` again, it...

Hello, I have the same use case as @bedla: I build a native image (GraalVM) with Gradle and Nx so Harbor doesn't detect dependencies vulnerabilities. I am able to generate...

I had the same issue, the problem was that the base image I was using (in my `FROM`) has a "loop symlink". `/var/mail` was a symlink to `/var/spool/mail` and `/var/spool/mail`...

I have similar use case: * I wanna run migrations in the `PreSync` hook, with a `Job` * I use a `Secret` (generated, for example, with `ExternalSecret` or `SealedSecret`) for...

Something like this would be useful for one of my clients: we have one provider for a lot of alerts and we want alerts to be created in same namespaces...