Amr Hanafi

Results 5 issues of Amr Hanafi

This change add partial for support for creating pipelines for github enterprise repos. It is partial because it only supports creating pipelines with existing yaml files, requiring `--yaml-path`. Partially addresses...

The issue can be reproduced using the following repo: https://github.com/amrmahdi/buildkit-cache-issue Further discussion from Slack: https://dockercommunity.slack.com/archives/C7S7A40MP/p1658360288913549?thread_ts=1656592512.773189&cid=C7S7A40MP

When using registry cache, if a user incorrectly specifies something like `--export-cache=type=registry,name=foo:bar` buildctl will silently ignore the registry cache without displaying any warning/error message (the right syntax is `ref=foo:bar`). Looking...

enhancement
exp/beginner
area/cli

Please see https://github.com/dotnet/runtime/issues/622 for reference. Given that the cpu count is now reported as the number of cores on the node, not on the container, this metric is no longer...

**SDK: Microsoft.Build.CentralPackageVersions** **Version: 2.0.36** The current behavior of Microsoft.Build.CentralPackageVersions forces the consumer to completely opt-in and have all packages version centrally managed. It is desirable to have a subset of...

Feature Request
Help Wanted