From 2b6a129fb4d8131a41848c7c645f6a365a79d225 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 6 Jan 2022 15:32:07 +0000 Subject: [PATCH] Update maintainers, manpage and completions. Autogenerated by the [update-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/update-man-completions.yml) workflow. --- docs/Manpage.md | 5 ++++- manpages/brew.1 | 8 +++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/Manpage.md b/docs/Manpage.md index a70fd29ee5..61118b1500 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -2028,8 +2028,11 @@ example, run `export HOMEBREW_NO_INSECURE_REDIRECT=1` rather than just - `HOMEBREW_GITHUB_PACKAGES_TOKEN`
Use this GitHub personal access token when accessing the GitHub Packages Registry (where bottles may be stored). +- `HOMEBREW_DOCKER_REGISTRY_BASIC_AUTH_TOKEN` +
Use this base64 encoded username and password for authenticating with a Docker registry proxying GitHub Packages. If HOMEBREW_DOCKER_REGISTRY_TOKEN is set, it will be used instead. + - `HOMEBREW_DOCKER_REGISTRY_TOKEN` -
Use this bearer token for authenticating with a Docker registry proxying GitHub Packages. +
Use this bearer token for authenticating with a Docker registry proxying GitHub Packages. Preferred over HOMEBREW_DOCKER_REGISTRY_TOKEN_BASIC. - `HOMEBREW_GITHUB_PACKAGES_USER`
Use this username when accessing the GitHub Packages Registry (where bottles may be stored). diff --git a/manpages/brew.1 b/manpages/brew.1 index 9879161277..640949ff8f 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -2910,10 +2910,16 @@ Use this personal access token for the GitHub API, for features such as \fBbrew Use this GitHub personal access token when accessing the GitHub Packages Registry (where bottles may be stored)\. . .TP +\fBHOMEBREW_DOCKER_REGISTRY_BASIC_AUTH_TOKEN\fR +. +.br +Use this base64 encoded username and password for authenticating with a Docker registry proxying GitHub Packages\. If HOMEBREW_DOCKER_REGISTRY_TOKEN is set, it will be used instead\. +. +.TP \fBHOMEBREW_DOCKER_REGISTRY_TOKEN\fR . .br -Use this bearer token for authenticating with a Docker registry proxying GitHub Packages\. +Use this bearer token for authenticating with a Docker registry proxying GitHub Packages\. Preferred over HOMEBREW_DOCKER_REGISTRY_TOKEN_BASIC\. . .TP \fBHOMEBREW_GITHUB_PACKAGES_USER\fR