diff --git a/assemblers/org.osbuild.oci-archive b/assemblers/org.osbuild.oci-archive index d2c1c7b9..1662587d 100755 --- a/assemblers/org.osbuild.oci-archive +++ b/assemblers/org.osbuild.oci-archive @@ -12,7 +12,7 @@ as the `config` option for the "OCI Image Configuration" (see [2]), except those that map to the "Go type map[string]struct{}", which are represented as array of strings. -The final resulting tarball, aka a "orci-archive", can be imported via +The final resulting tarball, aka a "oci-archive", can be imported via podman[3] with `podman pull oci-archive:`. [1] https://www.opencontainers.org/ diff --git a/stages/org.osbuild.oci-archive b/stages/org.osbuild.oci-archive index 8d7e7cf9..86f70992 100755 --- a/stages/org.osbuild.oci-archive +++ b/stages/org.osbuild.oci-archive @@ -28,7 +28,7 @@ an OSTree commit via the following: The `org.osbuild.layer` value can either bey a index (starting at 0), or a digest in the form of :. -The final resulting tarball, aka a "orci-archive", can be imported via +The final resulting tarball, aka a "oci-archive", can be imported via podman[3] with `podman pull oci-archive:`. [1] https://www.opencontainers.org/