Skip to content

ate-setup: take the prebuilt version from the tag without its digest - #1400

Merged
Anna Pendleton (annapendleton) merged 1 commit into
agent-substrate:mainfrom
HavenXia:prebuilt-tag-digest-version
Sep 2, 2026
Merged

ate-setup: take the prebuilt version from the tag without its digest#1400
Anna Pendleton (annapendleton) merged 1 commit into
agent-substrate:mainfrom
HavenXia:prebuilt-tag-digest-version

Conversation

@HavenXia

Copy link
Copy Markdown
Collaborator

With --image-repo the image tag becomes the substrate version, which names the atelet DaemonSet and the node label. A tag written with its digest, v1@sha256:..., is a valid image reference but not a valid label value, so the install failed at the atelet step unless VERSION was also set. The version is now the tag alone; the digest still pins the image.

Followup for #1391

  • Tests pass
  • Appropriate changes to documentation are included in the PR

With --image-repo the image tag becomes the substrate version, which
names the atelet DaemonSet and the node label. A tag written with its
digest, v1@sha256:..., is a valid image reference but not a valid
label value, so the install failed at the atelet step unless VERSION
was also set. The version is now the tag alone; the digest still pins
the image.
@annapendleton
Anna Pendleton (annapendleton) merged commit 2eeee04 into agent-substrate:main Sep 2, 2026
9 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