recipe versions <recipe> should also show tags of services #92

Closed
opened 2021-09-08 08:12:17 +00:00 by decentral1se · 0 comments
Owner
➜  abra (main) ✔ ./abra r v peertube       
+---------------+---------+---------------------+----------+
|    VERSION    | SERVICE |        IMAGE        |  DIGEST  |
+---------------+---------+---------------------+----------+
| v3.1.0-buster | web     | nginx               | ea4560b8 |
|               | app     | chocobozzz/peertube | 455af623 |
|               | cache   | redis               | aaf7c123 |
|               | db      | postgres            | 54504491 |
| v3.2.1-buster | app     | chocobozzz/peertube | e4f797ee |
|               | cache   | redis               | aaf7c123 |
|               | db      | postgres            | 54504491 |
|               | web     | nginx               | ea4560b8 |
+---------------+---------+---------------------+----------+

It would be nice to know what the cache/db/web tags are.

``` ➜ abra (main) ✔ ./abra r v peertube +---------------+---------+---------------------+----------+ | VERSION | SERVICE | IMAGE | DIGEST | +---------------+---------+---------------------+----------+ | v3.1.0-buster | web | nginx | ea4560b8 | | | app | chocobozzz/peertube | 455af623 | | | cache | redis | aaf7c123 | | | db | postgres | 54504491 | | v3.2.1-buster | app | chocobozzz/peertube | e4f797ee | | | cache | redis | aaf7c123 | | | db | postgres | 54504491 | | | web | nginx | ea4560b8 | +---------------+---------+---------------------+----------+ ``` It would be nice to know what the `cache`/`db`/`web` tags are.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/abra#92
No description provided.