Skip to content

401 Unauthorized when delete image of containers #9837

Closed
@yhonda-ohishi

Description

@yhonda-ohishi

What versions & operating system are you using?

⛅️ wrangler 4.22.0,windows 11,node v22.17.0

Please provide a link to a minimal reproduction

https://github.com/yhonda-ohishi/chromedp_test

Describe the Bug

PS C:\Users\mtama\OneDrive\go\chromedp_test> yarn wrangler containers images list                                                                  
yarn run v1.22.22
warning package.json: No license field
$ C:\Users\mtama\OneDrive\go\chromedp_test\node_modules\.bin\wrangler containers images list

 ⛅️ wrangler 4.22.0
───────────────────
▲ [WARNING] 🚧 `wrangler containers images list` is an open-beta command. Please report any issues to https://github.com/cloudflare/workers-sdk/issues/new/choose


├ Listing
REPOSITORY           TAG
hello-containers-go  0d31f4f3
hello-containers-go  3aa4fdf4
hello-containers-go  5c682d7d
hello-containers-go  63c42e6e
hello-containers-go  7f470fe8
hello-containers-go  95ccafbd
hello-containers-go  b68a6935
hello-containers-go  ca7ac099
PS C:\Users\mtama\OneDrive\go\chromedp_test> yarn wrangler containers images delete hello-containers-go:b68a6935
yarn run v1.22.22
warning package.json: No license field
$ C:\Users\mtama\OneDrive\go\chromedp_test\node_modules\.bin\wrangler containers images delete hello-containers-go:b68a6935

 ⛅️ wrangler 4.22.0
───────────────────
▲ [WARNING] 🚧 `wrangler containers images delete` is an open-beta command. Please report any issues to https://github.com/cloudflare/workers-sdk/issues/new/choose


Error when removing image: Error: failed to retrieve tag info for b68a6935: 401 Unauthorized
Done in 2.05s.

Please provide any relevant error logs

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething that isn't workingcontainersinternalRequires support from the Cloudflare Platform

    Type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions