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
Recently we introduced a new PackOption called PackManifestTypeImageV1_1_0_RC2 for oras.Pack but marked it as deprecated (See #532).
This might not be appropriate as it will cause linter error on the caller side.
We need to re-visit the design for oras.Pack.
The text was updated successfully, but these errors were encountered:
This PR refactors `oras.Pack` that was updated by #532.
1. Move the support of Image Manifest `v1.1.0-rc4` to `PackManifest`
2. Deprecate `Pack`
Resolves: #568
Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
Recently we introduced a new
PackOption
called PackManifestTypeImageV1_1_0_RC2 fororas.Pack
but marked it as deprecated (See #532).This might not be appropriate as it will cause linter error on the caller side.
We need to re-visit the design for
oras.Pack
.The text was updated successfully, but these errors were encountered: