mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-07-10 22:59:19 +00:00
debug status code for reaping images (#97)
This commit is contained in:
@@ -69,6 +69,7 @@ async function main(argv): Promise<any> {
|
||||
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,"")}`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user