google / fuzzbench

FuzzBench - Fuzzer benchmarking as a service.
https://google.github.io/fuzzbench/
Apache License 2.0
1.11k stars 270 forks source link

Cloud Config: Project Name can contain colons and that trips some of the commands. #1803

Open mvanotti opened 1 year ago

mvanotti commented 1 year ago

If a project is created inside an organization, for example foo.com, the project name will be foo.com:project, and some commands in the documentation don't like that.

https://google.github.io/fuzzbench/running-a-cloud-experiment/setting-up-a-google-cloud-project/

In particular, it seems like the gcr.io urls need to be rewritten from gcr.io/organization:project/ to gcr.io/organization/project/, but I am not sure.

DonggeLiu commented 1 year ago

I am unsure about this either, @jonathanmetzman may have better understanding on this : )