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
refactor: remove AutoRemoveReferrers flag (#683)
following #680 and addressing this comment:
#680 (comment)
Signed-off-by: Xiaoxuan Wang <[email protected]>
perf: reduce auth request count for manifest delete (#623)
Backporting 0f1dc30 to the release
branch.
This change does the same thing as the original commit (#618) did but
using the old `registryutil.WithScopeHint` instead of
`auth.AppendRepositoryScope`, which is introduced by #604 and is not
available in `v2.3.x`.
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
build: upgrade image-spec to v1.1.0-rc.3 (#496)
This PR fixes and only fixes the compiling errors due to the breaking
changes introduced by `image-spec v1.1.0-rc.3` where the artifact
manifest related specs are removed.
Fix#495.
Fix partially #494
---------
Signed-off-by: Shiwei Zhang <[email protected]>