Skip to content

[DOC] - Missing documentation on how to external repo via registries.yaml #6096

Closed Answered by alex-ioma
alex-ioma asked this question in Q&A
Discussion options

You must be logged in to vote

@brandond apologies for keeping this thread open - just realized that I did not circled back once the solution was found.

Indeed it was as easy as adding these lines to the registries.yaml config:

configs:
  "europe-docker.pkg.dev":
    auth:
      username: _json_key_base64
      password: 'your base-64 formatted key file'

of course it also works with:

configs:
  "europe-docker.pkg.dev":
    auth:
      username: _json_key
      password: 'your key file here'

but in this latter case, you must pay attention to single apexes and special characters of the base-64 formatted certs that may break the password field.

Also, there are sources/forums online that make use of *.pkg.dev as source. In…

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@alex-ioma
Comment options

@brandond
Comment options

@alex-ioma
Comment options

@alex-ioma
Comment options

Answer selected by alex-ioma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #6095 on June 03, 2024 17:16.