Commit 8c041a1
committed
schema: support multiple images destinations
In coreos/fedora-coreos-pipeline#1091 we added
the possibility of publishing container images to multiples repositories.
This needs to be reflected in the schema otherwhise we only record one
image (currenlty the last pushed).
Add a `primary-image` key that extends image by adding an `additional-images`
array.
Use that for relevant container images objects.
See coreos/fedora-coreos-pipeline#10991 parent 146cf62 commit 8c041a1
1 file changed
Lines changed: 18 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
88 | 102 | | |
89 | 103 | | |
90 | 104 | | |
| |||
702 | 716 | | |
703 | 717 | | |
704 | 718 | | |
705 | | - | |
| 719 | + | |
706 | 720 | | |
707 | 721 | | |
708 | 722 | | |
| |||
921 | 935 | | |
922 | 936 | | |
923 | 937 | | |
924 | | - | |
| 938 | + | |
925 | 939 | | |
926 | 940 | | |
927 | 941 | | |
928 | 942 | | |
929 | 943 | | |
930 | | - | |
| 944 | + | |
931 | 945 | | |
932 | 946 | | |
933 | 947 | | |
| |||
968 | 982 | | |
969 | 983 | | |
970 | 984 | | |
971 | | - | |
| 985 | + | |
972 | 986 | | |
973 | 987 | | |
974 | 988 | | |
| |||
0 commit comments