buildah tag myapp myapp:1.0

Category: Kubernetes & Containers

buildah tag myapp myapp:1.0

Tag an image with another name

Adds the myapp:1.0 tag to the myapp image, letting you version images without duplicating data. Tags are references, so many tags can point at one image. Push a specific tag with buildah push myapp:1.0 docker://registry.example.com/myapp:1.0.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.