Prechádzať zdrojové kódy

fix: tweak oci url for container image labels

Signed-off-by: Birger J. Nordølum <contact@mindtooth.no>
Birger J. Nordølum 2 rokov pred
rodič
commit
04bde589ef
4 zmenil súbory, kde vykonal 4 pridanie a 4 odobranie
  1. 1 1
      Dockerfile
  2. 1 1
      Dockerfile.cross
  3. 1 1
      ui/Dockerfile
  4. 1 1
      ui/Dockerfile.cross

+ 1 - 1
Dockerfile

@@ -39,7 +39,7 @@ 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
+LABEL org.opencontainers.image.url=https://opencost.io
 
 RUN apk add --update --no-cache ca-certificates
 COPY --from=build-env /go/bin/app /go/bin/app

+ 1 - 1
Dockerfile.cross

@@ -5,7 +5,7 @@ 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
+LABEL org.opencontainers.image.url=https://opencost.io
 
 # The prebuilt binary path. This Dockerfile assumes the binary will be built
 # outside of Docker.

+ 1 - 1
ui/Dockerfile

@@ -12,7 +12,7 @@ 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=opencost-ui
-LABEL org.opencontainers.image.url=https://github.com/opencost/opencost
+LABEL org.opencontainers.image.url=https://opencost.io
 
 ARG version=dev
 ARG	commit=HEAD

+ 1 - 1
ui/Dockerfile.cross

@@ -5,7 +5,7 @@ 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=opencost-ui
-LABEL org.opencontainers.image.url=https://github.com/opencost/opencost
+LABEL org.opencontainers.image.url=https://opencost.io
 
 ARG version=dev
 ARG	commit=HEAD