Conversation
Contributor
Contributor
Recommended fixes for image
|
| Name | 24.11.1-alpine3.22 |
| Digest | sha256:d7a3af308e4006ba6d66bbae980fe39c118049b4a5eeaac8fa89e00944a2496b |
| Vulnerabilities | |
| Pushed | 3 weeks ago |
| Size | 56 MB |
| Packages | 217 |
| Flavor | alpine |
| OS | 3.22 |
| Runtime | 24.11.1 |
The base image is also available under the supported tag(s):24-alpine3.22,24.11-alpine,24.11-alpine3.22,24.11.1-alpine,24.11.1-alpine3.22,krypton-alpine,krypton-alpine3.22,lts-alpine,lts-alpine3.22
Refresh base image
Rebuild the image using a newer base image version. Updating this may result in breaking changes.| Tag | Details | Pushed | Vulnerabilities |
|---|---|---|---|
24-alpineNewer image for same tag Also known as:
|
Benefits:
|
5 days ago | |
Change base image
| Tag | Details | Pushed | Vulnerabilities |
|---|---|---|---|
25-alpine3.22Major runtime version update Also known as:
|
Benefits:
|
3 weeks ago | |
slimTag is preferred tag Also known as:
|
Benefits:
|
1 day ago | |
Contributor
Overview
Environment Variables (1 changes)
ARCHESTRA_ANALYTICS=enabled
ARCHESTRA_API_BASE_URL=http://localhost:9000
ARCHESTRA_AUTH_DISABLE_BASIC_AUTH=false
ARCHESTRA_AUTH_DISABLE_INVITATIONS=false
ARCHESTRA_ENTERPRISE_LICENSE_ACTIVATED=false
ARCHESTRA_ORCHESTRATOR_MCP_SERVER_BASE_IMAGE=europe-west1-docker.pkg.dev/friendly-path-465518-r6/archestra-public/mcp-server-base:0.0.3
ARCHESTRA_SENTRY_ENVIRONMENT=
ARCHESTRA_SENTRY_FRONTEND_DSN=
-ARCHESTRA_VERSION=0.6.27
+ARCHESTRA_VERSION=dev
NEXT_TELEMETRY_DISABLED=1
NODE_ENV=production
NODE_VERSION=24.11.1
PATH=/pnpm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PNPM_HOME=/pnpm
YARN_VERSION=1.22.22 |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes an issue during MCP server installation by skipping secret-type environment variables that have empty or whitespace-only values. Previously, the code would attempt to create Kubernetes secret references (secretKeyRef) for these empty secrets, which would cause problems since no actual K8s Secret resource would be created for them.
Key Changes
- Added validation in
createPodEnvFromConfig()to skip secret-type environment variables with empty or whitespace-only values before creating secretKeyRef entries in the pod specification
joeyorlando
pushed a commit
that referenced
this pull request
Dec 10, 2025
🤖 I have created a release *beep* *boop* --- ## [0.6.28](platform-v0.6.27...platform-v0.6.28) (2025-12-10) ### Features * vault - bring your own secret and credentials rework ([#1454](#1454)) ([7399bf2](7399bf2)) ### Bug Fixes * address SSO role mapping not being invoked on subsequent logins ([#1506](#1506)) ([6622edd](6622edd)) * on MCP install skip empty secrets ([#1503](#1503)) ([478dcfa](478dcfa)) ### Miscellaneous Chores * update archestra catalog api codegen'd types ([c6f2218](c6f2218)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: archestra-ci[bot] <222894074+archestra-ci[bot]@users.noreply.github.com>
ashlkv
added a commit
that referenced
this pull request
Dec 17, 2025
ashlkv
pushed a commit
that referenced
this pull request
Dec 17, 2025
🤖 I have created a release *beep* *boop* --- ## [0.6.28](platform-v0.6.27...platform-v0.6.28) (2025-12-10) ### Features * vault - bring your own secret and credentials rework ([#1454](#1454)) ([7399bf2](7399bf2)) ### Bug Fixes * address SSO role mapping not being invoked on subsequent logins ([#1506](#1506)) ([6622edd](6622edd)) * on MCP install skip empty secrets ([#1503](#1503)) ([478dcfa](478dcfa)) ### Miscellaneous Chores * update archestra catalog api codegen'd types ([c6f2218](c6f2218)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: archestra-ci[bot] <222894074+archestra-ci[bot]@users.noreply.github.com>
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.
Related to archestra-ai/website#283