Skip to content

Commit d70af73

Browse files
committed
Add TODO about automatically stripping obviously invalid labels
1 parent db4bdff commit d70af73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meta.jq

+1
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ def build_command:
206206
"mkdir temp",
207207
"tar -xvf temp.tar -C temp",
208208
"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!")
209210
# munge the index to what crane wants ("Error: layout contains 5 entries, consider --index")
210211
@sh "jq \("
211212
.manifests |= (

0 commit comments

Comments
 (0)