graphql-engine/packaging
Brandon Martin cbf2f774d1 Update graphql-engine base images
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/11002
Co-authored-by: Vishnu Bharathi <4211715+scriptnull@users.noreply.github.com>
GitOrigin-RevId: 9e3fbe7ca7ee42461ce989d04d81dbb6461391d8
2024-08-19 05:00:07 +00:00
..
cli-migrations Remove the version from Docker Compose files. 2024-07-17 13:49:05 +00:00
dc-tests Data-Connectors SDK 2022-06-27 09:32:12 +00:00
graphql-engine Adding curl and healthcheck directive to HGE image 2023-01-31 07:32:57 +00:00
graphql-engine-base Update graphql-engine base images 2024-08-19 05:00:07 +00:00
README.md ci: do not build debian-based images 2022-11-04 10:05:25 +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: ubuntu
  • ARCH is the architecture. It could be any of these values: amd64, arm64