developer-hub
developer-hub copied to clipboard
Update connect-to-harness-container-image-registry-using-docker-conne…
…ctor.md
Thanks for contributing to the Harness Developer Hub! Our code owners will review your submission.
Description
- Please describe your changes: Updated the GAR docker URL
- Jira/GitHub Issue numbers (if any): ______________________________
- Preview links/images (Internal contributors only): __________________
I updated the Connector URL for GAR because with th proposed URL when a CI stage was executing for example we receive 403 Forbidden
Failed to pull image "us-docker.pkg.dev/gar-prod-setup/harness/ci-addon:1.16.80": failed to pull and unpack image "us-docker.pkg.dev/gar-prod-setup/harness/ci-addon:1.16.80": failed to resolve reference "us-docker.pkg.dev/gar-prod-setup/harness/ci-addon:1.16.80": failed to authorize: failed to fetch oauth token: unexpected status from GET request to https://us-docker.pkg.dev/v2/token?scope=repository%3Agar-prod-setup%2Fharness%2Fci-addon%3Apull&service=us-docker.pkg.dev: 403 Forbidden
When we updated the connector URL to be:
- https://us-docker.pkg.dev/gar-prod-setup/harness-public
This is resolved and build happens fine:
- https://app.harness.io/ng/account/YpUfe9mVQECwIhopss9sVw/module/cd/orgs/default/projects/Project_V2/pipelines/CI_with_Helm_delegate/executions/OvkIZ7sJRsanUZv9j6ZdkQ/pipeline?stage=wxDkz3gUQDaSIA2Nd_To3w&step=EgzbXy48TDeeK6kWK_3NYA
PR lifecycle
We aim to merge PRs within one week or less, but delays happen sometimes.
If your PR is open longer than two weeks without any human activity, please tag a code owner in a comment.
PRs must meet these requirements to be merged:
- [ ] Successful preview build.
- [ ] Code owner review.
- [ ] No merge conflicts.
- [ ] Release notes/new features docs: Feature/version released to at least one prod environment.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Please check the Execution Link of the Pipeline for the Website Draft URL. This is located in the Preview Step behind the Harness VPN and also is available in #hdh_alerts. E.g Website Draft URL: https://unique-id--harness-developer.netlify.app. Current Draft URL is: https://6827899bba60363a4ffcef71--harness-developer.netlify.app
Please check the Execution Link of the Pipeline for the Website Draft URL. This is located in the Preview Step behind the Harness VPN and also is available in #hdh_alerts. E.g Website Draft URL: https://unique-id--harness-developer.netlify.app. Current Draft URL is: https://682789f6e227ee49f4b6d0f3--harness-developer.netlify.app
@anshul-harness Can I get your approval again on this?