coreos / coreos-assembler

Tooling container to assemble CoreOS-like systems
https://coreos.github.io/coreos-assembler/
Apache License 2.0
333 stars 165 forks source link

harness: don't require cosa build for `--oscontainer` #3760

Closed jlebon closed 4 months ago

jlebon commented 4 months ago

The --oscontainer switch takes either a filename to an OCI archive or a pullspec. In neither case is a cosa directory required.

Fixes b8f70e813 ("kola: handle --oscontainer imperatively") which mistakenly cargo culted that bit from surrounding code.