CrazyMax

Results 1192 comments of CrazyMax

Yes you might hit GitHub rate-limit when pushing cache blobs to their backend which we don't control. You might also be interested in using `timeout` attribute: https://docs.docker.com/build/cache/backends/gha/#synopsis in case the...

> I have this PR out to address this: #211 Keeping BuildKit state will not work on public runners, hence https://github.com/docker/setup-buildx-action/pull/138 to try to address this.

> This action should run `docker buildx uninstall` in the post-step of the action to ensure any future runs on same machine use the traditional builder when invoked via `docker...

> Also seeing warnings about non-matching macOS / sdk versions; This one is expected when running tests on your machine or GH runners: https://github.com/docker/docker-credential-helpers/actions/runs/5099948633/jobs/9167949348#step:7:44 but should not occur during build....

> This one is expected when running tests on your machine or GH runners: https://github.com/docker/docker-credential-helpers/actions/runs/5099948633/jobs/9167949348#step:7:44 Fixed in #283 for tests.

It will break init scripts and configuration if changed to smth else: https://github.com/crazy-max/docker-rtorrent-rutorrent/blob/c99391ca306ffe4023df54e9930f527ee50d9ccf/rootfs/etc/cont-init.d/02-fix-perms.sh#L7 https://github.com/crazy-max/docker-rtorrent-rutorrent/blob/c99391ca306ffe4023df54e9930f527ee50d9ccf/rootfs/etc/cont-init.d/02-fix-perms.sh#L20 https://github.com/crazy-max/docker-rtorrent-rutorrent/blob/c99391ca306ffe4023df54e9930f527ee50d9ccf/rootfs/etc/cont-init.d/03-config.sh#L147-L148 https://github.com/crazy-max/docker-rtorrent-rutorrent/blob/c99391ca306ffe4023df54e9930f527ee50d9ccf/rootfs/tpls/etc/nginx/conf.d/webdav.conf#L5 https://github.com/crazy-max/docker-rtorrent-rutorrent/blob/c99391ca306ffe4023df54e9930f527ee50d9ccf/rootfs/tpls/etc/nginx/conf.d/webdav.conf#L23

> CI passed about the codes. CI fails on `docs-upstream / validate / run (pull_request)` but `make docs` didn't fix that 🤔 https://github.com/docker/buildx/actions/runs/4299321437/jobs/7494431087#step:7:38 ``` /tmp/_data/buildx/docker_buildx__INTERNAL_DAP_ATTACH_CONTAINER.yaml => _data/buildx/docker_buildx__INTERNAL_DAP_ATTACH_CONTAINER.yaml ``` @ktock Yes...

> Thank you for the comment! but it looks still failing with that change: > > https://github.com/docker/buildx/pull/1656/files#diff-db64df798bacc13502bd135604bce3b7cb9c5a8a551cd674a2e03d86fdc7ceba Thanks I will take a look

@ktock I try to find the root cause for the docs-upstream issue. I keep you posted when I have smth. Edit: looks good now

Here's an example to load a SSH key in your workflow and use it in your Dockerfile to fetch Go modules from private repos: ```yaml - name: Checkout uses: actions/checkout@v3...