Skip to content

Commit d4b8665

Browse files
committed
apply suggestions from code review
1 parent b68d766 commit d4b8665

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

docs/index.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,16 @@ page_title: "envbuilder Provider"
44
subcategory: ""
55
description: |-
66
Envbuilder Provider
7-
The Envbuilder provider can be used to check for the presence of a Docker image previously built by Envbuilder https://github.com/coder/envbuilder.
8-
This allows re-using a previously built image pushed to a Docker registry without having to rebuild it.
9-
An image built by Envbuilder also embeds the Envbuilder binary inside the image, allowing for the image to be used to build other images.
7+
The Envbuilder provider can be used to check for the presence of a container image previously built by Envbuilder https://github.com/coder/envbuilder.
8+
This allows re-using a previously built image pushed to a container registry without having to rebuild it.
109
---
1110

1211
# envbuilder Provider
1312

1413
# Envbuilder Provider
1514

16-
The Envbuilder provider can be used to check for the presence of a Docker image previously built by [Envbuilder](https://github.com/coder/envbuilder).
17-
This allows re-using a previously built image pushed to a Docker registry without having to rebuild it.
18-
An image built by Envbuilder also embeds the Envbuilder binary inside the image, allowing for the image to be used to build other images.
15+
The Envbuilder provider can be used to check for the presence of a container image previously built by [Envbuilder](https://github.com/coder/envbuilder).
16+
This allows re-using a previously built image pushed to a container registry without having to rebuild it.
1917

2018
## Example Usage
2119

internal/provider/provider.go

+2-4
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,8 @@ func (p *EnvbuilderProvider) Schema(ctx context.Context, req provider.SchemaRequ
3838
Attributes: map[string]schema.Attribute{},
3939
MarkdownDescription: `# Envbuilder Provider
4040
41-
The Envbuilder provider can be used to check for the presence of a Docker image previously built by [Envbuilder](https://github.com/coder/envbuilder).
42-
This allows re-using a previously built image pushed to a Docker registry without having to rebuild it.
43-
An image built by Envbuilder also embeds the Envbuilder binary inside the image, allowing for the image to be used to build other images.
44-
`,
41+
The Envbuilder provider can be used to check for the presence of a container image previously built by [Envbuilder](https://github.com/coder/envbuilder).
42+
This allows re-using a previously built image pushed to a container registry without having to rebuild it.`,
4543
}
4644
}
4745

0 commit comments

Comments
 (0)