CrazyMax

Results 273 issues of 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...

:eyes: upstream

Detect [configuration issues](https://aquasecurity.github.io/trivy/v0.20.0/misconfiguration/) if a Dockerfile is provided.

kind/enhancement

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 =...

kind/enhancement
area/bake
status/accepted
bake-ga

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.

kind/enhancement
area/bake

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: ```...

kind/bug
area/build
status/accepted
area/controller

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~