mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 08:02:15 +03:00
08e5b815cb
GITHUB_PR_NUMBER: 8737 GITHUB_PR_URL: https://github.com/hasura/graphql-engine/pull/8737 PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5302 Co-authored-by: Andrew Louis <996681+andrewlouis93@users.noreply.github.com> GitOrigin-RevId: 4b1569ae8c543c49ccb0b6a283b4b20e3c9fe293 |
||
---|---|---|
.. | ||
cli-migrations | ||
dc-tests | ||
graphql-engine | ||
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
ARCH
is the architecture. It could be any of these values:amd64
,arm64