Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container registry unreachable #225

Open
elena-kolevska opened this issue Jun 13, 2024 · 2 comments
Open

Container registry unreachable #225

elena-kolevska opened this issue Jun 13, 2024 · 2 comments

Comments

@elena-kolevska
Copy link
Contributor

elena-kolevska commented Jun 13, 2024

The weekly longhaul test deploy is failing because the docker registry seems to be unreachable: https://github.com/dapr/test-infra/actions/runs/9412983983/job/26085560583

Since the registry address is saved in a Github secret, we can't see what's the value, so we can't troubleshoot it. We know it's not a part of the Dapr account on Azure that's used for the longhaul tests.

I suggest we create a new ACR that's going to be used for both weekly and release longhaul tests in the Dapr account, so we have things centralised.
I also think we should save the address in Github as an env variable instead of a secret, for future reference.

@elena-kolevska elena-kolevska changed the title Docker registry unreachable Container registry unreachable Jun 13, 2024
@tmacam
Copy link
Contributor

tmacam commented Jun 13, 2024

We only have 3 ACRs in that subscription and none match the ACR mentioned in the apps images (daprtests.azurecr.io/pubsub-workflow:dev, for example)

I also think we should save the address in Github as an env variable instead of a secret, for future reference.

Agreed.

@mikeee
Copy link
Member

mikeee commented Jun 25, 2024

The ACR daprtests.azurecr.io has been recreated by @berndverst should be functional.

Could you please check whether the apps correctly publish on builds again?

With the registry address - I believe it's in the workflow unless I'm mistaken

DAPR_REGISTRY: daprtests.azurecr.io
DAPR_TEST_REGISTRY: daprtests.azurecr.io

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

No branches or pull requests

3 participants