Skip to content

Conversation

@gounthar
Copy link
Collaborator

Removes Gitpod support from the weekly branch as the free tier has been discontinued.

Changes

Removed Files

  • .gitpod.yml and .gitpod/Dockerfile - Gitpod configuration
  • dockerfiles/gitpodURL.sh - Gitpod URL configuration script
  • updatecli/updatecli.d/gitpod.yaml - Updatecli configuration for Gitpod

Modified Files

  • docker-compose.yaml - Removed GITPOD_WORKSPACE_URL environment variables from:
    • node service
    • android service
    • multi service
    • golang service
  • build-docker-compose.yaml - Removed same environment variables
  • README.md - Removed Gitpod setup instructions and references

Rationale

Gitpod's free tier has been discontinued, making it no longer suitable for these tutorials. GitHub Codespaces remains as the recommended cloud development environment with its 60 hours/month free tier.

Testing

  • Verified all docker-compose profiles still work without Gitpod environment variables
  • Documentation updated to focus on local development and GitHub Codespaces

gounthar added 3 commits July 16, 2024 22:05
Gitpod free tier has been discontinued. Removed all Gitpod-related
configuration and documentation in favor of GitHub Codespaces.

Changes:
- Removed .gitpod.yml and .gitpod/Dockerfile
- Removed dockerfiles/gitpodURL.sh script
- Removed updatecli/updatecli.d/gitpod.yaml configuration
- Removed GITPOD_WORKSPACE_URL environment variables from docker-compose files
- Updated README.md to remove Gitpod setup instructions
- Updated documentation to focus on local development
@github-actions github-actions bot added the repo label Nov 14, 2025
@gounthar
Copy link
Collaborator Author

Closing this PR due to conflicts. Recreating from clean upstream/weekly base.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant