diff --git a/.ko/debug/.ko.yaml b/.ko/debug/.ko.yaml index ded0f59cf..761b93e07 100644 --- a/.ko/debug/.ko.yaml +++ b/.ko/debug/.ko.yaml @@ -1 +1 @@ -defaultBaseImage: gcr.io/distroless/base:debug +defaultBaseImage: ubuntu diff --git a/cmd/crane/doc/crane_auth_get.md b/cmd/crane/doc/crane_auth_get.md index 86686e193..6ff89c1c8 100644 --- a/cmd/crane/doc/crane_auth_get.md +++ b/cmd/crane/doc/crane_auth_get.md @@ -10,10 +10,10 @@ crane auth get [REGISTRY_ADDR] [flags] ``` # Read configured credentials for reg.example.com - echo "reg.example.com" | crane auth get + $ echo "reg.example.com" | crane auth get {"username":"AzureDiamond","password":"hunter2"} # or - crane auth get reg.example.com + $ crane auth get reg.example.com {"username":"AzureDiamond","password":"hunter2"} ```