diff --git a/Dockerfile b/Dockerfile index 55ea427..1ad9b60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ FROM nginx:alpine 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.source=https://github.com/opencost/opencost-ui LABEL org.opencontainers.image.title=opencost-ui LABEL org.opencontainers.image.url=https://opencost.io diff --git a/Dockerfile.cross b/Dockerfile.cross index 83cc693..5035aea 100644 --- a/Dockerfile.cross +++ b/Dockerfile.cross @@ -3,7 +3,7 @@ FROM nginx:alpine 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.source=https://github.com/opencost/opencost-ui LABEL org.opencontainers.image.title=opencost-ui LABEL org.opencontainers.image.url=https://opencost.io diff --git a/Dockerfile.debug b/Dockerfile.debug index 4cb7677..a2e73b3 100644 --- a/Dockerfile.debug +++ b/Dockerfile.debug @@ -6,7 +6,7 @@ FROM nginx:alpine 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.source=https://github.com/opencost/opencost-ui LABEL org.opencontainers.image.title=opencost-ui LABEL org.opencontainers.image.url=https://opencost.io