Is it possible to get the current image tag inside a running container? Currently I am passing an environment variable with the same name as the tag, but it would be nice if I could somehow read it from a docker supplied environment variable.
<name>/<image>:<tag>
I am doing a sed
in a config based on the <tag>
.