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
Changes
-----------------
- `ocipkg get` returns error if the container is already downloaded.
`ocipkg get --overwrite` option is added to remove existing.
- `ocipkg get` store image manifest as `.manifest.json` and raw blobs
where the contents are stored. For example, `ocipkg get
ghcr.io/termoshtt/ocipkg/static/rust:fb58644` yields following
directory. This helps managing non-`tar.gz` container including #78 and
#44
```
.
├── .blob
│ └── sha256
│ └── df643e35140fb7ee1c4703b5b14ae10ab9aa7971af0a9bcf8f1212c44a14f270
├── .manifest.json
└── libocipkg_static_rust.a
```
Current implementation drops manifest and image configuration when saving.
The text was updated successfully, but these errors were encountered: