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
@pdecat reported that our not yet released change to remove the Docker credStore was breaking installation from his private GitLab OCI registry:
# steampipe plugin install registry.myhost/myproject/steampipe-plugin-myplugin
registry.myhost/myproject… [====================================================================] Done
Skipped the following plugin:
Plugin: steampipe-plugin-myplugin@latest
Reason: failed to resolve latest: GET "https://registry.myhost/myproject/steampipe-plugin-myplugin/manifests/latest": GET "https://git.fr.clara.net/jwt/auth?scope=repository%3Amyproject%2Fsteampipe-plugin-myplugin%3Apull&service=container_registry": response status code 403: denied: access forbidden
Solution is to support this as default unless using our specific GHCR registry, in which case we'll skip Docker credStore and use the ORAS default approach.
The text was updated successfully, but these errors were encountered:
* fix: skips docker config for credential store, allows GHCR to work if docker-credential-desktop not on PATH. Closes#4323
* v0.23.3. Closes#4328
* Update CHANGELOG for v0.23.3
* Update goreleaser args
* Use goreleaser v1
* fix: fixed credStore to use Docker when not Turbot GHCR. Closes#4330
* Update CHANGELOG
* Update FDW to v1.11.4 (#4334)
---------
Co-authored-by: Graza <code@graza.io>
Co-authored-by: kai <kai@turbot.com>
@pdecat reported that our not yet released change to remove the Docker credStore was breaking installation from his private GitLab OCI registry:
Solution is to support this as default unless using our specific GHCR registry, in which case we'll skip Docker credStore and use the ORAS default approach.
The text was updated successfully, but these errors were encountered: