flouthoc
flouthoc
Hi Team, Following PR allows users to configure execution domain via `syscall.SYS_PERSONALITY`. Valid inputs supported via spec are limited to `LINUX` and `LINUX32`. References: https://man7.org/linux/man-pages/man2/personality.2.html https://raw.githubusercontent.com/torvalds/linux/master/include/uapi/linux/personality.h
Hi Team, Is there any way to override `KIND_EXPERIMENTAL_PROVIDER` or set provider using a CLI flag ? I think a global `--provider` flag would be helpful for such scenarios, especially...
When using `ADD` or `COPY` enforce the condition that destination must look like a directory by making sure that destination ends with a slash `/`. This ensures that we don't...
* Adds support for `chown` option to `--mount=type=cache` * Conflict option `uid` or `gid` with `U` or `chown`. * Allow correctly chowing the permission of central cache using `uid` and...
Add windows friendly pax headers to layers when building for windows Example ```dockerfile FROM mcr.microsoft.com/windows/nanoserver:ltsc2022 ADD emptyfile . ``` Never Merge this PR, since buildah CI is not capable enough...
Set recursion available in all response message by setting `RA` flag in response packet. Closes: https://github.com/containers/aardvark-dns/issues/204
As of now aardvark-dns combines the result of `A` and `AAAA` record even when request type is `A` or `AAAA` lets not do that and only return returns for the...
Hi Team, First of all thank you for this amazing tool. I have a small doubt regarding `--mount=type=cache` as per the documentation here https://github.com/moby/buildkit/blob/master/frontend/dockerfile/docs/reference.md#run---mounttypecache, A separate cache is only created...
For certain instruction actual history matching makes sense after content summary is processed and added, In such cases generated `cacheKey` for distributed cache is changed hence for such cases attempt...