Skip to content

Commit 7eff0f2

Browse files
authored
chore(cloud-assembly-schema): update descriptions for networkMode (#18905)
A recent PR, #18114, updated the cloud assembly schema, but parts of the descriptions were missing. Re-running `yarn update-schema` to get them back in sync. I am skipping actually bumping the version of the cloud assembly schema here, because the API is not changing. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 98a3f63 commit 7eff0f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/@aws-cdk/cloud-assembly-schema/schema/assets.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
}
157157
},
158158
"networkMode": {
159-
"description": "Networking mode for the RUN commands during build. _Requires Docker Engine API v1.25+_. (Default - no networking mode specified)",
159+
"description": "Networking mode for the RUN commands during build. _Requires Docker Engine API v1.25+_.\n\nSpecify this property to build images on a specific networking mode. (Default - no networking mode specified)",
160160
"type": "string"
161161
}
162162
}
@@ -193,4 +193,4 @@
193193
}
194194
},
195195
"$schema": "http://json-schema.org/draft-07/schema#"
196-
}
196+
}

packages/@aws-cdk/cloud-assembly-schema/schema/cloud-assembly.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
"type": "string"
228228
},
229229
"networkMode": {
230-
"description": "Networking mode for the RUN commands during build. _Requires Docker Engine API v1.25+_. (Default - no networking mode specified)",
230+
"description": "Networking mode for the RUN commands during build. (Default - no networking mode specified)",
231231
"type": "string"
232232
},
233233
"id": {
@@ -874,4 +874,4 @@
874874
}
875875
},
876876
"$schema": "http://json-schema.org/draft-07/schema#"
877-
}
877+
}

0 commit comments

Comments
 (0)