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

Artifact Registry project should still be created if similar project already exists #99

Open
ivanzvonkov opened this issue Aug 31, 2022 · 0 comments
Labels
bug Something isn't working good-first-issue

Comments

@ivanzvonkov
Copy link
Contributor

Context:
The Artifact Registry stores the docker images used with OpenMapFlow. It is created if it doesn't exist on deployment:

if [ -z "$(gcloud artifacts repositories list --format='get(name)' --filter "$OPENMAPFLOW_PROJECT")" ]; then

Issue
If a project crop-mask2 already exists, then for a project with a subset name e.g. crop-mask the Artifact Registry project will not be created due to the above line.

Potential Solution
Modify if statement to be more strict.

@ivanzvonkov ivanzvonkov added bug Something isn't working good-first-issue labels Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good-first-issue
Projects
None yet
Development

No branches or pull requests

1 participant