fix: align Docker Go 1.27 and exclude README from ruff format - #321
Draft
cursor[bot] wants to merge 1 commit into
Draft
fix: align Docker Go 1.27 and exclude README from ruff format#321cursor[bot] wants to merge 1 commit into
cursor[bot] wants to merge 1 commit into
Conversation
After Dependabot #318 bumped the root Dockerfile to golang:1.27-alpine, align the four service Dockerfiles (gateway, mcp-server, connectors, memory-api) to the same builder image for consistent multi-service builds. Exclude sdk/python/README.md from ruff format checks to prevent CI failures on documentation code blocks (pre-existing issue on master). Co-authored-by: Himan <Himan-D@users.noreply.github.com>
|
|
Contributor
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
agent-memorydash | da637f5 | Aug 24 2026, 03:41 PM |
Contributor
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
hystersis-docs | da637f5 | Aug 24 2026, 03:50 PM |
Contributor
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
hystersis-app | da637f5 | Aug 24 2026, 03:47 PM |
Contributor
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
agent-memory | da637f5 | Aug 24 2026, 03:52 PM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Post-merge stability review after Dependabot #318 (golang 1.26-alpine → 1.27-alpine). The root Dockerfile was updated but four service Dockerfiles were still on 1.26-alpine. This PR aligns all builder images to
golang:1.27-alpineand fixes a pre-existing Python SDK CI blocker whereruff format --checkfails on README.md code blocks.Type
Testing
Full local CI matrix validated:
Deploy impact
hystersis.com)docs.hystersis.com//docs)api.hystersis.com) — Docker image builder versionapp.hystersis.com)Agent notes
Dependabot #318 CI passed (Go Backend + Security only; Python SDK skipped by path filter). Master push CI has been failing since Aug 9 on python-sdk ruff README format — this fix unblocks full-matrix CI Success.