You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/docker-build/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,7 @@ No modules.
95
95
| <aname="input_image_tag"></a> [image\_tag](#input\_image\_tag)| Image tag to use. If not specified current timestamp in format 'YYYYMMDDhhmmss' will be used. This can lead to unnecessary rebuilds. |`string`|`null`| no |
96
96
| <aname="input_image_tag_mutability"></a> [image\_tag\_mutability](#input\_image\_tag\_mutability)| The tag mutability setting for the repository. Must be one of: `MUTABLE` or `IMMUTABLE`|`string`|`"MUTABLE"`| no |
97
97
| <aname="input_keep_remotely"></a> [keep\_remotely](#input\_keep\_remotely)| Whether to keep Docker image in the remote registry on destroy operation. |`bool`|`false`| no |
98
+
| <aname="input_platform"></a> [platform](#input\_platform)| The target architecture platform to build the image for. |`string`|`null`| no |
98
99
| <aname="input_scan_on_push"></a> [scan\_on\_push](#input\_scan\_on\_push)| Indicates whether images are scanned after being pushed to the repository |`bool`|`false`| no |
99
100
| <aname="input_source_path"></a> [source\_path](#input\_source\_path)| Path to folder containing application code |`string`|`null`| no |
0 commit comments