mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-13 19:33:55 +03:00
5873429e54
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3946 Co-authored-by: Sooraj <8408875+soorajshankar@users.noreply.github.com> Co-authored-by: Varun Choudhary <68095256+Varun-Choudhary@users.noreply.github.com> Co-authored-by: Vishnu Bharathi <4211715+scriptnull@users.noreply.github.com> GitOrigin-RevId: dfedf0f76c008b958630f66b58a59530e567a23d |
||
---|---|---|
.. | ||
cli-migrations | ||
graphql-engine-base | ||
README.md |
Packaging
All things related to packaging graphql-engine.
hasura/graphql-engine
Production ready builds of the Hasura graphql-engine.
Supported tags:
<version>
,latest
<version>.cli-migrations-v2
,latest.cli-migrations-v2
<version>.cli-migrations-v3
,latest.cli-migrations-v3
hasura/graphql-engine-base
This acts as base image for building hasura/graphql-engine
image.
It is generally published with format hasura/graphql-engine-base:<SHA256>.<OS>.<ARCH>
where
<SHA256>
is thesha256sum
of the dockerfile used to build the imageOS
is the operating system. It could be any of these values:debian
,ubuntu
,centos
ARCH
is the architecture. It could be any of these values:amd64
,arm64