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> Upstream-commit: efb9e38ebab4b60a73e3295e3c468813182fd3ea Component: engine
7 lines
152 B
Docker
7 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/
|