CrazyMax
CrazyMax
I have sent an email to the developers of HostsMan about an issue concerning these hardcoded paths : * %PROGRAMDATA%\abelhadigital.com\HostsMan * %APPDATA%\abelhadigital.com\HostsMan Would be nice if they can bring environment...
fixes #42
Detect [configuration issues](https://aquasecurity.github.io/trivy/v0.20.0/misconfiguration/) if a Dockerfile is provided.
I made a typo when writing a bake definition that contains an invalid `targets` field for `target`: ```hcl target "app" { dockerfile = "app.Dockerfile" } target "db" { dockerfile =...
https://github.com/docker/buildx/pull/1100 implements printing subrequests for the build command. We should support this for bake. This is also somewhat related to https://github.com/docker/buildx/issues/1072.
related to https://github.com/docker/buildx/pull/2376#discussion_r1547788058 Build details link is not displayed for a build that fails through controller: https://github.com/docker/buildx/actions/runs/8522265808/job/23342157852?pr=2376#step:7:771 ```dockerfile FROM busybox RUN exit 1 ``` Works without experimental mode enabled: ```...
Needs https://github.com/docker/buildx/issues/486
related to: * https://github.com/docker/actions-toolkit/pull/324 * https://github.com/docker/actions-toolkit/pull/307 For the first milestone of GHA build summary we are exporting the `.dockerbuild` and `summary.json` files using an external-build tool. In the next milestone,...
* ~needs https://github.com/docker/actions-toolkit/pull/307~