862 B
862 B
Updating the upstream version
This package wraps Start9 Labs' own hello-world source, which we build and publish ourselves as ghcr.io/start9labs/hello-world. "Upstream" here means that source repo, not the image namespace.
Determining the upstream version
-
hello-world (Start9Labs/hello-world) — fetch the latest release tag:
gh release view -R Start9Labs/hello-world --json tagName -q .tagNameThe current pin lives in
startos/manifest/index.tsatimages['hello-world'].source.dockerTag(the version after the:inghcr.io/start9labs/hello-world:<version>).
Applying the bump
- Bump
dockerTaginstartos/manifest/index.tstoghcr.io/start9labs/hello-world:<new version>(drop the leadingvfrom the release tag).