Skip to content

Commit

Permalink
Include gcloud auth instructions in build-base hint
Browse files Browse the repository at this point in the history
Change-Id: I351720127fa0c05e077aaa4df0ce472a059701ee
  • Loading branch information
jblebrun committed Sep 12, 2024
1 parent 5abf2db commit 245f334
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions oak_containers/system_image/build-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,10 @@ printf "(and/or) bazel run oak_containers/system_image:push_nvidia_base\n\n"
printf "If you want to use the newly created base, update the hash for\n"
printf "the oak_containers_sysimage_base oci_pull target (or the nvidia flavour\n"
printf "if needed) in WORKSPACE\n\n"
printf "If you haven't done a push before, you'll need to set up gcloud auth:\n"
printf "Install gcloud if needed: https://cloud.google.com/sdk/docs/downloads-interactive\n"
printf "And then:\n\n"
printf " gcloud auth login\n"
printf " gcloud config set project oak-ci\n"
printf " gcloud auth configure-docker\n"
printf " gcloud auth configure-docker europe-west2-docker.pkg.dev\n"

0 comments on commit 245f334

Please sign in to comment.