github.com/docker/cnab-to-oci@v0.3.0-beta4/relocation/types.go (about)

     1  package relocation
     2  
     3  // ImageRelocationMap stores the mapping between the original image reference as key, and the relocated reference as a value.
     4  type ImageRelocationMap map[string]string