Skip to content

BENCH-9859: Add a minimal Artifact Registry container example - #28

Open
samhornstein wants to merge 6 commits into
samh/bench-9858-process-containersfrom
samh/bench-9859-artifact-registry
Open

samhornstein wants to merge 6 commits into
samh/bench-9858-process-containersfrom
samh/bench-9859-artifact-registry

Conversation

@samhornstein

@samhornstein samhornstein commented Sep 15, 2026

Copy link
Copy Markdown
Contributor

Adds a minimal three-step example: create an Artifact Registry repository, build and upload the supplied container with Cloud Build, and run hello-nextflow with that image on Workbench. The commands read project and region from wb workspace describe and reuse the image URI and resolved scratch bucket. No local Docker installation is required.

The artifact_registry profile applies upper_container only to convertToUpper; the workflow fails before task submission if the image parameter is missing. The main README links to the short example, with advanced registry setup left to the Workbench documentation.

Dependency

Stacked on PR #26, which introduces per-process container declarations. Merge #26 first, then retarget this PR to main if needed.

Validation

  • Previous workflow checks confirmed that only convertToUpper changes image and that a missing image fails before task submission.
  • Shell syntax checks passed for all commands in both changed documents. Project and region extraction matched the supplied workspace output; relative links and whitespace checks passed.
  • Cloud Build submission and the Workbench workflow run still need verification on Workbench.

Jira: BENCH-9859

@samhornstein samhornstein changed the title BENCH-9859: Add an Artifact Registry task image tutorial BENCH-9859: Add a minimal Artifact Registry container example Sep 17, 2026
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.

1 participant