Skip to content

Update the deployment script with ateom image and wait step.#121

Merged
wjjclaud merged 2 commits into
mainfrom
ax-image
Jun 17, 2026
Merged

Update the deployment script with ateom image and wait step.#121
wjjclaud merged 2 commits into
mainfrom
ax-image

Conversation

@wjjclaud

@wjjclaud wjjclaud commented Jun 16, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Build and pin the ateom-gvisor worker image from the go.mod pinned substrate module, instead of letting ko apply compile it from the AX module — so AX's go.mod stays tidy. Otherwise, we would need to override the go mod tidy with some indirect dependencies from substrate.
  • install-ax.sh --deploy-ax-server now waits for the antigravity ActorTemplate to become Ready (golden snapshot) before returning, with a small progress spinner.
  • Bump up substrate version.

Will merge the Antigravity into ax image in a follow up for #120.

Tested

./internal/hack/install-ax.sh --deploy-ax-server

@wjjclaud wjjclaud requested a review from rakyll June 16, 2026 23:45
echo "${repo}@${digest}"
}

build_ateom_image() {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Why do we need to build this image? Shouldn't we be just using whatever they publish? Only Substrate developers should be building a custom Ateom image.

@rakyll rakyll left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Approving this to unblock. We can revisit it later if needed.

@wjjclaud wjjclaud merged commit 3864d11 into main Jun 17, 2026
7 checks passed
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