1
0
mirror of https://github.com/openshift/image-registry.git synced 2026-02-05 09:45:55 +01:00

Merge pull request #345 from dorzel/IR-268

IR-268: Support pull through with Manifest Lists
This commit is contained in:
OpenShift Merge Robot
2022-11-22 10:43:40 -05:00
committed by GitHub

View File

@@ -5,6 +5,7 @@ import (
"fmt"
"github.com/docker/distribution"
_ "github.com/docker/distribution/manifest/manifestlist"
"github.com/docker/distribution/manifest/ocischema"
"github.com/docker/distribution/manifest/schema1"
"github.com/docker/distribution/manifest/schema2"