-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'MindTooth-chore/update_oci_url' into 'develop'
chore: update oci url See merge request passbolt/passbolt_docker!201
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ LABEL org.opencontainers.image.authors="Passbolt SA <[email protected]>" | |
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ LABEL org.opencontainers.image.authors="Passbolt SA <[email protected]>" | |
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ LABEL org.opencontainers.image.authors="Passbolt SA <[email protected]>" | |
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" | ||
|