Skip to content

Commit

Permalink
use proper type for build kit
Browse files Browse the repository at this point in the history
  • Loading branch information
tedim52 committed Oct 27, 2023
1 parent 7f60042 commit 12d229c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1311,7 +1311,7 @@ func (manager *DockerManager) BuildImage(ctx context.Context, imageName string,
SessionID: "",
Platform: "",
// Version specifies the version of the underlying builder to use
Version: types.BuilderVersion("2"), // Use 2 for BuildKit
Version: types.BuilderVersion(types.BuilderBuildKit),
// BuildID is an optional identifier that can be passed together with the
// build request. The same identifier can be used to gracefully cancel the
// build with the cancel request.
Expand Down

0 comments on commit 12d229c

Please sign in to comment.