From ef93e834b7fe88a9f6b1b1db6e30aeca4ce2c68d Mon Sep 17 00:00:00 2001 From: Craig Date: Tue, 10 Dec 2024 14:13:01 -0800 Subject: [PATCH] fix vale nags - round 1 Signed-off-by: Craig --- _vale/config/vocabularies/Docker/accept.txt | 4 +++- .../docker-hub/repos/manage/builds/automated-testing.md | 2 +- content/manuals/docker-hub/repos/manage/builds/setup.md | 6 +++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/_vale/config/vocabularies/Docker/accept.txt b/_vale/config/vocabularies/Docker/accept.txt index 97b29fc6332..771867472d7 100644 --- a/_vale/config/vocabularies/Docker/accept.txt +++ b/_vale/config/vocabularies/Docker/accept.txt @@ -97,7 +97,8 @@ Windows WireMock Zscaler Zsh -[Aa]utobuild +[Aa]utobuilds? +[Aa]tests? [Bb]uildx [Bb]uildpack(s)? [Cc]odenames? @@ -119,6 +120,7 @@ Zsh [Pp]roxied [Pp]roxying [Rr]eal-time +[Rr]egex(es)? [Rr]untimes? [Ss]andbox(ed)? [Ss]eccomp diff --git a/content/manuals/docker-hub/repos/manage/builds/automated-testing.md b/content/manuals/docker-hub/repos/manage/builds/automated-testing.md index 4971c7ea108..e01bc9cce4a 100644 --- a/content/manuals/docker-hub/repos/manage/builds/automated-testing.md +++ b/content/manuals/docker-hub/repos/manage/builds/automated-testing.md @@ -37,7 +37,7 @@ services: command: run_tests.sh ``` -The example above builds the repository, and runs the `run_tests.sh` file inside +The previous example builds the repository, and runs the `run_tests.sh` file inside a container using the built image. You can define any number of linked services in this file. The only requirement diff --git a/content/manuals/docker-hub/repos/manage/builds/setup.md b/content/manuals/docker-hub/repos/manage/builds/setup.md index 599e739cf7f..0a2ea707cd4 100644 --- a/content/manuals/docker-hub/repos/manage/builds/setup.md +++ b/content/manuals/docker-hub/repos/manage/builds/setup.md @@ -37,7 +37,7 @@ when the tests succeed. > > You may be redirected to the settings page to [link](link-source.md) the > code repository service. Otherwise, if you are editing the build settings - > for an existing automated build, click **Configure automated builds**. + > for an existing automated build, select **Configure automated builds**. 4. Select the **source repository** to build the Docker images from. @@ -289,9 +289,9 @@ variable to automated builds associated with the account. For more information, > [!NOTE] > - > You may need to log out of your individual account on the source code provider to create the link to the service account. + > You may need to sign out of your individual account on the source code provider to create the link to the service account. -6. Optional: Use the SSH keys you generated to set up any builds with private submodules, using the service account and [the instructions above](troubleshoot.md#build-repositories-with-linked-private-submodules). +6. Optional: Use the SSH keys you generated to set up any builds with private submodules, using the service account and [the previous instructions](troubleshoot.md#build-repositories-with-linked-private-submodules). ## What's Next?