Radek Gruchalski

Results 14 issues of Radek Gruchalski

**Describe the bug** Building with Dockerfile-dc doesn't work from the `0.38.14-beta.1` branch. **Reproducing the bug** Steps to reproduce the behavior: Running: ```sh docker build -t ory-kratos:v0.38.14-beta.1 -f Dockerfile-dc . ```...

stale

If yes, it should use the value of `defaultJailerPath` instead. The issue can be reproduced by using `firectl` with jailer but without `--chroot-base-dir`. Example: ``` radek@r720sas:~/dev/golang/src/github.com/firecracker-microvm/firectl$ sudo ./firectl --jailer=/usr/bin/jailer --exec-file=/usr/bin/firecracker-v0.22.4-x86_64...

A new Terraform 0.15.0 version has been released. Bump the dependency. **Edit**: there's quite a few changes. Bump is not going to be an option, this is a rewrite of...

Write a minimal ```sh hosts: files dns ``` to `/etc/nsswitch.conf`, if there is no line prefixed with `hosts:` or the file does not exist.

enhancement

Add `kernel-build` command. When at it, add `kernel-ls` investigate if `kernel-inspect` makes any sense.

enhancement

The user can specify a bridge specific resolv.conf file with custom nameservers configured: https://www.cni.dev/plugins/current/ipam/host-local/. Example: ```json { "ipam": { "type": "host-local", "subnet": "3ffe:ffff:0:01ff::/64", "rangeStart": "3ffe:ffff:0:01ff::0010", "rangeEnd": "3ffe:ffff:0:01ff::0020", "routes": [ {...

documentation

The vminit service can handle the `STOPSIGNAL` Docker command. When building the `rootfs`, store the `STOPSIGNAL` in the metadata and pass via MMDS to the machine on run. From there,...

docker-compat

Implement `--userdata` flag and follow the EC2 style for user data. When resolving the flag, check if: - starts with a shebang like string, if yes, assume it's an inline...

enhancement

For Lambda similar use cases, it might not be necessary to have a writable root file system. Allow providing the root file system in a RO mode. When using RO...

Implement service catalog integration in a similar way to how the storage providers are. In the first iteration just Consul.

enhancement