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: meta.jq
+1
Original file line number
Diff line number
Diff line change
@@ -206,6 +206,7 @@ def build_command:
206
206
"mkdir temp",
207
207
"tar -xvf temp.tar -C temp",
208
208
"rm temp.tar",
209
+
# TODO munge the image config here to remove any label that doesn't have a "." in the name (https://github.com/docker-library/official-images/pull/18692#issuecomment-2797149554; "thanks UBI/OpenShift/RedHat!")
209
210
# munge the index to what crane wants ("Error: layout contains 5 entries, consider --index")
0 commit comments