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
create-legacy-oscontainer: use runvm not nested containers
This also changes the push to create a oci-archive that will
be pushed with `cosa push-container-manifest` by the pipeline.
Renamed upload-oscontainer to create-legacy-oscontainer
as the behavior has changed. The argument `--name` is not
required anymore, before it was being used to pass a repository
now it reads the name from the meta.json by default.
Copy file name to clipboardExpand all lines: docs/cosa.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -71,4 +71,4 @@ Those less commonly used commands are listed here:
71
71
| [supermin-shell](https://github.com/coreos/coreos-assembler/blob/main/src/cmd-supermin-shell) | Get a supermin shell
72
72
| [tag](https://github.com/coreos/coreos-assembler/blob/main/src/cmd-tag) | Operate on the tags in `builds.json`
73
73
| [test-coreos-installer](https://github.com/coreos/coreos-assembler/blob/main/src/cmd-test-coreos-installer) | Automate an end-to-end run of coreos-installer with the metal image
74
-
| [upload-oscontainer](https://github.com/coreos/coreos-assembler/blob/main/src/cmd-upload-oscontainer) | Upload an oscontainer (historical wrapper for `cosa oscontainer`)
74
+
| [create-legacy-oscontainer](https://github.com/coreos/coreos-assembler/blob/main/src/cmd-create-legacy-oscontainer) | Create an oscontainer oci-archive (historical wrapper for `cosa oscontainer`)
0 commit comments