graphql-engine/packaging
Samir Talwar bc8c7406df Remove native MySQL dependencies and code wherever I found it.
This includes:

  - CI scripts
  - Cabal dependency lists
  - Dockerfiles
  - Docker Compose files
  - server test harness code

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9066
GitOrigin-RevId: 509d7931693c4755509d5b8e5bcf50b42cc24769
2023-05-05 22:20:55 +00:00
..
cli-migrations packaging/cli-migrations: Clean up curl containers. 2023-02-16 19:56:10 +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 Remove native MySQL dependencies and code wherever I found it. 2023-05-05 22:20:55 +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