mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:42:02 +02:00
Update Azure Docker docs (#9363)
* describe docker access token more * Remove extra spaces Co-authored-by: ohemorange <ebportnoy@gmail.com> Co-authored-by: ohemorange <ebportnoy@gmail.com>
This commit is contained in:
co-authored by
ohemorange
parent
495b97aafe
commit
e9e7a69c7b
@@ -96,11 +96,16 @@ stages:
|
|||||||
# which was created by following the instructions at
|
# which was created by following the instructions at
|
||||||
# https://docs.microsoft.com/en-us/azure/devops/pipelines/library/service-endpoints?view=azure-devops&tabs=yaml#sep-docreg.
|
# https://docs.microsoft.com/en-us/azure/devops/pipelines/library/service-endpoints?view=azure-devops&tabs=yaml#sep-docreg.
|
||||||
# The name given to this service account must match the value
|
# The name given to this service account must match the value
|
||||||
# given to containerRegistry below. "Grant access to all
|
# given to containerRegistry below. The authentication used when
|
||||||
# pipelines" should also be checked. To revoke these
|
# creating this service account was a personal access token
|
||||||
# credentials, we can change the password on the certbotbot
|
# rather than a password to bypass 2FA. When Brad set this up,
|
||||||
# Docker Hub account or remove the account from the
|
# Azure Pipelines failed to verify the credentials with an error
|
||||||
# Certbot organization on Docker Hub.
|
# like "access is forbidden with a JWT issued from a personal
|
||||||
|
# access token", but after saving them without verification, the
|
||||||
|
# access token worked when the pipeline actually ran. "Grant
|
||||||
|
# access to all pipelines" should also be checked on the service
|
||||||
|
# account. The access token can be deleted on Docker Hub if
|
||||||
|
# these credentials need to be revoked.
|
||||||
containerRegistry: docker-hub
|
containerRegistry: docker-hub
|
||||||
displayName: Login to Docker Hub
|
displayName: Login to Docker Hub
|
||||||
- bash: set -e && tools/docker/deploy.sh $(dockerTag) $DOCKER_ARCH
|
- bash: set -e && tools/docker/deploy.sh $(dockerTag) $DOCKER_ARCH
|
||||||
|
|||||||
Reference in New Issue
Block a user