graphql-engine/packaging
hasura-bot 49cbca45d2 cli-migrations: update docker-entrypoint.sh to stop overwriting the PORT env var (fix #8770)
GITHUB_PR_NUMBER: 8772
GITHUB_PR_URL: https://github.com/hasura/graphql-engine/pull/8772

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5425
Co-authored-by: George Czabania <1140167+stayradiated@users.noreply.github.com>
Co-authored-by: Aravind K P <8335904+scriptonist@users.noreply.github.com>
GitOrigin-RevId: 16fe43d0358f3eb2c0fee7abacd58c3590a20e95
2022-08-23 06:18:30 +00:00
..
cli-migrations cli-migrations: update docker-entrypoint.sh to stop overwriting the PORT env var (fix #8770) 2022-08-23 06:18:30 +00:00
dc-tests Data-Connectors SDK 2022-06-27 09:32:12 +00:00
graphql-engine ci: build and publish multitenant docker image in cloud release pipeline 2022-06-24 15:34:04 +00:00
graphql-engine-base ci: update ubuntu base to latest focal release 2022-08-22 15:26:42 +00:00
README.md ci: avoid building centos flavour for oss images 2022-07-04 06:24:34 +00:00

Packaging

All things related to packaging graphql-engine.

hasura/graphql-engine

(Docker hub)

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

(Docker hub)

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 the sha256sum of the dockerfile used to build the image
  • OS 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