You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dev instructions don't work for me, I assume it's because the go-stac package is not available for the public.
When running e.g. make format, I get:
$ make format
Unable to find image 'us.gcr.io/planet-gcr/go-stac:v0.22.0' locally
docker: Error response from daemon: unauthorized: You don't have the needed permissions to perform this operation, and you may have invalid credentials. To authenticate your request, follow the steps in: https://cloud.google.com/container-registry/docs/advanced-authentication.
See 'docker run --help'.
make: *** [Makefile:39: format] Error 125
I also can't access https://us.gcr.io/planet-gcr/go-stac even when authenticated with my (non-Planet) Google account, so I assume configuring credentials as indicated in the documentation won't help.
The text was updated successfully, but these errors were encountered:
I'm waiting on a request to change the visibility of that image. In the meantime, we could update the instructions to suggest installing the go-stac CLI, or you could just skip those steps.
The CI job should catch any JSON schema validation issues. And the stats are updated as part of the publish step - so not strictly necessary to have them updated in the source.
Since there will be some intermediate steps between merging in a contribution and publishing the resources, we can make any necessary changes before publishing. So I think it makes sense for you to just skip the suggested make tasks.
The dev instructions don't work for me, I assume it's because the go-stac package is not available for the public.
When running e.g.
make format
, I get:I also can't access https://us.gcr.io/planet-gcr/go-stac even when authenticated with my (non-Planet) Google account, so I assume configuring credentials as indicated in the documentation won't help.
The text was updated successfully, but these errors were encountered: