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: Sources/swift-container-plugin/Documentation.docc/build.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The plugin exposes the command `build-container-image` which you invoke to build
11
11
12
12
* The `--swift-sdk` argument specifies the Swift SDK with which to build the executable. In this case we are using the Static Linux SDK, installed earlier, to build an statically-linked x86_64 Linux binary.
13
13
* The `--from` argument specifies the base image on which our service will run. `swift:slim` is the default, but you can choose your own base image or use `scratch` if your service does not require a base image at all.
14
-
* The `--repository` argument specifies where the plugin will upload our finished image.
14
+
* The `--repository` argument specifies the repository to which the plugin will upload the finished image.
15
15
16
16
> Note: on macOS, the plugin needs permission to connect to the network to publish the image to the registry.
0 commit comments