CrazyMax

Results 273 issues of CrazyMax

fixes #397 Switch to [`yaml` lib](https://www.npmjs.com/package/yaml) to properly parse goreleaser config.

follow-up https://github.com/squidfunk/mkdocs-material/pull/5102#issuecomment-1445416401 Made some changes in the workflow so build for each platform is distributed across runners per docs: https://docs.docker.com/build/ci/github-actions/multi-platform/#with-bake

I was going to open a PR but wanted your input first. There are some cases where we would still want to set an attribute when merging bodies even if...

https://github.com/docker/login-action/actions/runs/5796019187/job/15708732154#step:3:14 ![image](https://github.com/docker/login-action/assets/1951866/f5bd642f-a317-434e-b27a-484cf25a6689) ``` Retrieving registries data through AWS SDK... AWS Public ECR detected with us-east-1 region Logging into public.ecr.aws... Error: Error saving credentials: error storing credentials - err: exit status...

kind/bug
registry/aws-ecr

related to https://github.com/moby/buildkit/actions/runs/8062307240/job/22024437641?pr=4698#step:7:1683 closes #4705 ![image](https://github.com/moby/buildkit/assets/1951866/8dc21bee-18dc-4e61-9e47-49073b993a00) On repositories relying heavily on GitHub Actions Cache backend with BuildKit, it can take more than 5 minutes ([current default](https://github.com/tonistiigi/go-actions-cache/blob/0bdeb6e1eac762aa4c57a3e8ccc2fdfb68a3f3c4/cache.go#L145)) for the request to...

area/cache
needs/docs-follow-up

alternative to https://github.com/moby/buildkit/pull/4702 closes #4702 Sets `ignore-error=true` in our workflows to avoid it to fail if we are hitting the rate limit but don't set it in our integration test:...

area/ci

BuildKit 0.10.6. I see a strange behavior in the progress output when `COPY --link` is used in the following Dockerfile: ```dockerfile # syntax=docker/dockerfile:1 ARG GO_VERSION="1.19" ARG XX_VERSION="1.1.2" FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION}...