Skip to content

fix(aigw): aigw automated tests in gh action - #7074

Open
fabianrbz wants to merge 6 commits into
mainfrom
chore/aigw-tests
Open

fix(aigw): aigw automated tests in gh action#7074
fabianrbz wants to merge 6 commits into
mainfrom
chore/aigw-tests

Conversation

@fabianrbz

Copy link
Copy Markdown
Contributor

Description

Pull jq image before running the tests

Fixes #issue

Preview Links

Checklist

  • Tested how-to docs. If not, note why here.
  • All pages contain metadata.
  • Any new docs link to existing docs.
  • All autogenerated instructions render correctly (API, decK, Konnect, Kong Manager).
  • Style guide (capitalized gateway entities, placeholder URLs) implemented correctly.
  • Every page has a description entry in frontmatter.
  • Add new pages to the product documentation index (if applicable).

@fabianrbz
fabianrbz requested a review from a team as a code owner September 1, 2026 16:13
@netlify

netlify Bot commented Sep 1, 2026

Copy link
Copy Markdown

Deploy Preview for kongdeveloper ready!

Name Link
🔨 Latest commit fd8a29d
🔍 Latest deploy log https://app.netlify.com/projects/kongdeveloper/deploys/6a98684ccab46f0008027334
😎 Deploy Preview https://deploy-preview-7074--kongdeveloper.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@fabianrbz fabianrbz changed the title fix(aigw): pull jq image before running the tests fix(aigw): aigw automated tests in gh action Sep 2, 2026
… Docker Engine

Kong's DNS client never consults /etc/hosts, and host.docker.internal
only resolves via Docker's magic sentinel when a container is started
with --add-host=host.docker.internal:host-gateway, which the quickstart
script never does. On GitHub Actions' native Docker Engine runners
(unlike Docker Desktop/OrbStack) this broke every MCP tools/call
proxied through the AI Gateway MCP Server's config.url.

Join the Petstore container to the quickstart's own network with
--network-alias host.docker.internal so Docker's embedded DNS
resolves it directly to the container, instead of relying on
host-gateway routing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant