diff --git a/docker-hub/builds/advanced.md b/docker-hub/builds/advanced.md index c6c4bbd32c..a95886c29e 100644 --- a/docker-hub/builds/advanced.md +++ b/docker-hub/builds/advanced.md @@ -6,6 +6,12 @@ redirect_from: - /docker-cloud/builds/advanced/ --- +{% include upgrade-cta.html + body="The Automated Builds feature is available for Docker Pro, Team, and Business users. Upgrade now to automatically build and push your images. If you are using automated builds for an open-source project, you can join our [Open Source Community](https://www.docker.com/community/open-source/application){: target='_blank' rel='noopener' class='_'} program to learn how Docker can support your project on Docker Hub." + header-text="This feature requires a Docker subscription" + target-url="https://www.docker.com/pricing?utm_source=docker&utm_medium=webreferral&utm_campaign=docs_driven_upgrade_auto_builds" +%} + The following options allow you to customize your automated build and automated test processes. diff --git a/docker-hub/builds/automated-testing.md b/docker-hub/builds/automated-testing.md index 8c7a789f91..c2a2cb24b8 100644 --- a/docker-hub/builds/automated-testing.md +++ b/docker-hub/builds/automated-testing.md @@ -7,6 +7,12 @@ redirect_from: title: Automated repository tests --- +{% include upgrade-cta.html + body="The Automated Builds feature is available for Docker Pro, Team, and Business users. Upgrade now to automatically build and push your images. If you are using automated builds for an open-source project, you can join our [Open Source Community](https://www.docker.com/community/open-source/application){: target='_blank' rel='noopener' class='_'} program to learn how Docker can support your project on Docker Hub." + header-text="This feature requires a Docker subscription" + target-url="https://www.docker.com/pricing?utm_source=docker&utm_medium=webreferral&utm_campaign=docs_driven_upgrade_auto_builds" +%} + Docker Hub can automatically test changes to your source code repositories using containers. You can enable `Autotest` on [any Docker Hub repository](../repos.md) to run tests on each pull request to the source code repository to create a diff --git a/docker-hub/builds/link-source.md b/docker-hub/builds/link-source.md index bac9c290c0..d607d96b74 100644 --- a/docker-hub/builds/link-source.md +++ b/docker-hub/builds/link-source.md @@ -8,6 +8,12 @@ redirect_from: - /docker-cloud/builds/link-source/ --- +{% include upgrade-cta.html + body="The Automated Builds feature is available for Docker Pro, Team, and Business users. Upgrade now to automatically build and push your images. If you are using automated builds for an open-source project, you can join our [Open Source Community](https://www.docker.com/community/open-source/application){: target='_blank' rel='noopener' class='_'} program to learn how Docker can support your project on Docker Hub." + header-text="This feature requires a Docker subscription" + target-url="https://www.docker.com/pricing?utm_source=docker&utm_medium=webreferral&utm_campaign=docs_driven_upgrade_auto_builds" +%} + To automate building and testing of your images, you link to your hosted source code service to Docker Hub so that it can access your source code repositories. You can configure this link for user accounts or diff --git a/docker-hub/official_images.md b/docker-hub/official_images.md index 63bf51b032..c229aac625 100644 --- a/docker-hub/official_images.md +++ b/docker-hub/official_images.md @@ -41,7 +41,7 @@ Official Image. > **Note** > -> Docker Official Images are an intellectual property of Docker. Distributing Docker Official Images without a prior agreement can constitute a violation of [Docker Terms of Service](https://www.docker.com/legal/docker-terms-service){: target="blank" rel="noopener" class=“”}. +> Docker Official Images are an intellectual property of Docker. ## When to use Docker Official Images diff --git a/registry/recipes/mirror.md b/registry/recipes/mirror.md index fdfbc58d52..33fa204d46 100644 --- a/registry/recipes/mirror.md +++ b/registry/recipes/mirror.md @@ -18,7 +18,7 @@ there, to avoid this extra internet traffic. > **Note** > -> Docker Official Images are an intellectual property of Docker. Distributing Docker Official Images to third parties without a prior agreement can constitute a violation of [Docker Terms of Service](https://www.docker.com/legal/docker-terms-service){: target="blank" rel="noopener" class=“”}. +> Docker Official Images are an intellectual property of Docker. ### Alternatives