Skip to content

Conversation

@mojojoji
Copy link
Contributor

@mojojoji mojojoji commented Nov 18, 2025

With this PR we add a --beta flag to the csb build command. With the flag, users can build templates based on docker images that will run in the the new architecture.

The new build process will

  • Build a docker image for the template locally
  • Push the image to CodeSandbox image registry
  • Create a template with the image

NOTE: This will only work in local and staging environments (internal) and not with codesandbox.io.

@codesandbox-ci
Copy link

codesandbox-ci bot commented Nov 20, 2025

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

);
}

async getPintSandboxPorts(): Promise<number[]> {
Copy link
Contributor Author

@mojojoji mojojoji Nov 20, 2025

Choose a reason for hiding this comment

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

This needs to be removed and the client.ports.waitForPort function has to be used when the pint ports interface is implemented

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