containers / containers/podman-compose

Tagging compose state

Open
#480 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
6.2k
Forks
622
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**
It'd be great to be able to tag images in use for a given deployment.

**Describe the solution you'd like**

```
$ podman-compose tag --prefix some/namespace --tag 20220421.0
```

This would tag the set of images using their names as `some/namespace/NAME:20220421.0`.

Additional flags (subject to name improvements) could be `--current` (for the currently in-use images if up) or other "states" the images could be in.

**Describe alternatives you've considered**
Manually doing so.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.