Rename to docker-build

This commit is contained in:
Bryce Lampe
2024-04-15 14:51:07 -07:00
parent 4cd6d49ba9
commit 12bf5dd689
139 changed files with 638 additions and 645 deletions

View File

@@ -18,20 +18,19 @@ import (
"context"
"fmt"
"github.com/pulumi/pulumi-docker-build/provider/internal"
"github.com/pulumi/pulumi-docker-build/provider/internal/deprecated"
gp "github.com/pulumi/pulumi-go-provider"
"github.com/pulumi/pulumi/pkg/v3/resource/provider"
"github.com/pulumi/pulumi/sdk/v3/go/common/resource/plugin"
rpc "github.com/pulumi/pulumi/sdk/v3/proto/go"
"github.com/pulumi/pulumi-dockerbuild/provider/internal"
"github.com/pulumi/pulumi-dockerbuild/provider/internal/deprecated"
)
// Version is initialized by the Go linker to contain the semver of this build.
var Version string
// Name needs to match $PACK in Makefile.
const Name string = "dockerbuild"
const Name string = "docker-build"
// Serve launches the gRPC server for the resource provider.
func Serve() error {