Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions man/oci-image-tool-create.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ oci-image-tool create \- Create an OCI runtime bundle

# SYNOPSIS
**oci-image-tool create** [src] [dest] [OPTIONS]
**oci-image-tool create** [--help|-v|--version]

# DESCRIPTION
`oci-image-tool create` validates an application/vnd.oci.image.manifest.v1+json and unpacks its layered filesystem to `dest/rootfs`, although the target directory is configurable with `--rootfs`. See **oci-image-tool unpack**(1) for more details on this process.
Expand All @@ -27,9 +26,6 @@ runtime-spec-compatible `dest/config.json`.
**--type**=""
Type of the file to unpack. If unset, oci-image-tool will try to auto-detect the type. One of "imageLayout,image"

**-v**, **--version**
Print version information and exit.

# EXAMPLES
```
$ skopeo copy docker://busybox oci:busybox-oci
Expand Down
4 changes: 0 additions & 4 deletions man/oci-image-tool-unpack.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ oci-image-tool unpack \- Unpack an image or image source layout

# SYNOPSIS
**oci-image-tool unpack** [src] [dest] [OPTIONS]
**oci-image-tool unpack** [--help|-v|--version]

# DESCRIPTION
`oci-image-tool unpack` validates an application/vnd.oci.image.manifest.v1+json and unpacks its layered filesystem to `dest`.
Expand All @@ -21,9 +20,6 @@ oci-image-tool unpack \- Unpack an image or image source layout
**--type**=""
Type of the file to unpack. If unset, oci-image-tool will try to auto-detect the type. One of "imageLayout,image"

**-v**, **--version**
Print version information and exit.

# EXAMPLES
```
$ skopeo copy docker://busybox oci:busybox-oci
Expand Down
4 changes: 0 additions & 4 deletions man/oci-image-tool-validate.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ oci-image-tool validate \- Validate one or more image files

# SYNOPSIS
**oci-image-tool validate** FILE... [OPTIONS]
**oci-image-tool validate** [--help|-v|--version]

# DESCRIPTION
`oci-image-tool validate` validates the given file(s) against the OCI image specification.
Expand All @@ -25,9 +24,6 @@ oci-image-tool validate \- Validate one or more image files
**--type**=""
Type of the file to validate. If unset, oci-image-tool will try to auto-detect the type. One of "imageLayout,image,manifest,imageIndex,config"

**-v**, **--version**
Print version information and exit.

# EXAMPLES
```
$ skopeo copy docker://busybox oci:busybox-oci
Expand Down
1 change: 0 additions & 1 deletion man/oci-image-tool.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ oci-image-tool \- OCI (Open Container Initiative) image tools
# DESCRIPTION
oci-image-tool is a collection of tools for working with the [OCI image specification](https://github.com/opencontainers/image-spec).


# OPTIONS
**--help**
Print usage statement.
Expand Down