Commit Graph

  • f7d7c71f82
    bake: fork merged bodies interface logic from hcl repo and use it CrazyMax 2022-04-11 21:04:29 +0200
  • 47e34f2684
    Merge pull request #1813 from jedevc/oci-export-on-containerd v0.11.0-rc2 Justin Chadwell 2023-06-07 15:19:54 +0200
  • 3bca029df9
    builder: return error if all nodes fail to boot CrazyMax 2023-06-07 15:10:57 +0200
  • 3d981be4ad
    Merge pull request #1850 from ktock/monitor-longhelp Justin Chadwell 2023-06-07 15:09:35 +0200
  • 5d94b0fcc7
    Merge pull request #1866 from crazy-max/bump-compose CrazyMax 2023-06-07 14:55:55 +0200
  • 569c66fb62
    Merge pull request #1867 from crazy-max/bump-testify CrazyMax 2023-06-07 12:19:33 +0200
  • 93f7fbdd78
    Merge pull request #1865 from crazy-max/bump-semver CrazyMax 2023-06-07 12:19:17 +0200
  • e16151f7c8
    build: mark result handle build as internal CrazyMax 2023-06-07 01:57:25 +0200
  • 73b4e04211
    controller: remove MetadataFile from CommonOptions CrazyMax 2023-06-01 13:36:39 +0200
  • 9df197046c
    bake: use controller to build CrazyMax 2023-06-01 17:42:34 +0200
  • 9387640676
    bake: use controller build options as an intermediate stage Justin Chadwell 2023-06-01 10:36:04 +0200
  • 3c3e4a6d5f
    controller: refactor build inputs to external struct Justin Chadwell 2023-06-01 00:33:37 +0200
  • ea06685c11
    Merge pull request #1858 from potherca-contrib/fix/typo-Shortand Tõnis Tiigi 2023-06-06 14:03:40 -0700
  • eaba4fa9e6
    Update docs with result from `make docs` command. Ben Peachey 2023-06-06 21:43:41 +0200
  • 99e3882e2a
    Merge pull request #1841 from crazy-max/desktop CrazyMax 2023-06-06 19:06:19 +0200
  • 0a2f35970c
    build: display build details link CrazyMax 2023-05-26 10:30:58 +0200
  • ab5f5e4169
    build: fix quiet mode CrazyMax 2023-06-06 18:45:48 +0200
  • 35d1787b80
    inspect: display proxy config CrazyMax 2023-06-06 15:19:32 +0200
  • 696770d29c
    Merge pull request #1840 from jedevc/fix-check-path-for-bake-cmd-context Justin Chadwell 2023-06-06 17:49:04 +0200
  • b47b4e5957
    vendor: github.com/stretchr/testify v1.8.4 CrazyMax 2023-06-06 17:44:58 +0200
  • 9a125afba0
    vendor: github.com/compose-spec/compose-go v1.14.0 CrazyMax 2023-06-06 17:34:34 +0200
  • d34103b0d9 bake: fix potential context entitlements escape Justin Chadwell 2023-06-06 16:40:18 +0200
  • c820350b5e tests: refactor cmd helpers to allow configuring cwd, etc Justin Chadwell 2023-06-06 16:38:46 +0200
  • 61a7854659 tests: add bake test for remote subdir context Justin Chadwell 2023-05-25 17:54:17 +0100
  • e859ebc12e tests: add bake test for remote cmd context override Justin Chadwell 2023-05-25 15:59:16 +0100
  • ef997fd6d0 bake: fix BAKE_CMD_CONTEXT relative path resolution Justin Chadwell 2023-05-25 13:58:52 +0100
  • 76c96347ff tests: add basic remote bake context test Justin Chadwell 2023-05-25 13:58:10 +0100
  • 48d7dafbd5 git: update gitutil test utilities Justin Chadwell 2023-05-25 13:55:26 +0100
  • d03e93f6f1 test: tmpdir can be a test helper Justin Chadwell 2023-05-25 13:54:26 +0100
  • fcb7810a38
    Merge pull request #1854 from crazy-max/inspect-features Justin Chadwell 2023-06-06 16:59:58 +0200
  • 459d94bdf1
    vendor: github.com/Masterminds/semver/v3 v3.2.1 CrazyMax 2023-06-06 16:55:59 +0200
  • 7cef021a8a
    Merge pull request #1804 from jedevc/fixup-solve Justin Chadwell 2023-06-06 09:12:10 +0200
  • c6db4cf342 build: clarify NewResultHandle comment Justin Chadwell 2023-06-06 09:08:30 +0200
  • 6c9436fbd5
    inspect: display builder features CrazyMax 2023-05-30 20:38:14 +0200
  • 01c398a9e7
    Merge 49e63b3265 into a906149930 Kohei Tokunaga 2023-06-02 17:04:44 -0700
  • a906149930
    Merge pull request #1862 from jedevc/update-contributing-tests Justin Chadwell 2023-06-01 21:55:12 +0100
  • af328fe413 docs: update CONTRIBUTING.md with specific test notes Justin Chadwell 2023-06-01 11:34:20 +0100
  • 183a73abae build: docker exporter should instead use oci with containerd Justin Chadwell 2023-05-19 10:49:36 +0100
  • b7f0b3d763 build: clear exports for secondary solve request Justin Chadwell 2023-05-31 15:13:56 +0100
  • 5b27d5a9f6 build: cleanup res if returned in basic build Justin Chadwell 2023-05-31 15:13:00 +0100
  • 8f24c58f4d
    Fix typo in commands/build.go and docs/reference/buildx_build.md Ben Peachey 2023-05-31 13:40:58 +0200
  • cd1648192e build: rename ResultContext to ResultHandle Justin Chadwell 2023-05-31 09:50:46 +0100
  • 8d822fb06c build: move main solve request into main gateway call Justin Chadwell 2023-05-16 17:25:36 +0100
  • 0758a9b75d
    Merge pull request #1856 from crazy-max/history-feature-update CrazyMax 2023-05-31 10:27:54 +0200
  • f8fa526678
    driver: update history api check CrazyMax 2023-05-31 10:07:21 +0200
  • 4abff3ce12
    Merge pull request #1852 from jedevc/vendor-buildkit-master Tõnis Tiigi 2023-05-30 16:14:26 -0700
  • e7034f66bc
    Merge pull request #1846 from crazy-max/history-capability CrazyMax 2023-05-30 20:25:31 +0200
  • 8c65e4fc1d
    driver: add context to Features interface CrazyMax 2023-05-26 11:29:46 +0200
  • d196ac347e
    driver: cache features CrazyMax 2023-05-26 10:30:49 +0200
  • 9b723ece46
    driver: check history capability CrazyMax 2023-05-26 10:21:48 +0200
  • 5e2f8bd64a
    Merge pull request #1853 from jedevc/logrus-show-error Justin Chadwell 2023-05-30 10:29:49 +0100
  • 5788ab33d2 logutil: print error from WithError if found Justin Chadwell 2023-05-30 10:00:24 +0100
  • f1788002e1
    Merge pull request #1851 from crazy-max/test-flow CrazyMax 2023-05-30 10:58:17 +0200
  • 6c62225d1b vendor: update buildkit to master@c36941f4a10e Justin Chadwell 2023-05-30 09:10:52 +0100
  • 38b4eef5c6
    ci: make release and bin-image depend on test CrazyMax 2023-05-30 01:54:17 +0200
  • a4db138c5e
    docs: update CONTRIBUTING.md to run tests CrazyMax 2023-05-30 01:06:06 +0200
  • 55377b2b0f
    make: test-unit and test-integration targets CrazyMax 2023-05-30 00:57:16 +0200
  • 98dedd3225
    ci: cache integration tests base and build in dedicated step CrazyMax 2023-05-30 00:45:42 +0200
  • 74b121be66
    test: opt to avoid building the integration tests image CrazyMax 2023-05-30 00:44:21 +0200
  • b9cf46785b
    test: use trap to remove cache volume CrazyMax 2023-05-30 00:30:25 +0200
  • ecf8dd0a26
    test: type integration not needed CrazyMax 2023-05-30 00:24:01 +0200
  • 73c17ef4d2
    ci: send test reports to codecov CrazyMax 2023-05-30 00:12:22 +0200
  • e762e46b4b
    ci: merge test workflow to build one CrazyMax 2023-05-30 00:11:32 +0200
  • cafeedba79
    monitor: add long help for commands Kohei Tokunaga 2023-05-29 23:16:27 +0900
  • 17bdbbd3c3
    Merge pull request #1831 from crazy-max/fix-ctn-certs-path CrazyMax 2023-05-26 16:15:21 +0200
  • 4b1530e1ea
    tracing: add the jaeger exporter Nick Santos 2023-05-26 10:03:36 -0400
  • 2dae553d18 build: update outline fallback image Justin Chadwell 2023-05-26 10:37:50 +0100
  • 91c17f25fb build: tidy up print func Justin Chadwell 2023-05-16 12:20:22 +0100
  • 63fc01e08a
    Merge pull request #1842 from crazy-max/update-xx CrazyMax 2023-05-26 11:22:33 +0200
  • 354ccc9469
    Merge pull request #1844 from tonistiigi/imageid-fixes Justin Chadwell 2023-05-26 10:21:53 +0100
  • 68ae67720a
    build: fix writing correct image ID with -q Tonis Tiigi 2023-05-26 00:20:29 -0700
  • b273db20c3
    remote: allow docker exporter on remote driver Tonis Tiigi 2023-05-26 00:18:57 -0700
  • 0ae88ecc4d
    update xx to 1.2.1 CrazyMax 2023-05-25 15:26:56 +0200
  • 341fb65f6f
    Merge pull request #1830 from jedevc/fix-missing-driver-in-build Justin Chadwell 2023-05-25 11:35:01 +0100
  • 69a9c6609a
    Merge pull request #1699 from jedevc/bake-attestation-override Justin Chadwell 2023-05-25 09:54:34 +0100
  • 1c96fdaf03
    driver(docker-container): fix incorrect path when writing certs CrazyMax 2023-05-23 15:32:31 +0200
  • c77bd8a578 build: fix missing "docker" driver name in build progress Justin Chadwell 2023-05-23 10:37:22 +0100
  • e5f701351c
    Merge pull request #1829 from jedevc/vendor-buildkit-master Justin Chadwell 2023-05-23 10:23:24 +0100
  • 09798cdebd vendor: update buildkit to master@212ab16a39b1 Justin Chadwell 2023-05-23 10:16:09 +0100
  • 0dfc35d558
    Merge pull request #1822 from thaJeztah/vendor_engine_24.0.1 CrazyMax 2023-05-23 11:11:34 +0200
  • 8085f57a3a
    Merge pull request #1825 from thaJeztah/remove_k8s_replace CrazyMax 2023-05-23 11:10:31 +0200
  • 86bdced776
    Merge pull request #1815 from jedevc/v0.10-vendor-buildkit v0.10.5 v0.10 Justin Chadwell 2023-05-22 17:28:34 +0100
  • d582a21acd
    go.mod: update k8s deps to v0.26.2 (remove "replace" rule) Sebastiaan van Stijn 2023-05-22 13:05:43 +0200
  • 580820a4de
    Merge pull request #1824 from thaJeztah/k8s_remove_openstack CrazyMax 2023-05-22 16:09:30 +0200
  • b7e8afc61b
    cmd/buildx: non-functional k8s.io/client-go/plugin/pkg/client/auth/openstack Sebastiaan van Stijn 2023-05-22 13:01:54 +0200
  • a8a637e19d
    vendor: github.com/docker/cli v24.0.1 Sebastiaan van Stijn 2023-05-22 12:16:37 +0200
  • 79632a4c4c
    vendor: github.com/docker/docker v24.0.1 Sebastiaan van Stijn 2023-05-22 12:08:30 +0200
  • a6b0959276
    Merge pull request #1440 from crazy-max/gc-policies CrazyMax 2023-05-22 11:46:46 +0200
  • 6d7142b057
    Merge pull request #1820 from jedevc/use-docker-distribution CrazyMax 2023-05-22 11:17:01 +0200
  • d0bff18cee commands: consume DEBUG environment variable Justin Chadwell 2023-05-22 09:52:23 +0100
  • 7e39644f69
    Merge pull request #1816 from bpaquet/fix_session_token Justin Chadwell 2023-05-22 09:34:07 +0100
  • adc6349b28 Fix AWS Authentication when mixing static creds and IAM profile Bertrand Paquet 2023-05-19 15:37:14 +0200
  • f558fd8b22 vendor: use docker/distribution instead of distribution/distribution Justin Chadwell 2023-05-22 09:23:12 +0100
  • 432e16ef70
    Merge pull request #1806 from thaJeztah/update_engine2 Justin Chadwell 2023-05-22 09:19:35 +0100
  • 238790e740
    test: relax validation of TEST_BUILDKIT_IMAGE to reduce direct dependencies Sebastiaan van Stijn 2023-05-19 21:59:00 +0200
  • 8c86c2242a
    vendor: github.com/docker/cli v24.0.0 Sebastiaan van Stijn 2023-05-16 19:21:04 +0100
  • 75ad5d732b
    vendor: github.com/docker/docker v24.0.0 Sebastiaan van Stijn 2023-05-16 19:14:33 +0100
  • 9bd0202312
    vendor: github.com/spf13/cobra v1.7.0 Sebastiaan van Stijn 2023-05-16 19:16:39 +0100
  • 367f114cc7
    vendor: github.com/opencontainers/runc v1.1.7 Sebastiaan van Stijn 2023-05-16 19:13:04 +0100
  • 2959ce205e
    vendor: github.com/klauspost/compress v1.16.3 Sebastiaan van Stijn 2023-05-16 19:11:31 +0100