From 212bcd048b73c16ff122489ddcf7ce45633d2368 Mon Sep 17 00:00:00 2001 From: Ingwon Song Date: Wed, 20 Jul 2022 21:15:20 +0000 Subject: [PATCH] Fix misaligned doc --- .ko/debug/.ko.yaml | 2 +- cmd/crane/doc/crane_auth_get.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"} ```