MAINTAINER has been deprecated
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
9d32f74209
commit
f0ca319da5
|
@ -1,11 +1,11 @@
|
||||||
FROM plugins/base:multiarch
|
FROM plugins/base:multiarch
|
||||||
MAINTAINER Bo-Yi Wi <appleboy.tw@gmail.com>
|
|
||||||
|
|
||||||
LABEL org.label-schema.version=latest
|
LABEL org.label-schema.version=latest
|
||||||
LABEL org.label-schema.vcs-url="https://github.com/appleboy/gorush.git"
|
LABEL org.label-schema.vcs-url="https://github.com/appleboy/gorush.git"
|
||||||
LABEL org.label-schema.name="Gorush"
|
LABEL org.label-schema.name="Gorush"
|
||||||
LABEL org.label-schema.vendor="Bo-Yi Wu"
|
LABEL org.label-schema.vendor="Bo-Yi Wu"
|
||||||
LABEL org.label-schema.schema-version="1.0"
|
LABEL org.label-schema.schema-version="1.0"
|
||||||
|
LABEL maintainer="Bo-Yi Wi <appleboy.tw@gmail.com>"
|
||||||
|
|
||||||
ADD config/config.yml /
|
ADD config/config.yml /
|
||||||
ADD bin/gorush-arm /gorush
|
ADD bin/gorush-arm /gorush
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
FROM plugins/base:multiarch
|
FROM plugins/base:multiarch
|
||||||
MAINTAINER Bo-Yi Wi <appleboy.tw@gmail.com>
|
|
||||||
|
|
||||||
LABEL org.label-schema.version=latest
|
LABEL org.label-schema.version=latest
|
||||||
LABEL org.label-schema.vcs-url="https://github.com/appleboy/gorush.git"
|
LABEL org.label-schema.vcs-url="https://github.com/appleboy/gorush.git"
|
||||||
LABEL org.label-schema.name="Gorush"
|
LABEL org.label-schema.name="Gorush"
|
||||||
LABEL org.label-schema.vendor="Bo-Yi Wu"
|
LABEL org.label-schema.vendor="Bo-Yi Wu"
|
||||||
LABEL org.label-schema.schema-version="1.0"
|
LABEL org.label-schema.schema-version="1.0"
|
||||||
|
LABEL maintainer="Bo-Yi Wi <appleboy.tw@gmail.com>"
|
||||||
|
|
||||||
ADD config/config.yml /
|
ADD config/config.yml /
|
||||||
ADD bin/gorush-arm64 /gorush
|
ADD bin/gorush-arm64 /gorush
|
||||||
|
|
Loading…
Reference in New Issue