From f22777e1c304df21162ea71a2a44e5b1d4a3a98d Mon Sep 17 00:00:00 2001 From: Samuel Yew Han Sen <135582318+cs168898@users.noreply.github.com> Date: Wed, 3 Sep 2025 14:54:46 +0800 Subject: [PATCH 1/2] Update docker-support.md Fixed the broken Docker file link that was mentioned in https://github.com/nginx/agent/issues/1087 (Issue #1087) --- .../container-environments/docker-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/agent/installation-upgrade/container-environments/docker-support.md b/content/agent/installation-upgrade/container-environments/docker-support.md index 1a57cafab..3e71f3cc7 100644 --- a/content/agent/installation-upgrade/container-environments/docker-support.md +++ b/content/agent/installation-upgrade/container-environments/docker-support.md @@ -10,7 +10,7 @@ nd-content-type: ## Overview -The NGINX Agent repository includes [Dockerfiles](https://github.com/nginx/agent/tree/main/scripts/docker) that can be used to [build custom container images]({{< ref "/agent/installation-upgrade/container-environments/docker-images.md" >}}). Images are created with an NGINX Open Source or NGINX Plus instance and are available for various operating systems. +The NGINX Agent repository includes [Dockerfiles](https://github.com/nginx/agent/blob/main/scripts/packages/packager/Dockerfile) that can be used to [build custom container images]({{< ref "/agent/installation-upgrade/container-environments/docker-images.md" >}}). Images are created with an NGINX Open Source or NGINX Plus instance and are available for various operating systems. See the [Technical Specifications]({{< ref "/agent/technical-specifications.md" >}}) for a list of supported operationg systems. From 7b59deca1bec820b6abede199f895d26f3b1f9d6 Mon Sep 17 00:00:00 2001 From: Mike Jang <3287976+mjang@users.noreply.github.com> Date: Wed, 3 Sep 2025 06:09:53 -0700 Subject: [PATCH 2/2] Apply suggestion from @mjang --- .../container-environments/docker-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/agent/installation-upgrade/container-environments/docker-support.md b/content/agent/installation-upgrade/container-environments/docker-support.md index 3e71f3cc7..41b7d8773 100644 --- a/content/agent/installation-upgrade/container-environments/docker-support.md +++ b/content/agent/installation-upgrade/container-environments/docker-support.md @@ -10,7 +10,7 @@ nd-content-type: ## Overview -The NGINX Agent repository includes [Dockerfiles](https://github.com/nginx/agent/blob/main/scripts/packages/packager/Dockerfile) that can be used to [build custom container images]({{< ref "/agent/installation-upgrade/container-environments/docker-images.md" >}}). Images are created with an NGINX Open Source or NGINX Plus instance and are available for various operating systems. +The NGINX Agent repository includes [Dockerfiles](https://github.com/nginx/agent/tree/dev-v2/test/docker) that can be used to [build custom container images]({{< ref "/agent/installation-upgrade/container-environments/docker-images.md" >}}). Images are created with an NGINX Open Source or NGINX Plus instance and are available for various operating systems. See the [Technical Specifications]({{< ref "/agent/technical-specifications.md" >}}) for a list of supported operationg systems.