Nalin Dahyabhai

Results 221 comments of Nalin Dahyabhai

`TARGETPLATFORM` is wired to the value that was passed to the `--platform` flag on the command line (or derived from a `--arch` and/or `--os`, if necessary), or to one of...

@ralberrto I think your case is different from the one in this issue, which was specifically about the BUILDTARGET arg and the --platform flag. Your example works for me when...

@giuseppe is there some method of knowing whether or not the runtime can accept this flag that's better than checking the error output for "no-new-keyring" if it errors out at...

That is the goal, once all the tests pass.

The `TestConformance/chown-volume` test failures in the "Debian Conformance w/ vfs" context are fixed by https://github.com/containers/storage/pull/1962 and https://github.com/containers/storage/pull/1968.

> The `TestConformance/chown-volume` test failures in the "Debian Conformance w/ vfs" context are fixed by [containers/storage#1962](https://github.com/containers/storage/pull/1962) and [containers/storage#1968](https://github.com/containers/storage/pull/1968).

> > The `TestConformance/chown-volume` test failures in the "Debian Conformance w/ vfs" context are fixed by [containers/storage#1962](https://github.com/containers/storage/pull/1962) and [containers/storage#1968](https://github.com/containers/storage/pull/1968). https://github.com/containers/buildah/pull/5585 brought those in. Rebased.

Updated to set preferredListType correctly for Docker manifest types, and to drop tag names from the temporary OCI layouts the code creates.

The `btrfs` storage driver should be enabled if it's detected (or rather, if its absence is _not_ detected) at build-time, and this would help ensure that it is found. Whether...