Skip to content

Commit 17f5190

Browse files
authored
doc: clarify requirements for using update-image without -image (#2734)
Fixes #2619
1 parent 01675b7 commit 17f5190

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/language-onboarding.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,9 @@ can be tracked and properly documented in client library release notes.
331331
The `update-image` command is used to update and pin the language specific container in `state.yaml` and re-generate all libraries.
332332
You can optionally specify an image using the `-image` flag.
333333

334-
*Note: If the `-image` flag is not specified, the latest container image will be used.*
334+
*Note: If the `-image` flag is not specified, the latest container image will be used.
335+
This requires application default credentials which have access to the corresponding artifact registry.
336+
Use `gcloud auth application-default login` to configure ADC.*
335337

336338
When the job completes, a PR will be opened by librarian with the changes related to the container update. You can edit the pull
337339
request title to set a global commit message which will be applied to all libraries.

0 commit comments

Comments
 (0)