File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,8 @@ dockers:
8181 " --label=org.opencontainers.image.authors=Kedify Team https://kedify.io/"
8282 - &LABEL8
8383 " --label=org.opencontainers.image.url=https://github.com/kedify/otel-add-on/pkgs/container/otel-add-on"
84+ - &LABEL9
85+ " --label=org.opencontainers.image.source=https://github.com/kedify/otel-add-on/pkgs/container/otel-add-on"
8486 - &BASE_IMG_ARM
8587 << : *BASE_IMG
8688 id : base-arm
@@ -95,6 +97,7 @@ dockers:
9597 - *LABEL6
9698 - *LABEL7
9799 - *LABEL8
100+ - *LABEL9
98101 - &HARDENED_IMG
99102 << : *BASE_IMG
100103 id : hardened
@@ -109,6 +112,7 @@ dockers:
109112 - *LABEL6
110113 - *LABEL7
111114 - *LABEL8
115+ - *LABEL9
112116 - &HARDENED_IMG_ARM
113117 << : *BASE_IMG_ARM
114118 id : hardened-arm
@@ -123,6 +127,7 @@ dockers:
123127 - *LABEL6
124128 - *LABEL7
125129 - *LABEL8
130+ - *LABEL9
126131
127132 - << : *BASE_IMG
128133 id : otel-add-on
You can’t perform that action at this time.
0 commit comments