Matthieu Michaud
Matthieu Michaud
observing the same behavior with inputs below: ``` locals { runners = { linux-x64 = { github_app_id = "" instance_types = ["t3.xlarge"] runner_architecture = "x64" runner_os = "linux" runner_extra_labels =...
@mike-potter FYI, I got this combination of setting and it just works: ``` locals { runners = { linux-amzn2-x64 = { github_app_id = "" instance_types = ["t3.xlarge"] runner_architecture = "x64"...
Looks like I am experiencing the same issue here. Using version built from https://github.com/moby/buildkit/pull/3447, this all goes away. Running in GitHub Action. My workflow is derived from the testing image...
@tonistiigi over the past 2 days, workflow failure rate was around 95%. The sample is around 100 run (we are a small team). That's private repository, really can't be made...
@tonistiigi will try this tomorrow on my private repo. In the meantime, I extracted the workflow to a public repo and can reproduce: https://github.com/sharesight/buildkit-debug/actions/runs/4062589459/jobs/6993829704. Bucket is public if you want...
> @ohmer Could you check what this patch does for you: https://github.com/moby/buildkit/compare/master...tonistiigi:buildkit:blobonly-debug?expand=1 @tonistiigi was not able work on this today, did not forget about it.
@tonistiigi Was able to test your patch. Here is the method and result. 1. Created a public repo: https://github.com/sharesight/buildkit-debug 2. Added a simple workflow using well known actions and basic...
Same issue with latest Docker Desktop on MacOS: ```Client: Cloud integration: v1.0.35+desktop.13 Version: 26.0.0 API version: 1.45 Go version: go1.21.8 Git commit: 2ae903e Built: Wed Mar 20 15:14:46 2024 OS/Arch:...
> Hello @ohmer Thanks for your work! > > I added some comments. Take a look please. > > Also i have 1 more question: What about secrets? It would...
> Hi @ohmer. > > Do you intend to keep working on/finish this PR? If not, I would like to work on it. $JOB made me real busy, sorry. Thanks...