Commit Graph

  • 33a5528003
    bump compose-go to v2.1.1 CrazyMax 2024-05-30 15:37:13 +0200
  • 7bfae2b809 Updated the docs. Tim Smith 2024-05-29 22:54:09 -0400
  • 117c9016e1 Updated tests further to make sure the new flag doesn't affect copy an index regardless of what value you specify. Tim Smith 2024-05-29 21:56:22 -0400
  • 388af3576a Updated tests to test new --prefer-index flag Tim Smith 2024-05-29 21:39:14 -0400
  • 2061550bc1 Slightly refactored the mediaType check on single source so that now we return original bytes without filtering on mediaType, based on the preferIndex preference. Tim Smith 2024-05-29 14:20:53 -0400
  • abf6c77d91 Add a --prefer-index flag that allows you to specify the preferred behavior when deciding on how to create an image/manifest from a single source. Tim Smith 2024-05-29 14:07:28 -0400
  • 9ad116aa8e
    Merge pull request #2478 from thaJeztah/extract_resolve_digest Justin Chadwell 2024-05-29 11:00:54 +0100
  • e3d5e64ec9
    Merge pull request #2475 from thaJeztah/remove_urlutil Tõnis Tiigi 2024-05-28 22:51:36 -0700
  • 0808747add Added application/vnd.docker.distribution.manifest.v2+json mediatype to the list of mediatypes we return the original bytes for when calling *Resolver.Combine rather than adding it to a newly created manifest list Tim Smith 2024-05-28 23:01:14 -0400
  • 2e7da01560
    Merge pull request #2473 from tonistiigi/prune-negative-filter Tõnis Tiigi 2024-05-28 13:53:06 -0700
  • 38d7d36f0a
    build: loadInputs: extract resolving digest to a separate function Sebastiaan van Stijn 2024-05-25 17:01:31 +0200
  • 55c86543ca
    Merge pull request #2477 from thaJeztah/remove_redundant_checks CrazyMax 2024-05-27 16:04:07 +0200
  • f98ef00ec7
    Merge pull request #2454 from kariya-mitsuru/fix-k8s-driver CrazyMax 2024-05-27 12:32:38 +0200
  • b948b07e2d
    remove uses of github.com/docker/docker/builder/remotecontext package Sebastiaan van Stijn 2024-05-25 16:12:10 +0200
  • 17c0a3794b
    build: loadInputs: remove redundant check for hasDigest Sebastiaan van Stijn 2024-05-25 16:36:52 +0200
  • c0a986b43b
    build: loadInputs: remove redundant check for hasTag Sebastiaan van Stijn 2024-05-25 16:32:37 +0200
  • 781dcbd196
    prune: allow negative and prefix filters Tonis Tiigi 2024-05-24 16:57:25 -0700
  • c3823d14df
    feat(driver): add configurable timeout for deployment readiness Ali Kafel 2024-05-23 16:10:55 -0400
  • 59582a88fc
    Merge pull request #2471 from tonistiigi/v0.14.1-picks v0.14.1 v0.14 Tõnis Tiigi 2024-05-22 07:43:43 -0700
  • a3b1fae96d
    driver: handle nil logger for bootstrap Tonis Tiigi 2024-05-20 16:38:01 -0700
  • 6a84f43fba
    build: add cache to resolvedNode Tonis Tiigi 2024-05-20 16:31:42 -0700
  • 37c4ff0944
    Merge pull request #2467 from tonistiigi/fix-resolvednode-cache-panic Tõnis Tiigi 2024-05-22 07:07:36 -0700
  • 6211f56b8d
    Merge pull request #2461 from jsternberg/v0.14.1-picks thompson-shaun 2024-05-21 14:12:17 -0400
  • cc9ea87142
    Merge pull request #2460 from jsternberg/vendor-update Tõnis Tiigi 2024-05-21 09:20:09 -0700
  • 035236a5ed
    driver: handle nil logger for bootstrap Tonis Tiigi 2024-05-20 16:38:01 -0700
  • 99777eaf34
    build: add cache to resolvedNode Tonis Tiigi 2024-05-20 16:31:42 -0700
  • e34c3ac8ea
    Create Developer TechG23 2024-05-19 12:11:57 -0400
  • fb61e12ec3 kubernetes: fix configmap volumes Jacob Blain Christen 2024-05-17 03:25:22 -0700
  • cf68b5b878
    vendor: update buildx to latest docker/cli Jonathan A. Sternberg 2024-05-16 10:04:54 -0500
  • 3f1aaa68d5
    build: fix multiple named contexts pointing to same bake target Tonis Tiigi 2024-05-02 18:08:45 -0700
  • f6830f3b86
    build: exit 1 when manifest merge failed jaihwan104 2024-04-22 23:06:47 +0900
  • 4fc4bc07ae
    vendor: update buildx to latest docker/cli Jonathan A. Sternberg 2024-05-16 10:04:54 -0500
  • f6e57cf5b5
    build: don't generate metadata file when print flag is used CrazyMax 2024-04-25 14:27:37 +0200
  • b77648d5f8
    build: avoid default load with --print Tonis Tiigi 2024-04-18 18:12:39 -0700
  • 93a4e3d63a
    Apply suggestions from code review thompson-shaun 2024-05-14 08:34:16 -0400
  • afcb609966
    Merge pull request #2456 from thaJeztah/rm_k8s_apiserver Akihiro Suda 2024-05-14 21:30:50 +0900
  • 946e0a5d74
    driver/kubernetes/util: remove k8s.io/apiserver dependency Sebastiaan van Stijn 2024-05-14 13:58:56 +0200
  • c4db5b252a
    Merge pull request #2445 from sumnerwarren/bake-compose-ssh CrazyMax 2024-05-14 10:15:48 +0200
  • 8afeb56a3b
    Merge pull request #2455 from dvdksn/docs-bakefile-reference-frontmatter CrazyMax 2024-05-13 18:37:55 +0200
  • fd801a12c1 docs: move Bake file reference title to front matter David Karlsson 2024-05-13 18:15:17 +0200
  • 2f98e6f3ac
    Merge pull request #2444 from tonistiigi/fix-base-duplicate-target-ref Tõnis Tiigi 2024-05-13 08:48:55 -0700
  • 224c6a59bf
    Bake: support compose ssh config Sumner Warren 2024-05-03 15:29:27 -0400
  • cbb75bbfd5
    Fix k8s driver with certs cannot boot Mitsuru Kariya 2024-05-13 10:33:15 +0900
  • 72085dbdf0
    Merge pull request #2449 from docker/dependabot/github_actions/softprops/action-gh-release-2.0.5 CrazyMax 2024-05-10 11:32:35 +0200
  • f3eafbc33f add stale issue and label actions workflows Shaun Thompson 2024-05-07 21:25:15 -0400
  • f60b095dba remove bug lite report, the blank issue should cover it Shaun Thompson 2024-05-07 20:43:37 -0400
  • 480b53f529
    build(deps): bump softprops/action-gh-release from 2.0.4 to 2.0.5 dependabot[bot] 2024-05-07 18:47:50 +0000
  • b73fea0316 add context textarea for bug template Shaun Thompson 2024-05-06 16:46:22 -0400
  • bf8011f334 add bug issue template that does note require version or log information Shaun Thompson 2024-05-06 13:37:03 -0400
  • 375f79fadd update bug and feature issue templates Shaun Thompson 2024-05-01 20:55:09 -0400
  • f8c6a97edc
    build: fix multiple named contexts pointing to same bake target Tonis Tiigi 2024-05-02 18:08:45 -0700
  • d4f088e689
    Merge pull request #2442 from crazy-max/ci-fix-validate-matrix CrazyMax 2024-05-02 14:58:55 +0200
  • db3a8ad7ca
    ci(validate): fix GOLANGCI_LINT_MULTIPLATFORM type for multiplatform lint CrazyMax 2024-05-02 11:17:05 +0200
  • 1d88c4b169
    Merge pull request #2439 from crazy-max/ci-split-validate Tõnis Tiigi 2024-05-01 13:58:20 -0700
  • 6d95fb586e
    ci(validate): split lint CrazyMax 2024-04-30 10:14:59 +0200
  • 1fb5d2a9ee
    Merge pull request #2422 from crazy-max/skip-provenance-internal Tõnis Tiigi 2024-04-29 17:12:20 -0700
  • 3df278d739
    remove NO_COLOR kasperk81 2024-04-26 17:55:46 +0300
  • 16b54a53ae support NO_COLOR when selecting term kasperk81 2024-04-26 13:41:06 +0300
  • ba264138d6
    build: don't generate metadata file when print flag is used CrazyMax 2024-04-25 14:27:37 +0200
  • 6375dc7230
    Merge pull request #2432 from docker/dependabot/github_actions/peter-evans/create-pull-request-6.0.5 CrazyMax 2024-04-26 09:06:56 +0200
  • 9cc6c7df70
    Merge pull request #2431 from tonistiigi/make-bake-tidy CrazyMax 2024-04-26 09:06:00 +0200
  • 7ea5cffb98
    make: tidy redirects to bake Tonis Tiigi 2024-04-24 18:18:46 -0700
  • d2d21577fb
    build(deps): bump peter-evans/create-pull-request from 6.0.4 to 6.0.5 dependabot[bot] 2024-04-25 18:36:26 +0000
  • e344e2251b
    Merge pull request #2430 from tonistiigi/linter-updates CrazyMax 2024-04-25 09:16:56 +0200
  • 833fe3b04f
    Merge pull request #2427 from dvdksn/remove-doc-stubs CrazyMax 2024-04-25 09:15:11 +0200
  • d0cc9ed0cb
    hack: add gopls based linters Tonis Tiigi 2024-04-24 17:58:39 -0700
  • b30566438b
    lint: gopls fixes Tonis Tiigi 2024-04-24 17:58:17 -0700
  • ec98985b4e
    hack: linter updates Tonis Tiigi 2024-04-24 17:20:27 -0700
  • 9428447cd2
    lint: unusedwrite fixes Tonis Tiigi 2024-04-24 17:19:52 -0700
  • 6112c41637
    lint: nilness fixes Tonis Tiigi 2024-04-24 17:19:32 -0700
  • a727de7d5f
    Merge pull request #2421 from tonistiigi/print-default-load Tõnis Tiigi 2024-04-24 16:38:21 -0700
  • 4a8fcb7aa0
    Merge pull request #2423 from crazy-max/test-build-print Tõnis Tiigi 2024-04-24 16:38:03 -0700
  • 771e66bf7a
    Merge pull request #2424 from jaihwan104/exit-1-when-manifest-merge-failed Tõnis Tiigi 2024-04-24 16:37:18 -0700
  • 7e0ab1a003 docs: remove stub files and update links David Karlsson 2024-04-23 13:39:56 +0200
  • 44c3ff6d16
    docs: update link to Docker container driver David Pertiller 2024-04-23 13:11:52 +0200
  • e3e16ad088
    bumpo compose-go to v2.1.0 Guillaume Lours 2024-04-23 10:28:28 +0200
  • f2823515db build: exit 1 when manifest merge failed jaihwan104 2024-04-22 23:06:47 +0900
  • 5ac9b78384
    test: build print CrazyMax 2024-04-19 10:15:41 +0200
  • fbb0f9b424
    build: avoid default load with --print Tonis Tiigi 2024-04-18 18:12:39 -0700
  • 699fa43f7f
    Merge pull request #2419 from docker/dependabot/github_actions/peter-evans/create-pull-request-6.0.4 CrazyMax 2024-04-18 16:57:16 +0200
  • bdf27ee797
    build(deps): bump peter-evans/create-pull-request from 6.0.3 to 6.0.4 dependabot[bot] 2024-04-17 18:53:16 +0000
  • 171fcbeb69
    Merge pull request #2417 from tonistiigi/update-buildkit-240417 v0.14.0-rc2 v0.14.0 Tõnis Tiigi 2024-04-17 10:02:29 -0700
  • 370a5aa127
    update lint fallback image Tonis Tiigi 2024-04-17 08:46:34 -0700
  • 13653fb84d
    vendor: update buildkit to 71f99c52a669 Tonis Tiigi 2024-04-17 08:21:11 -0700
  • 1b16594f4a
    Merge pull request #2415 from igaskin/scheduler-name Tõnis Tiigi 2024-04-17 08:18:23 -0700
  • 3905e8cf06
    Merge pull request #2416 from crazy-max/print-internal Tõnis Tiigi 2024-04-17 08:15:55 -0700
  • 177b95c972
    build: mark information requests as internal CrazyMax 2024-04-17 16:49:51 +0200
  • 74fdbb5e7f
    feat: adding option to add scheduler name to kubernetes driver Isaac Gaskin 2024-04-16 14:51:00 -0700
  • ac331d3569
    Merge pull request #2401 from crazy-max/ci-k3s-update Tõnis Tiigi 2024-04-15 16:00:55 -0700
  • 07c9b45bae
    Merge pull request #2408 from tonistiigi/print-statuscode Tõnis Tiigi 2024-04-15 15:58:52 -0700
  • b91957444b
    Merge pull request #2406 from tonistiigi/print-lint-fallback Tõnis Tiigi 2024-04-15 15:58:34 -0700
  • 46c44c58ae
    build: support statuscode response for print requests Tonis Tiigi 2024-04-12 17:36:49 -0700
  • 6aed54c35a
    Merge pull request #2405 from docker/dependabot/github_actions/peter-evans/create-pull-request-6.0.3 CrazyMax 2024-04-13 14:54:34 +0200
  • 126fe653c7
    build: refactor print fallbacks to own function Tonis Tiigi 2024-04-12 16:41:50 -0700
  • f0cbc95eaf
    build: add fallback image for --print=lint Tonis Tiigi 2024-04-12 16:33:15 -0700
  • 1a0f9fa96c
    build(deps): bump peter-evans/create-pull-request from 6.0.2 to 6.0.3 dependabot[bot] 2024-04-12 18:33:29 +0000
  • df7a3db947
    Merge pull request #2384 from Usual-Coder/feature-hcl-index v0.14.0-rc1 CrazyMax 2024-04-11 17:27:21 +0200
  • d294232cb5
    Merge pull request #2404 from tonistiigi/buildkit-vendor-lint-update Tõnis Tiigi 2024-04-11 08:24:21 -0700
  • 0a7f5c4d94
    bake: test indexof hcl func and make it private CrazyMax 2024-04-11 17:09:35 +0200
  • 5777d980b5
    bake: add indexof hcl func Usual Coder 2024-04-11 12:29:45 +0200