CrazyMax
CrazyMax
just testing with `child_process` as the one from GitHub core toolkit sanitizes the command being passed which leads to issues like #40. works fine: https://github.com/dagger/dagger-for-github/runs/6104146243?check_suite_focus=true#step:3:32 ``` 11:48PM INF actions.test._exec |...
This issue occurs between Chromium 76.0.3809.132 and 77.0.3865.75. An issue has been opened on the official repository (ungoogled-software/ungoogled-chromium-windows#36)
**- What I did** **- How I did it** **- How to verify it** **- Description for the changelog** **- A picture of a cute animal (not mandatory but encouraged)**
**- What I did** update github actions to latest major releases and also adds dependabot config to just keep gha actions up to date. **- How I did it** **-...
related to #43529 **- What I did** pin criu for better reproducibility and build from source. will solve issues we have with flakiness using the opensuse mirror but also being...
closes #44005 related #43529 ~needs #44034 (for testing)~ **- What I did** using `TARGETVARIANT` in frozen-images stage implies changes in `download-frozen-image-v2.sh` script to add support for variants so we are...
### Description related https://github.com/moby/moby/pull/44034#discussion_r956518563 integration tests are currently failing using ubuntu-22.04 + rootless + systemd in our matrix: https://github.com/moby/moby/runs/8050470630?check_suite_focus=true#step:7:312 ``` === Failed === FAIL: amd64.integration.build TestCgroupNamespacesBuildDaemonHostMode (0.78s) build_cgroupns_linux_test.go:91: assertion failed:...
fixes #115 fixes https://github.com/docker/build-push-action/issues/671 ~needs #162 #163 #164~ adds `append` input to be able to append additional nodes to the builder that is going to be created in the form...
fixes #1344 Since 0.9 we are checking the context builder endpoint to make sure it's reachable before returning the instance: https://github.com/docker/buildx/pull/1129#issuecomment-1195542481. By doing so we are not soft-failing as before...