GoogleChromeLabs / bubblewrap

Bubblewrap is a Command Line Interface (CLI) that helps developers to create a Project for an Android application that launches an existing Progressive Web App (PWAs) using a Trusted Web Activity.
Apache License 2.0
2.29k stars 152 forks source link

docs: lowercase registry url for docker #807

Closed iBotPeaches closed 1 year ago

iBotPeaches commented 1 year ago
➜  docker run --rm -ti ghcr.io/GoogleChromeLabs/bubblewrap:latest build --config manifest.json 
docker: invalid reference format: repository name must be lowercase.

Not sure when this limitation came out.

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

andreban commented 1 year ago

Doesn't seem to be anything new, given this StackOverflow question is 5 years old: https://stackoverflow.com/questions/48522615/docker-error-invalid-reference-format-repository-name-must-be-lowercase. The docker image was a community contribution and I don't have extensive knowledge on it. Thanks for the contribution.