docs: add page for procuring custom docker images and binaries (#4828)

This commit is contained in:
dsandip 2020-05-21 12:52:18 +05:30 committed by GitHub
parent 2a016c1a70
commit a8699bb442
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 31 additions and 0 deletions

View File

@ -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 docs page on query performance (close #2316) (#3693)
- docs: add a sample Caddyfile for Caddy 2 in enable-https section (#4710) - docs: add a sample Caddyfile for Caddy 2 in enable-https section (#4710)
- docs: add disabling dev mode to production checklist (#4715) - docs: add disabling dev mode to production checklist (#4715)
- docs: add page for procuring custom docker images and binaries (#4828)
## `v1.2.0` ## `v1.2.0`

View File

@ -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 <https://anchore.com/>`_, `Sysdig Secure <https://sysdig.com/products/kubernetes-security/image-scanning/>`_, etc.).
To set up such a support plan, please contact us using the form on our
`contact page <https://hasura.io/contact-us/>`_ 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.

View File

@ -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. 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 <custom_docker_image>`
Configuration Configuration
------------- -------------
@ -64,5 +69,6 @@ For access to Hasura GraphQL engine logs, check the below page for details:
allow-list allow-list
HTTP Compression <compression> HTTP Compression <compression>
Production checklist <production-checklist> Production checklist <production-checklist>
Custom Docker images or binaries <custom-docker-images>
Updating GraphQL engine <updating> Updating GraphQL engine <updating>
Downgrading GraphQL engine <downgrading> Downgrading GraphQL engine <downgrading>