File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,14 @@ RUN set -eux; \
58
58
# Finally, copy the exporter sidecar and create the docker image
59
59
FROM linux as base
60
60
61
+ LABEL "org.opencontainers.image.authors" =
"Ryan Eberhard <[email protected] >, Russell Gold <[email protected] >" \
62
+ "org.opencontainers.image.url" ="https://github.com/oracle/weblogic-monitoring-exporter" \
63
+ "org.opencontainers.image.source" ="https://github.com/oracle/weblogic-monitoring-exporter" \
64
+ "org.opencontainers.image.vendor" ="Oracle Corporation" \
65
+ "org.opencontainers.image.title" ="Oracle WebLogic Monitoring Exporter" \
66
+ "org.opencontainers.image.description" ="Oracle WebLogic Monitoring Exporter" \
67
+ "org.opencontainers.image.documentation" ="https://github.com/oracle/weblogic-monitoring-exporter"
68
+
61
69
COPY --from=build project/wls-exporter-sidecar/target/wls-exporter-sidecar.jar ./
62
70
COPY --from=build project/wls-exporter-sidecar/target/libs ./libs
63
71
COPY start_exporter.sh .
You can’t perform that action at this time.
0 commit comments