Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@developer-guy
Last active March 29, 2021 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save developer-guy/0d075dcdd1ebfe6e5a7240f2416f6f99 to your computer and use it in GitHub Desktop.
Save developer-guy/0d075dcdd1ebfe6e5a7240f2416f6f99 to your computer and use it in GitHub Desktop.
convert Docker images to oci format using skopeo
$ skopeo --override-arch amd64 --override-os linux copy docker://debian:latest oci:debian:latest
$ exa -lahsmodified debian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment