feat(hub): step-by-step download/pull instructions in the OCI/Download modal (BUNYIP-358) #366
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/BUNYIP-358-download-instructions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
BUNYIP-358: the OCI/Download modal (
download_affordance,bunyip-web/src/handlers/dashboard.rs) listed only bare copy blocks (docker login/docker pull) and one-click binary links, with no explanation. This adds on-screen, step-by-step guidance so a non-expert user can follow it top to bottom.Changes
<reference>.") plus numbered steps - sign in to the registry (only if private),docker pull <reference>, and a genericdocker run --rm <reference>starting point. Docker only, per the issue decision.chmod +x <name> && ./<name> --helpas step 2.command_blockcopy widget (data-copy+COPY_CMD_JS, no API data spliced into executable JS).DownloadOptionenum +download_options/download_option_rowin favour ofcontainer_instructions/binary_instructions/instruction_step.Decisions / omissions (from the issue)
OciImage.referenceis tag-pinned and the API exposes no separate digest to check against.Testing
just check-containerfor bunyip-web:cargo fmt --allclean,cargo clippy -p bunyip-web --all-targets -- -D warningsclean,cargo test -p bunyip-web --all-targets102 passed. Render-only change; no route, API, or data-model change.