This patch adds a column to the "Tags" page that displays the image creation date, similar to that shown by the docker images command. It shows both a relative date and ISO datetime of the latest layer in the manifest history.
Possibly addresses #2, although the issue description is vague.
P.S. I haven't worked with Groovy/rails before so apologies for anything un-idiomatic.
This patch adds a column to the "Tags" page that displays the image creation date, similar to that shown by the
docker images
command. It shows both a relative date and ISO datetime of the latest layer in the manifest history.Possibly addresses #2, although the issue description is vague.
P.S. I haven't worked with Groovy/rails before so apologies for anything un-idiomatic.