From c605df87c64fcc15c0aaf005a77c4384703f487a Mon Sep 17 00:00:00 2001 From: Alex Hokanson <571756+ingshtrom@users.noreply.github.com> Date: Thu, 23 Dec 2021 09:41:49 -0500 Subject: [PATCH] add upgrade CTA and warning about feature availability to all Automated Builds pages Signed-off-by: Alex Hokanson <571756+ingshtrom@users.noreply.github.com> --- docker-hub/builds/advanced.md | 6 ++++++ docker-hub/builds/automated-testing.md | 6 ++++++ docker-hub/builds/link-source.md | 6 ++++++ 3 files changed, 18 insertions(+) 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