setup-buildx-action

GitHub Action to set up Docker Buildx

APACHE-2.0 License

Stars
955
Committers
10

Bot releases are hidden (Show)

setup-buildx-action - v2.2.1

Published by crazy-max about 2 years ago

  • Preserve quotes surrounding fields in input list by @crazy-max (#174)
  • Escape surrounding quotes for platforms input by @crazy-max (#175)

Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.2.0...v2.2.1

setup-buildx-action - v2.2.0

Published by crazy-max about 2 years ago

  • Append nodes to builder support by @crazy-max (#165)
  • Bump csv-parse from 5.3.0 to 5.3.1 (#172)

Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.1.0...v2.2.0

setup-buildx-action - v2.1.0

Published by crazy-max about 2 years ago

  • Auth support for tls endpoint by @crazy-max (#164)
  • Nodes metadata JSON ouput by @crazy-max (#162)
    • endpoint, status and flags outputs are deprecated. Use nodes output instead.
  • Skip setting buildkitd flags and config for remote driver by @crazy-max (#161)
  • Move args logic to context module and add tests by @crazy-max (#169)
  • Remove workaround for setOutput by @crazy-max (#170)
  • Fix deprecated fs.rmdir by @crazy-max (#171)
  • Docs: clarify install option by @rodrigc in (#152)
  • Bump @actions/core from 1.6.0 to 1.10.0 (#151 #157 #167)
  • Bump @actions/tool-cache from 1.7.2 to 2.0.1 (#150)
  • Bump @actions/http-client from 1.0.11 to 2.0.1 (#149)
  • Bump uuid from 8.3.2 to 9.0.0 (#159)

Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.0.0...v2.1.0

setup-buildx-action - v2.0.0

Published by crazy-max over 2 years ago

  • Node 16 as default runtime by @crazy-max (#131)
    • This requires a minimum Actions Runner version of v2.285.0, which is by default available in GHES 3.4 or later.

Full Changelog: https://github.com/docker/setup-buildx-action/compare/v1.7.0...v2.0.0

setup-buildx-action - v1.7.0

Published by crazy-max over 2 years ago

  • Standalone mode by @crazy-max in (#119)
  • Update dev dependencies and workflow by @crazy-max (#114 #130)
  • Bump tmpl from 1.0.4 to 1.0.5 (#108)
  • Bump ansi-regex from 5.0.0 to 5.0.1 (#109)
  • Bump @actions/core from 1.5.0 to 1.6.0 (#110)
  • Bump actions/checkout from 2 to 3 (#126)
  • Bump @actions/tool-cache from 1.7.1 to 1.7.2 (#128)
  • Bump @actions/exec from 1.1.0 to 1.1.1 (#129)
  • Bump minimist from 1.2.5 to 1.2.6 (#132)
  • Bump codecov/codecov-action from 2 to 3 (#133)
  • Bump semver from 7.3.5 to 7.3.7 (#136)
setup-buildx-action - v1.6.0

Published by crazy-max about 3 years ago

  • Add config-inline input (#106)
  • Bump @actions/core from 1.4.0 to 1.5.0 (#104)
  • Bump codecov/codecov-action from 1 to 2 (#101)
setup-buildx-action - v1.5.1

Published by crazy-max over 3 years ago

  • Explicit version spec for caching (#100)
setup-buildx-action - v1.5.0

Published by crazy-max over 3 years ago

  • Allow building buildx from source (#99)
setup-buildx-action - v1.4.1

Published by crazy-max over 3 years ago

  • Fix docker: invalid reference format (#97)
setup-buildx-action - v1.4.0

Published by crazy-max over 3 years ago

  • Update dev deps (#95)
  • Use built-in getExecOutput (#94)
  • Use core.getBooleanInput (#93)
  • Bump @actions/exec from 1.0.4 to 1.1.0 (#85)
  • Bump y18n from 4.0.0 to 4.0.3 (#91)
  • Bump hosted-git-info from 2.8.8 to 2.8.9 (#89)
  • Bump ws from 7.3.1 to 7.5.0 (#90)
  • Bump @actions/tool-cache from 1.6.1 to 1.7.1 (#82 #86)
  • Bump @actions/core from 1.2.7 to 1.4.0 (#80 #87)
setup-buildx-action - v1.3.0

Published by crazy-max over 3 years ago

  • Display BuildKit version (#72)
setup-buildx-action - v1.2.0

Published by crazy-max over 3 years ago

  • Remove os limitation (#71)
  • Add test job for config input (#68)
  • BuildKit container logs (#70)
  • Enhance builder inspection (#69)
  • Add config input (#67)
  • Bump @actions/core from 1.2.6 to 1.2.7 (#65)
setup-buildx-action - v1.1.2

Published by crazy-max over 3 years ago

  • Fix doc links (#63)
  • Bump @actions/http-client from 1.0.9 to 1.0.11 (#61)
  • Enhance workflow (#62)
  • Bump semver from 7.3.4 to 7.3.5 (#59)
setup-buildx-action - v1.1.1

Published by crazy-max almost 4 years ago

  • Revert BuildKit step log limits tweak (#50)
setup-buildx-action - v1.1.0

Published by crazy-max almost 4 years ago

  • Override the configured builder instance (#49)
  • Improve builder name generation (#48)
  • Tweak BuildKit step log limits (#46)
setup-buildx-action - v1.0.4

Published by crazy-max almost 4 years ago

  • Remove hardcoded buildkit container image moby/buildkit:v0.8-beta (#43)
  • Bumps semver from 7.3.2 to 7.3.4 (#42)
setup-buildx-action - v1.0.3

Published by crazy-max almost 4 years ago

  • Group log output (#32)
  • Bump @actions/tool-cache from 1.6.0 to 1.6.1 (#36)
  • Bump @actions/http-client from 1.0.8 to 1.0.9 (#30)
setup-buildx-action - v1.0.2

Published by crazy-max about 4 years ago

  • Temporarly set buildkit container image to moby/buildkit:v0.8-beta (#27)
setup-buildx-action - v1.0.1

Published by crazy-max about 4 years ago

  • Fix CVE-2020-15228
setup-buildx-action - v1.0.0

Published by crazy-max about 4 years ago

  • Initial version