CrazyMax

Results 273 issues of CrazyMax

https://github.com/docker/github-builder-experimental/issues/21 closes #3005

area/ci
area/hack

Happened when running unit tests in vagrant for openbsd platform: https://github.com/docker/buildx/actions/runs/18729739901/job/53423646001?pr=3453#step:7:1208 Just fyi to keep track of it in case it happens again on native runners. ``` === RUN TestLaunch...

area/tests
area/dap

~needs #3459~ Atm remote Git URL get lost as we are creating a state input when a subdir is used. In such case we can set Path with the resolved...

area/bake
area/build
area/tests

fixes https://github.com/docker/buildx/issues/3197 Adds `unixtimestampparse` similar to terraform [`unix_timestamp_parse` function](https://registry.terraform.io/providers/hashicorp/time/latest/docs/functions/unix_timestamp_parse). cc @sdavids

area/bake
area/docs
area/tests

relates to https://github.com/docker/build-push-action/issues/1388

area/ci
area/hack

* fixes https://github.com/docker/bake-action/issues/294 * fixes https://github.com/docker/bake-action/issues/301 * fixes https://github.com/docker/bake-action/issues/352 This PR introduces a new `context` input that replaces both `workdir` and `source` inputs. It resolves long-standing confusion around how bake-action...