From 14c8a30d7a57cbacefdc4e3c08b0e21888a950fc Mon Sep 17 00:00:00 2001 From: Salah Al Saleh Date: Wed, 27 Jul 2022 11:01:16 -0700 Subject: [PATCH] debug status code for reaping images (#97) --- hooks/src/commands/reap.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/hooks/src/commands/reap.ts b/hooks/src/commands/reap.ts index 8f0dab1..628a8eb 100644 --- a/hooks/src/commands/reap.ts +++ b/hooks/src/commands/reap.ts @@ -69,6 +69,7 @@ async function main(argv): Promise { continue; } + console.log("++++ status code", getResponse.statusCode); console.log("++++ headers", JSON.stringify(getResponse.headers)); const deleteURI = `https://ttl.sh/v2/${imageAndTag[0]}/manifests/${getResponse.headers.etag.replace(/"/g,"")}`;