Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@pulumi/docker-build

pulumi1.1mApache-2.00.0.15TypeScript support: included

Slack NPM version [![Python version](https://badge.fury.io/p

docker, buildkit, buildx, kind/native

readme

Slack NPM version Python version NuGet version PkgGoDev License

Docker-Build Resource Provider

A Pulumi provider for building modern Docker images with buildx and BuildKit.

Not to be confused with the earlier Docker provider, which is still appropriate for managing resources unrelated to building images.

Provider Use cases
@pulumi/docker-build Anything related to building images with docker build.
@pulumi/docker Everything else -- including running containers and creating networks.

Reference

For more information, including examples and migration guidance, please see the Docker-Build provider's detailed API documentation.

changelog

Unreleased

Changed

0.0.14 (2025-09-30)

Fixed

0.0.13 (2025-08-27)

Changed

Fixed

0.0.12 (2025-05-16)

Changed

  • Upgraded pulumi-go-provider to v1.0.0-rc2.

Fixed

0.0.11 (2025-04-11)

Changed

Fixed

0.0.10 (2025-01-27)

Changed

0.0.9 (2025-01-16)

Changed

Fixed

0.0.8 (2024-12-10)

Added

Changed

  • Upgraded buildx from 0.16.0 to 0.18.0.

Fixed

0.0.7 (2024-10-16)

Fixed

0.0.6 (2024-08-13)

Fixed

Changed

0.0.5 (2024-08-08)

Fixed

  • Fixed Go SDK publishing.

Changed

  • Upgraded docker from 27.0.3 to 27.1.0.

0.0.4 (2024-07-15)

Changed

  • Upgraded buildkit from 0.13.0 to 0.15.0.
  • Upgraded buildx from 0.13.1. to 0.16.0.
  • Upgraded docker from 26.0.0-rc1 to 27.0.3.
  • Fixed an issue where warnings were not displayed correctly.

0.0.3 (2024-05-31)

Fixed

Changed

  • The provider will now wait for new builders to fully boot.

0.0.2 (2024-04-25)

Fixed

  • Upgraded pulumi-go-provider to fix a panic during cancellation.

0.0.1 (2024-04-23)

Initial release.