Oldřich Jedlička

Results 210 comments of Oldřich Jedlička

I am running `dind` image under `sysbox-runc` runtime and I struggle with running inner containers: * Downgrading host's `containerd` does not help * Image `28-dind` with internal `contianerd` version `v1.7.28`...

Thanks for confirming that my issue is really different and is about `sysbox-runc` and not about `containerd`, this was really confusing (and even when I saw recommendation to downgrade the...

> The code responsible for this behavior is https://github.com/npm/cli/blob/v8.3.2/workspaces/arborist/lib/consistent-resolve.js#L25-L27 > > : hosted ? `git+${ > hosted.auth ? hosted.https(hostedOpt) : hosted.sshurl(hostedOpt) > }` > I attempted to fix the behavior,...

If you want to try it by yourself, feel free to test the npm from branch according to the [instructions](https://github.com/npm/cli/pull/8703#issuecomment-3452682658).

I just tried it on build 18975 and WSL 2 (Ubuntu 18.04 LTS image) - `/etc/environment` is used by a call to `bash -c "set | grep PATH"`.

Tested in build 19041.21, not working. Tried to run `bash -c "set"` and checked the PATH and one more variable, which is in /etc/environment, but not seen in the output....

`mkinitcpio` is Arch-specific tool, something like Debian's `mkinitramfs`. According to Arch [documentation](https://wiki.archlinux.org/title/Dm-crypt/System_configuration), it supports old-fashioned scripted unlocking (via `encrypt` module), but also supports systemd startup, like Dracut with systemd (but...

FYI - I have removed the need of having `clevis-luks-unlocker` in #462, so this might not be necessary when my PR gets merged.

Just noticed the same during Docker shutdown, Docker Desktop 4.49.0, Windows 11 25H2 build 26200.7019. The disk I/O gets insanely high.