Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run developer mode for Kong in codespaces #14223

Open
1 task done
pybern opened this issue Jan 24, 2025 · 3 comments
Open
1 task done

Run developer mode for Kong in codespaces #14223

pybern opened this issue Jan 24, 2025 · 3 comments

Comments

@pybern
Copy link

pybern commented Jan 24, 2025

Is there an existing issue for this?

  • I have searched the existing issues

Kong version ($ kong version)

3.0.0

Current Behavior

Following the developer readme, https://github.com/Kong/kong/blob/master/DEVELOPER.md I would expect to run codespaces and for it run and forward on port 8000. However codespaces starts and fails to run "make dev-legacy". The ports also do not seem to fowarded under the Ports tab.

Expected Behavior

Codespaces is initiated and the ports are forwarded. Running curl localhost:8000 returns success. .devcontainer should contain the required build and start steps.

Steps To Reproduce

In the Kong repository, go to codespaces and create new codespace on the repo.

Anything else?

No response

@ProBrian
Copy link
Contributor

Hi @pybern , we are no longer supporting dev mode on 3.0.0. We suggest upgrading to the latest version. Thanks.

@pybern
Copy link
Author

pybern commented Feb 13, 2025

@ProBrian is there a start-up guide you can recommend for testing dev mode? The .devcontainer seems to be pointing at 3.0.0.

@ProBrian
Copy link
Contributor

@ProBrian is there a start-up guide you can recommend for testing dev mode? The .devcontainer seems to be pointing at 3.0.0.

Sorry there's not a start-up guide. Could you try modifying the base image from 3.0.0 to 3.9.0 or latest, and modify the postCreateCommand from make dev-legacy to make dev, and have a try.

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

No branches or pull requests

2 participants