CrazyMax

Results 1192 comments of CrazyMax

I think we can close this one now

> I have test it when i remove "regexp" from "internal/server/ftp/client.go" it works without any Problem and downloads all. Yes looks linked to this change https://github.com/crazy-max/ftpgrab/commit/d7a9e9eb4a22f4c8559147d591a1c3a6c81cb1be because of an issue...

`docker-container` requires a privileged container. So yes `docker` driver is the right move but features like multi-platform are not available in the docker engine. If you want to be able...

> What's the consequence of using `context: .`? I use it [like this](https://github.com/JonasVautherin/px4-gazebo-headless/blob/master/.github/workflows/main.yml#L46-L55): You need to set `context: .` input as well, see https://github.com/docker/build-push-action?tab=readme-ov-file#path-context

@master-bob As discussed in https://github.com/docker/build-push-action/issues/841, I made some tests using the `docker` driver and the `docker-container` driver: ```dockerfile FROM alpine RUN dd if=/dev/zero of=/tmp/output.dat bs=2048M count=1 RUN dd if=/dev/zero of=/tmp/output2.dat...

@thewilkybarkid Yes indeed, we have added docs for this too: https://docs.docker.com/build/cache/backends/gha/#synopsis Also `ignore-error` opt is just handled for `cache-to`.

Closing this one as this is tracked upstream: https://github.com/moby/buildkit/issues/2836

Closing as this is not directly related to the action but BuildKit (maybe Buildx as well). See also https://github.com/moby/buildkit/blob/master/docs/build-repro.md#source_date_epoch and https://github.com/docker/build-push-action/issues/994#issuecomment-1805831110

@theAkito ``` #24 [linux/amd64 stage-1 5/6] COPY --from=build /root/mumble/release/murmurd /usr/bin/murmurd #24 ERROR: failed to calculate checksum of ref qgp9ucmtmblbgry83pja48n5y::8myxzhj2gtzqfcqjue0dzjw4i: failed to walk /tmp/buildkit-mount2545155800/root/mumble/release: lstat /tmp/buildkit-mount2545155800/root/mumble/release: no such file or directory...