1podman-untag(1)() podman-untag(1)()
2
3
4
6 podman-untag - Removes one or more names from a locally-stored image
7
8
10 podman untag image [name[:tag]...]
11
12
13 podman image untag image [name[:tag]...]
14
15
17 Remove one or more names from an image in the local storage. The image
18 can be referred to by ID or reference. If a no name is specified, all
19 names are removed the image. If a specified name is a short name and
20 does not include a registry localhost/ will be prefixed (e.g., fedora
21 -> localhost/fedora). If a specified name does not include a tag :lat‐
22 est will be appended (e.g., localhost/fedora -> localhost/fedora:lat‐
23 est).
24
25
27 --help, -h
28 Print usage statement
29
30
32 $ podman untag 0e3bbc2
33
34 $ podman untag imageName:latest otherImageName:latest
35
36 $ podman untag httpd myregistryhost:5000/fedora/httpd:v2
37
38
39
41 podman(1)
42
43
45 December 2019, Originally compiled by Sascha Grunert sgrunert@suse.com
46 ⟨mailto:sgrunert@suse.com⟩
47
48
49
50 podman-untag(1)()