Skip to content

Update the default image version for the fulling runtime - #98

Merged
HUAHUAI23 merged 1 commit into
FullAgent:mainfrom
HUAHUAI23:chore
Nov 19, 2025
Merged

Update the default image version for the fulling runtime#98
HUAHUAI23 merged 1 commit into
FullAgent:mainfrom
HUAHUAI23:chore

Conversation

@HUAHUAI23

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the default Docker runtime image from fullstackagent/fullstack-web-runtime:v0.0.1-alpha.12 to docker.io/limbo2342/fullstack-web-runtime:sha-ca2470e.

Key changes:

  • Changes the Docker registry/repository from fullstackagent to limbo2342
  • Switches from a semantic version tag (v0.0.1-alpha.12) to a SHA-based tag (sha-ca2470e)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread lib/k8s/versions.ts
export const VERSIONS = {
// Runtime container image version - now using centralized version
RUNTIME_IMAGE: env.RUNTIME_IMAGE || 'fullstackagent/fullstack-web-runtime:v0.0.1-alpha.12',
RUNTIME_IMAGE: env.RUNTIME_IMAGE || 'docker.io/limbo2342/fullstack-web-runtime:sha-ca2470e',

Copilot AI Nov 19, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The image tag uses a SHA reference (sha-ca2470e) instead of a semantic version tag. This contradicts the comment on line 4 which states 'IMPORTANT: Always use specific version tags to ensure consistency'. SHA-based tags are less readable and make it harder to understand what version is being used. Consider using a semantic version tag (e.g., v0.0.1-alpha.13) for better maintainability and clarity.

Suggested change
RUNTIME_IMAGE: env.RUNTIME_IMAGE || 'docker.io/limbo2342/fullstack-web-runtime:sha-ca2470e',
RUNTIME_IMAGE: env.RUNTIME_IMAGE || 'docker.io/limbo2342/fullstack-web-runtime:v0.0.1-alpha.13',

Copilot uses AI. Check for mistakes.
Comment thread lib/k8s/versions.ts
@@ -6,7 +6,7 @@ import { env } from '@/lib/env'

export const VERSIONS = {
// Runtime container image version - now using centralized version

Copilot AI Nov 19, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change switches the Docker registry from fullstackagent to limbo2342 without any explanation. This is a significant change that affects the source of the runtime image. Consider adding a comment explaining why the registry was changed, or updating existing documentation to reflect this change in image source.

Suggested change
// Runtime container image version - now using centralized version
// Runtime container image version - now using centralized version
// NOTE: Registry changed from 'fullstackagent' to 'limbo2342' to reflect new image ownership and ensure ongoing maintenance.

Copilot uses AI. Check for mistakes.
@github-actions

Copy link
Copy Markdown

✅ PR Check Results: Passed

Build Checks

Check Status
Lint & Build ✅ Passed
Docker Build ✅ Passed

✨ Great work!

All checks passed successfully. Your PR is ready for review.

Details:

  • ✅ Code quality verified (linting passed)
  • ✅ Build successful
  • ✅ Docker image build verified (linux/amd64)
    Commit: 179275e880d98f8d559e56f22fb52b4643d52d78
    Branch: chore

🔗 View Details:

@HUAHUAI23
HUAHUAI23 merged commit f7931ec into FullAgent:main Nov 19, 2025
15 checks passed
@HUAHUAI23
HUAHUAI23 deleted the chore branch November 19, 2025 14:57
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

Successfully merging this pull request may close these issues.

2 participants