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
Copy file name to clipboardExpand all lines: build/pause/Makefile
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -88,9 +88,12 @@ push-manifest:
88
88
# For Windows images, we also need to include the "os.version" in the manifest list, so the Windows node can pull the proper image it needs.
89
89
# At the moment, docker manifest annotate doesn't allow us to set the os.version, so we'll have to it ourselves. The manifest list can be found locally as JSONs.
90
90
# See: https://github.com/moby/moby/issues/41417
91
+
# If the ${REGISTRY} is on dockerhub, the prefix "docker.io/" is optional. However, we need the full
92
+
# registry name for setting the os.version for Windows images below.
93
+
# If the registry name does not contain any slashes, we prepend "docker.io/"
91
94
# TODO(claudiub): Clean this up once the above issue has been fixed.
0 commit comments