diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3f2a5ea02b0..96308ec4265 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -72,6 +72,7 @@ Read more about the session argument for computed fields in the [docs](https://h
- docs: add docs page on query performance (close #2316) (#3693)
- docs: add a sample Caddyfile for Caddy 2 in enable-https section (#4710)
- docs: add disabling dev mode to production checklist (#4715)
+- docs: add page for procuring custom docker images and binaries (#4828)
## `v1.2.0`
diff --git a/docs/graphql/manual/deployment/custom-docker-images.rst b/docs/graphql/manual/deployment/custom-docker-images.rst
new file mode 100644
index 00000000000..6bbdd838358
--- /dev/null
+++ b/docs/graphql/manual/deployment/custom-docker-images.rst
@@ -0,0 +1,24 @@
+.. meta::
+ :description: Requesting custom Docker images for GraphQL engine
+ :keywords: hasura, docker, custom images, linux
+
+.. _custom_docker_image:
+
+Custom Docker images or binaries for Hasura GraphQL engine
+==========================================================
+
+.. contents:: Table of contents
+ :backlinks: none
+ :depth: 1
+ :local:
+
+If you need a binary for Hasura GraphQL engine to run in a non-Docker environment or you require
+custom Docker images, we can make them available via a support plan. A possible use case could be that the default base image *(alpine)* is not compatible with your security scanning tool
+(`Anchore `_, `Sysdig Secure `_, etc.).
+
+To set up such a support plan, please contact us using the form on our
+`contact page `_ and make sure to include the Linux flavor
+(*CentOS, Debian slim, etc.*) or the target architecture for the binary you'd be
+interested in.
+
+A custom image will be made available for every stable release of GraphQL engine.
diff --git a/docs/graphql/manual/deployment/index.rst b/docs/graphql/manual/deployment/index.rst
index 99aa3da69e5..bbe365a47cc 100644
--- a/docs/graphql/manual/deployment/index.rst
+++ b/docs/graphql/manual/deployment/index.rst
@@ -30,6 +30,11 @@ Choose from the following guides to deploy the Hasura GraphQL engine and connect
You can also check :ref:`guides_deployment` for more specific examples.
+.. admonition:: Custom Docker images or binaries
+
+ If you need a custom Docker image or binary for GraphQL engine, please see :ref:`this page `
+
+
Configuration
-------------
@@ -64,5 +69,6 @@ For access to Hasura GraphQL engine logs, check the below page for details:
allow-list
HTTP Compression
Production checklist
+ Custom Docker images or binaries
Updating GraphQL engine
Downgrading GraphQL engine