File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,14 @@ dockers:
7575 " --label=org.opencontainers.image.version={{.Version}}"
7676 - &LABEL5
7777 " --label=org.opencontainers.image.description={{.ProjectName}} by Kedify"
78+ - &LABEL6
79+ " --label=org.opencontainers.image.vendor=Kedify"
80+ - &LABEL7
81+ " --label=org.opencontainers.image.authors=Kedify Team https://kedify.io/"
82+ - &LABEL8
83+ " --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"
7886 - &BASE_IMG_ARM
7987 << : *BASE_IMG
8088 id : base-arm
@@ -86,6 +94,10 @@ dockers:
8694 - *LABEL3
8795 - *LABEL4
8896 - *LABEL5
97+ - *LABEL6
98+ - *LABEL7
99+ - *LABEL8
100+ - *LABEL9
89101 - &HARDENED_IMG
90102 << : *BASE_IMG
91103 id : hardened
@@ -97,6 +109,10 @@ dockers:
97109 - *LABEL3
98110 - *LABEL4
99111 - *LABEL5
112+ - *LABEL6
113+ - *LABEL7
114+ - *LABEL8
115+ - *LABEL9
100116 - &HARDENED_IMG_ARM
101117 << : *BASE_IMG_ARM
102118 id : hardened-arm
@@ -108,6 +124,10 @@ dockers:
108124 - *LABEL3
109125 - *LABEL4
110126 - *LABEL5
127+ - *LABEL6
128+ - *LABEL7
129+ - *LABEL8
130+ - *LABEL9
111131
112132 - << : *BASE_IMG
113133 id : otel-add-on
You can’t perform that action at this time.
0 commit comments