Commit 84b56b31 authored by Craig Norris's avatar Craig Norris

Additional minor updates

parent 7620b1a9
...@@ -297,8 +297,8 @@ NOTE: ...@@ -297,8 +297,8 @@ NOTE:
This is a temporary fix until the GitLab image is updated with the new This is a temporary fix until the GitLab image is updated with the new
GPG key. GPG key.
The pre-configured GitLab image in Azure is provided by Bitnami, and it uses The pre-configured GitLab image in Azure (provided by Bitnami) uses
an old GPG key that was [deprecated in April 2020](https://about.gitlab.com/blog/2020/03/30/gpg-key-for-gitlab-package-repositories-metadata-changing/). a GPG key [deprecated in April 2020](https://about.gitlab.com/blog/2020/03/30/gpg-key-for-gitlab-package-repositories-metadata-changing/).
If you try to update the repositories, you'll get the following error: If you try to update the repositories, you'll get the following error:
...@@ -311,7 +311,7 @@ If you try to update the repositories, you'll get the following error: ...@@ -311,7 +311,7 @@ If you try to update the repositories, you'll get the following error:
<!-- vale gitlab.ReferenceLinks = YES --> <!-- vale gitlab.ReferenceLinks = YES -->
To fix this, you need to fetch the new GPG key: To fix this, fetch the new GPG key:
```shell ```shell
sudo apt install gpg-agent sudo apt install gpg-agent
...@@ -319,5 +319,5 @@ curl "https://gitlab-org.gitlab.io/omnibus-gitlab/gitlab_new_gpg.key" --output / ...@@ -319,5 +319,5 @@ curl "https://gitlab-org.gitlab.io/omnibus-gitlab/gitlab_new_gpg.key" --output /
sudo apt-key add /tmp/omnibus_gitlab_gpg.key sudo apt-key add /tmp/omnibus_gitlab_gpg.key
``` ```
You can now proceed to [updating GitLab](#update-gitlab). For more information, read about the You can now [update GitLab](#update-gitlab). For more information, read about the
[packages signatures](https://docs.gitlab.com/omnibus/update/package_signatures.html). [packages signatures](https://docs.gitlab.com/omnibus/update/package_signatures.html).
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment