|
|
@@ -31,6 +31,14 @@ RUN set -e ;\
|
|
|
-o /go/bin/app
|
|
|
|
|
|
FROM alpine:latest
|
|
|
+
|
|
|
+LABEL org.opencontainers.image.description="Cross-cloud cost allocation models for Kubernetes workloads"
|
|
|
+LABEL org.opencontainers.image.documentation=https://opencost.io/docs/
|
|
|
+LABEL org.opencontainers.image.licenses=Apache-2.0
|
|
|
+LABEL org.opencontainers.image.source=https://github.com/opencost/opencost
|
|
|
+LABEL org.opencontainers.image.title=kubecost-cost-model
|
|
|
+LABEL org.opencontainers.image.url=https://github.com/opencost/opencost
|
|
|
+
|
|
|
RUN apk add --update --no-cache ca-certificates
|
|
|
COPY --from=build-env /go/bin/app /go/bin/app
|
|
|
ADD --chmod=644 ./configs/default.json /models/default.json
|