mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
efb9e38eba
This may take some time, but start by pointing people at LABEL instead. MAINTAINER predates general LABEL and has basically no tooling, only allows a single item to be added, and is has been unofficially deprecated for some time, with many images not including it, but we have never specifically said that it should be replaced by LABEL as a better more generic metadata solution. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
6 lines
152 B
Docker
6 lines
152 B
Docker
FROM docs/base:oss
|
|
ENV PROJECT=engine
|
|
# To get the git info for this repo
|
|
COPY . /src
|
|
RUN rm -rf /docs/content/$PROJECT/
|
|
COPY . /docs/content/$PROJECT/
|