Skip to content

Commit

Permalink
annotation on index
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Oct 24, 2024
1 parent f6d97d4 commit b6f93cd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ target "gateway" {
platforms = ["linux/amd64", "linux/arm64"]
tags = formatlist("ghcr.io/graphql-hive/gateway:%s", split(",", GATEWAY_TAGS))
annotations = [
"org.opencontainers.image.title=\"Hive Gateway\"",
"org.opencontainers.image.description=\"GraphQL Gateway by The Guild\"",
"org.opencontainers.image.licenses=MIT",
"org.opencontainers.image.source=https://github.com/graphql-hive/gateway/tree/main/packages/gateway",
"org.opencontainers.image.documentation=https://the-guild.dev/graphql/hive/docs/gateway/deployment/docker"
"index:org.opencontainers.image.title=\"Hive Gateway\"",
"index:org.opencontainers.image.description=\"GraphQL Gateway by The Guild\"",
"index:org.opencontainers.image.authors=\"The Guild\"",
"index:org.opencontainers.image.licenses=MIT",
"index:org.opencontainers.image.source=https://github.com/graphql-hive/gateway/tree/main/packages/gateway",
"index:org.opencontainers.image.documentation=https://the-guild.dev/graphql/hive/docs/gateway/deployment/docker"
]
}

0 comments on commit b6f93cd

Please sign in to comment.