mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-28 22:00:30 +00:00
Changes the image naming template from: $REGISTRY/$image-$arch:$TAG to $REGISTRY/$image:$TAG-$os_name-$arch The previous naming template would generate a plethora of images (Ai * N images, where Ai is the number of OS/architectures for the image i and N is the number of images), while the new naming template will reduce the number of images to N. The new template also includes the OS name, as we plan to integrate Windows images into the manifest lists as well.