From 123139978d319c56f96692d05cfa16f5aebf2ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Birger=20J=2E=20Nord=C3=B8lum?= Date: Sat, 8 Jun 2024 21:05:29 +0200 Subject: [PATCH] fix: update oci source label MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Birger J. Nordølum --- Dockerfile | 2 +- Dockerfile.cross | 2 +- Dockerfile.debug | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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