grammarly/rocker

No author in docker image

Closed this issue · 2 comments

Rocker version

rocker version 1.3.0 - 9444404 (master) 2016-07-20_13:43_GMT

Steps to reproduce

# cat Dockerfile 
FROM busybox
MAINTAINER foo
TAG test
# rocker build -f Dockerfile .
...
# docker inspect -f='{{.Author}}' test

#

Expected state

# docker inspect -f='{{.Author}}' test
foo

Additonal info

The behaviour differs from docker and the state is not documented (at least I have not found it).

Thank you for response

MAINTAINER command will be deprecated in docker 1.13. Are you sure about it?

Thanks for reporting. Unfortunately, we are discontinuing this project. See the notice here: https://github.com/grammarly/rocker/blob/master/README.md

Closing this issue as we are not able to address it. Sorry.