diff --git a/website/content/partials/components/builder-docker-pull.mdx b/website/content/partials/components/builder-docker-pull.mdx index 86c29700de0..e4f0346c9b6 100644 --- a/website/content/partials/components/builder-docker-pull.mdx +++ b/website/content/partials/components/builder-docker-pull.mdx @@ -133,6 +133,10 @@ WARNING: be very careful to not leak the authentication information by hardcodin Output attributes can be used in your `waypoint.hcl` as [variables](/docs/waypoint-hcl/variables) via [`artifact`](/docs/waypoint-hcl/variables/artifact) or [`deploy`](/docs/waypoint-hcl/variables/deploy). +#### architecture + +- Type: **string** + #### image - Type: **string** diff --git a/website/content/partials/components/builder-docker.mdx b/website/content/partials/components/builder-docker.mdx index 77ee478f8a4..e06160f8c7d 100644 --- a/website/content/partials/components/builder-docker.mdx +++ b/website/content/partials/components/builder-docker.mdx @@ -170,6 +170,10 @@ If buildkit is enabled unused stages will be skipped. Output attributes can be used in your `waypoint.hcl` as [variables](/docs/waypoint-hcl/variables) via [`artifact`](/docs/waypoint-hcl/variables/artifact) or [`deploy`](/docs/waypoint-hcl/variables/deploy). +#### architecture + +- Type: **string** + #### image - Type: **string** diff --git a/website/content/partials/components/registry-aws-ecr.mdx b/website/content/partials/components/registry-aws-ecr.mdx index 2c313ebe63c..adfd53a0b10 100644 --- a/website/content/partials/components/registry-aws-ecr.mdx +++ b/website/content/partials/components/registry-aws-ecr.mdx @@ -61,6 +61,10 @@ This defaults to waypoint- then the application name. The repository will be aut Output attributes can be used in your `waypoint.hcl` as [variables](/docs/waypoint-hcl/variables) via [`artifact`](/docs/waypoint-hcl/variables/artifact) or [`deploy`](/docs/waypoint-hcl/variables/deploy). +#### architecture + +- Type: **string** + #### image - Type: **string** diff --git a/website/content/partials/components/registry-docker.mdx b/website/content/partials/components/registry-docker.mdx index 04623d1f499..c6fd415583f 100644 --- a/website/content/partials/components/registry-docker.mdx +++ b/website/content/partials/components/registry-docker.mdx @@ -149,6 +149,10 @@ This optional conflicts with encoded_auth and thusly only one can be used at a t Output attributes can be used in your `waypoint.hcl` as [variables](/docs/waypoint-hcl/variables) via [`artifact`](/docs/waypoint-hcl/variables/artifact) or [`deploy`](/docs/waypoint-hcl/variables/deploy). +#### architecture + +- Type: **string** + #### image - Type: **string**