Commit Graph

  • 5f6c6a2c44
    Merge 15983c78d1d9ad4235c011096401d52aed21cd84 into 55146d969b0dff1a5c12630229609757af5b1081 dependabot[bot] 2025-08-07 11:26:14 +00:00
  • 15983c78d1
    chore(deps): Bump @docker/actions-toolkit from 0.62.1 to 0.63.0 dependabot/npm_and_yarn/docker/actions-toolkit-0.63.0 dependabot[bot] 2025-08-07 11:26:11 +00:00
  • e677559581
    Merge e97f2ccdfd234307a1cd129ba0ed72b413f03cb0 into 55146d969b0dff1a5c12630229609757af5b1081 dependabot[bot] 2025-08-06 17:25:02 +00:00
  • e97f2ccdfd
    chore(deps): Bump tmp from 0.2.3 to 0.2.4 dependabot/npm_and_yarn/tmp-0.2.4 dependabot[bot] 2025-08-06 17:24:59 +00:00
  • c77af595bc
    Merge a0c70a163fe605c16959ff17d29aa35a9028e4e5 into 55146d969b0dff1a5c12630229609757af5b1081 dependabot[bot] 2025-08-06 15:14:54 +00:00
  • a0c70a163f
    chore(deps): Bump undici from 5.28.4 to 5.29.0 dependabot/npm_and_yarn/undici-5.29.0 dependabot[bot] 2025-08-06 15:14:50 +00:00
  • c92a6398a3
    Merge a15a870fa964ea77cf86a312803d737f9abe0cb7 into 55146d969b0dff1a5c12630229609757af5b1081 dependabot[bot] 2025-08-06 15:14:40 +00:00
  • a15a870fa9
    chore(deps): Bump brace-expansion from 1.1.11 to 1.1.12 dependabot/npm_and_yarn/brace-expansion-1.1.12 dependabot[bot] 2025-08-06 15:14:37 +00:00
  • a4645d2926
    Merge f3677bb02586cc3e4d6ac9b97c986e36400cf042 into 55146d969b0dff1a5c12630229609757af5b1081 CrazyMax 2025-08-06 15:45:23 +05:30
  • 648fd91a9b
    Merge 67fd9409c79d4cdd538a5898696878d69a8e631b into 55146d969b0dff1a5c12630229609757af5b1081 Nelson Wolf 2025-08-06 11:17:17 +06:30
  • 55146d969b
    Merge pull request #1391 from docker/dependabot/npm_and_yarn/form-data-2.5.5 master CrazyMax 2025-08-05 15:17:00 +02:00
  • 3cf0b00a1a fix: add timeout to buildx export operation to prevent hanging Claude 2025-08-04 18:47:51 -04:00
  • c213746489
    Merge pull request #127 from useblacksmith/refactor/remove-buildkit-management Aditya Maru 2025-08-03 21:58:25 -04:00
  • 6eb4580a2b chore: comment out bump tags workflow to prevent breaking changes Claude 2025-08-03 20:35:29 -04:00
  • 7bff2036c1 fix: remove unnecessary @ts-expect-error directive Claude 2025-08-03 20:23:21 -04:00
  • 805af4fb88 fix: resolve variable scope issues causing CI failures Claude 2025-08-03 17:33:17 -04:00
  • 61dd93325b refactor: only report metrics when using Blacksmith builder Claude 2025-08-03 15:59:22 -04:00
  • 99fce0de47 fix: resolve TypeScript build errors and lint issues Claude 2025-08-03 15:33:27 -04:00
  • 4c54035b2b refactor: remove nofallback parameter Claude 2025-08-01 14:52:41 -04:00
  • fece9d42f3 refactor: remove tmpDir management and buildx installation Claude 2025-08-01 14:49:31 -04:00
  • 4108c3efae refactor: remove unnecessary build-reporter abstraction Claude 2025-08-01 14:40:43 -04:00
  • 245d37635a refactor: remove unused stickydisk setup logic and rename setup_builder Claude 2025-08-01 14:33:16 -04:00
  • cc46a915dd refactor: complete removal of buildkit and sticky disk management Claude 2025-08-01 14:25:57 -04:00
  • 877a04de98 refactor: Remove sticky disk management while keeping build reporting Claude 2025-08-01 14:10:11 -04:00
  • 7894682343 refactor: Remove buildkit management from build-push-action Claude 2025-08-01 14:06:43 -04:00
  • afff3d41cb fix: prevent buildkit corruption on sticky disk commit Claude 2025-07-31 17:59:12 -04:00
  • f3677bb025
    chore: update generated content CrazyMax 2025-07-25 14:22:13 +02:00
  • fc5427c58f
    skip summary generation for the kubernetes driver CrazyMax 2025-07-25 14:20:36 +02:00
  • 24e9b7e65f
    chore(deps): Bump form-data from 2.5.1 to 2.5.5 dependabot[bot] 2025-07-21 23:10:01 +00:00
  • ac765fe619
    Merge pull request #119 from useblacksmith/grpc-fallbakc Aditya Maru 2025-06-17 22:24:30 -04:00
  • f9f71c9f11 src: only prune if buildkitd was spun up Claude 2025-06-14 09:58:15 -04:00
  • 4e97fd3608
    Merge pull request #120 from useblacksmith/change-env Aditya Maru 2025-06-16 17:48:07 -04:00
  • a037e6f634 src: use BLACKSMITH prefixed VM ID env var Claude 2025-06-16 16:12:28 -04:00
  • 574eb0ee0b
    .github: add v1.2 to bump_tags_to_master.yaml Aditya Maru 2025-06-11 17:18:40 -04:00
  • 4fac79897d
    Merge pull request #118 from useblacksmith/builder-misconfig Aditya Maru 2025-06-11 16:43:20 -04:00
  • 51bef8ce51 .github: add docker workflow Claude 2025-06-11 16:12:43 -04:00
  • 616bee01ad test: fix platform test to work on both ARM and AMD runners Claude 2025-06-11 13:31:15 -04:00
  • a7fa33c366 fix: use correct platform when creating remote buildx builder Claude 2025-06-11 12:59:55 -04:00
  • 6fe3b1c366
    Merge pull request #117 from useblacksmith/add-missing-option Aditya Maru 2025-05-30 15:02:06 -04:00
  • d2acb067a5 action: add missing option string Claude 2025-05-30 14:42:41 -04:00
  • 68105fca60
    Merge pull request #116 from useblacksmith/bump-buildkitd Aditya Maru 2025-05-30 13:07:26 -04:00
  • 28c244705c *: allow users to pass in a buildx version Claude 2025-05-30 12:31:51 -04:00
  • 263435318d
    Merge pull request #1381 from docker/dependabot/npm_and_yarn/docker/actions-toolkit-0.62.1 v6.18.0 v6 CrazyMax 2025-05-27 18:32:33 +02:00
  • c0432d2e01
    chore: update generated content CrazyMax 2025-05-27 18:24:03 +02:00
  • 0bb1f27d6b
    set builder driver and endpoint attributes for dbc summary support CrazyMax 2025-05-27 14:18:13 +02:00
  • 5f9dbf956c
    chore(deps): Bump @docker/actions-toolkit from 0.61.0 to 0.62.1 dependabot[bot] 2025-05-27 16:21:00 +00:00
  • 8906c95224
    test actions-toolkit CrazyMax 2025-05-27 17:02:11 +02:00
  • ee631903ec
    test actions-toolkit CrazyMax 2025-05-27 16:45:28 +02:00
  • ab33c55c60
    test actions-toolkit CrazyMax 2025-05-27 16:03:27 +02:00
  • b596b7022d
    test actions-toolkit CrazyMax 2025-05-27 15:49:07 +02:00
  • f584085d87
    test CrazyMax 2025-05-27 15:37:25 +02:00
  • 1eae8ae12f
    chore: update generated content CrazyMax 2025-05-27 14:55:45 +02:00
  • 93d564fda3
    set builder driver and endpoint attributes for dbc summary support CrazyMax 2025-05-27 14:18:13 +02:00
  • 694c983342
    chore(deps): Bump @docker/actions-toolkit from 0.61.0 to 0.62.0 dependabot[bot] 2025-05-27 11:28:07 +00:00
  • f1f37b8586 multi profile support Ankit 2025-05-26 12:50:30 +05:30
  • 0288f15378
    Merge pull request #4 from WarpBuilds/feat/teardown_post_hook Ankit Gupta 2025-05-19 15:47:45 +05:30
  • 476b0d1367 debug workflow Ankit 2025-05-19 14:52:44 +05:30
  • e09a08878e
    Merge pull request #115 from useblacksmith/buildx-ratelimit Aditya Maru 2025-05-18 16:29:42 -04:00
  • 9dbab7fbd2 src: add a retry with backoff to combat 429s when downloading buildkit Claude 2025-05-18 16:22:27 -04:00
  • 198ccc9626
    Merge pull request #114 from useblacksmith/add-up-ping Aditya Maru 2025-05-16 13:50:38 -04:00
  • 1868624b97 src: add ping before get stickydisk Claude 2025-05-16 13:41:46 -04:00
  • aa4b5644fc teardown hook added Ankit 2025-05-16 17:40:22 +05:30
  • 0788c444d8
    Merge pull request #1375 from crazy-max/remove-gcr CrazyMax 2025-05-15 15:48:50 +02:00
  • aa179ca4f4
    e2e: remove GCR CrazyMax 2025-05-15 15:02:58 +02:00
  • 1dc7386353
    Merge pull request #1364 from crazy-max/history-export-cmd v6.17.0 CrazyMax 2025-05-15 10:18:19 +02:00
  • f0d8aee790
    Merge pull request #113 from useblacksmith/newlogs Aditya Maru 2025-05-14 14:06:06 -04:00
  • e84bc1a88e src: more debug logs Claude 2025-05-14 14:04:56 -04:00
  • 5501e3ffb3
    Merge pull request #112 from useblacksmith/debug-port Aditya Maru 2025-05-14 13:47:44 -04:00
  • 41a36ac067 src: print the port bpa is trying to hit Claude 2025-05-14 13:43:24 -04:00
  • 9c9803f364
    chore: update generated content CrazyMax 2025-05-12 10:51:38 +02:00
  • db1f6c46e8
    DOCKER_BUILD_EXPORT_LEGACY env var to opt-in for legacy export CrazyMax 2025-04-23 10:14:10 +02:00
  • 721e8c79de
    Bump @docker/actions-toolkit from 0.59.0 to 0.61.0 CrazyMax 2025-04-24 11:22:46 +00:00
  • a9c9d5333d
    Explain can't push tagged ref error Jonathan Dahan 2025-05-12 12:00:24 -04:00
  • 2257560108 PR feedback Nicolas Beck 2025-05-12 17:23:03 +02:00
  • 7b9dfc5e09 commit dist Nicolas Beck 2025-04-30 14:06:43 +02:00
  • 926b923d82 feat: add support for Docker Build Cloud summary and refactor summary state Nicolas Beck 2025-04-30 13:56:09 +02:00
  • 7af3b3af33
    Merge pull request #111 from useblacksmith/fix-unnecessary-commti Aditya Maru 2025-04-29 17:08:09 -04:00
  • 296109dd1e src: only commit stickydisk in post step if in setup-only Claude 2025-04-29 17:01:42 -04:00
  • 5646913081
    .github: update bump_tags_to_master.yaml Aditya Maru 2025-04-26 22:55:20 -04:00
  • e56956c850
    chore(deps): Bump @docker/actions-toolkit from 0.59.0 to 0.61.0 dependabot[bot] 2025-04-24 11:22:46 +00:00
  • 14487ce63c
    Merge pull request #1343 from crazy-max/fix-no-default-attest v6.16.0 CrazyMax 2025-04-23 18:39:17 +02:00
  • b80205e5f6
    Merge e81e6c97d0d204edc396fcf2236d4bad4c4380e7 into 0ec91264d895acf7dfe05d54d8a3cc28f95b6346 CrazyMax 2025-04-23 15:11:58 +01:00
  • 0ec91264d8
    Merge pull request #1366 from crazy-max/pr-assign-author CrazyMax 2025-04-23 16:10:45 +02:00
  • b749522b90
    pr-assign-author workflow CrazyMax 2025-04-23 14:15:19 +02:00
  • ff671f0c30
    chore(deps): Bump @docker/actions-toolkit from 0.59.0 to 0.60.0 dependabot[bot] 2025-04-23 11:14:42 +00:00
  • 550edf2feb
    Merge pull request #110 from useblacksmith/move-prune Aditya Maru 2025-04-22 17:01:26 -04:00
  • c80185915d src: move buildkit prune to cleanup stage and invoke it inline Claude 2025-04-22 16:21:08 -04:00
  • c566248492
    Merge pull request #1363 from crazy-max/fix-codecov CrazyMax 2025-04-22 14:23:11 +02:00
  • 13275dd76e
    ci: fix missing source for codecov CrazyMax 2025-04-22 14:11:25 +02:00
  • 67dc78bbaf
    Merge pull request #1361 from mschoettle/patch-1 CrazyMax 2025-04-17 17:12:36 +02:00
  • 0760504437
    docs: add validating build configuration example Matthias Schoettle 2025-04-17 10:14:30 -04:00
  • b4eee6aca2
    Merge pull request #3 from WarpBuilds/fix-error-messages Prajjwal 2025-04-16 15:17:20 +05:30
  • 5976c417f5 removes status Prajjwal 2025-04-16 15:13:38 +05:30
  • e0a83441dd runs only amd64 build Prajjwal 2025-04-16 15:12:13 +05:30
  • 91af290394 uses dev runners Prajjwal 2025-04-16 14:58:12 +05:30
  • d5a6720050 modifies test Prajjwal 2025-04-16 14:57:24 +05:30
  • f85d7a4223 fixes error messages Prajjwal 2025-04-16 14:34:53 +05:30
  • 49f6d185dd
    Merge pull request #109 from useblacksmith/use-port-env Aditya Maru 2025-04-15 21:37:56 -04:00
  • 11ec21ffed src: use port from env Claude 2025-04-15 18:23:28 -07:00
  • 9129627416
    test ci Aayush 2025-04-15 18:12:14 -07:00