feat: upgrade Thunder image version to 0.27.0 in Docker Compose#303
Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request updates the Thunder identity server's Docker image to version 0.27.0 within the Docker Compose configuration. This upgrade ensures the system benefits from the latest features and stability improvements. Additionally, the initial resource setup script has been adjusted to align with the updated Thunder version, specifically by refining the user schema definition and simplifying the handling of pre-existing applications. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request upgrades the Thunder image version to 0.27.0. While the version bumps in the docker-compose.yaml are correct, a change in the 01-default-resources.sh bootstrap script introduces a critical issue. The script no longer retrieves or logs the DEVELOP_APP_ID, which is a required dependency for the socketmap-server to initialize and authenticate. This will cause a failure in a core service responsible for user and domain validation.
📌 Description
Upgrade Thunder version from 0.24.0 to 0.27.0.
🔍 Changes Made
✅ Checklist (Email System)
🧪 Testing Instructions
📷 Screenshots / Logs (if applicable)