skopeo
Verified for current stable LTS
Skopeo Command: Delete Image From Registry
Use for delete image from registry with Skopeo. Exact CLI syntax to delete image from registry using Skopeo.
When to use this: Use for delete image from registry with Skopeo.
Destructive Command Warning
Destructive operation. Confirm the target path and keep a backup before executing.
Command Syntax
skopeo delete docker://<registry_hostname>/{image:tag} skopeo delete docker://<registry_hostname>/`{image:tag`} Command Breakdown
skopeo is the base executable for this command.
FAQ
Purpose: Exact syntax to delete image from registry using Skopeo.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Skopeo Command: Copy Image Between Registries
skopeo copy docker://<source_registry>/{image:tag} docker://<destination_registry>/{image:tag} Skopeo Command: Download Image From Registry skopeo copy docker://<registry_hostname>/{image:tag} dir:<path/to/directory> Skopeo Command: Inspect Remote Image Registry skopeo inspect docker://<registry_hostname>/{image:tag} Skopeo Command: List Available Tags Remote Image skopeo list-tags docker://<registry_hostname>/<image> Skopeo Command: Login To Registry skopeo login --username <username> <registry_hostname>