graphql-engine/packaging
Vishnu Bharathi 7930dc048d ci: patch base images for security updates
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4121
GitOrigin-RevId: e021c22d0647440b5afefa65dbbedf6e201cd17f
2022-03-31 10:47:33 +00:00
..
cli-migrations console: Improved computed field comment support [CON-94] 2022-03-29 09:21:28 +00:00
graphql-engine-base ci: patch base images for security updates 2022-03-31 10:47:33 +00:00
README.md ci: produce ubuntu and centos flavoured graphql-engine images 2022-03-22 12:03: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: debian, ubuntu, centos
  • ARCH is the architecture. It could be any of these values: amd64, arm64