From b94c2881e45a14c72ff2f3d3aff57e9b4d8db1f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Birger=20J=2E=20Nord=C3=B8lum?= Date: Thu, 4 Apr 2024 00:29:47 +0200 Subject: [PATCH] chore: update oci url I think this is more correct for what the user wants. --- debian/Dockerfile | 2 +- debian/Dockerfile.rootless | 2 +- dev/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/Dockerfile b/debian/Dockerfile index ec2a348..5cc909b 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -11,7 +11,7 @@ LABEL org.opencontainers.image.authors="Passbolt SA " LABEL org.opencontainers.image.licenses=AGPL-3.0-only LABEL org.opencontainers.image.source="${API_REPOSITORY}" LABEL org.opencontainers.image.title=passbolt/passbolt -LABEL org.opencontainers.image.url=https://github.com/passbolt/passbolt_docker +LABEL org.opencontainers.image.url=https://passbolt.com ARG PASSBOLT_DISTRO="buster" ARG PASSBOLT_COMPONENT="stable" diff --git a/debian/Dockerfile.rootless b/debian/Dockerfile.rootless index 504b21e..384f1a9 100644 --- a/debian/Dockerfile.rootless +++ b/debian/Dockerfile.rootless @@ -11,7 +11,7 @@ LABEL org.opencontainers.image.authors="Passbolt SA " LABEL org.opencontainers.image.licenses=AGPL-3.0-only LABEL org.opencontainers.image.source="${API_REPOSITORY}" LABEL org.opencontainers.image.title=passbolt/passbolt -LABEL org.opencontainers.image.url=https://github.com/passbolt/passbolt_docker +LABEL org.opencontainers.image.url=https://passbolt.com ARG SUPERCRONIC_ARCH=amd64 ARG SUPERCRONIC_SHA1SUM=fe1a81a8a5809deebebbd7a209a3b97e542e2bcd diff --git a/dev/Dockerfile b/dev/Dockerfile index 2ed3e40..9ad49e5 100644 --- a/dev/Dockerfile +++ b/dev/Dockerfile @@ -13,7 +13,7 @@ LABEL org.opencontainers.image.authors="Passbolt SA " LABEL org.opencontainers.image.licenses=AGPL-3.0-only LABEL org.opencontainers.image.source="${API_REPOSITORY}" LABEL org.opencontainers.image.title=passbolt/passbolt -LABEL org.opencontainers.image.url=https://github.com/passbolt/passbolt_docker +LABEL org.opencontainers.image.url=https://passbolt.com ARG PASSBOLT_VERSION="3.8.3" ARG PASSBOLT_URL="https://github.com/passbolt/passbolt_api/archive/v${PASSBOLT_VERSION}.tar.gz"