Deprecates MAINTAINER in Dockerfile to follow dockerhub official guide.

(https://docs.docker.com/engine/reference/builder/#/maintainer-deprecated)

Signed-off-by: Gong Sophia <sophia.gong@intel.com>
This commit is contained in:
Gong Sophia
2019-12-20 15:02:29 +08:00
committed by ZhongbaoShi
parent 2580419e98
commit e4492a299e
35 changed files with 0 additions and 35 deletions

View File

@@ -30,7 +30,6 @@ RUN cd / && \
find os_core_install | sed -e 's/os_core_install/install_root/' | xargs rm -d &> /dev/null || true
FROM clearlinux/os-core:latest
MAINTAINER wang.jue@intel.com
COPY --from=builder /install_root /

View File

@@ -1,5 +1,4 @@
FROM clearlinux:latest
MAINTAINER mark.d.horn@intel.com
# Configure Go
ENV GOPATH="/go" PATH="/go/bin:${PATH}"

View File

@@ -1,5 +1,4 @@
FROM clearlinux:latest
MAINTAINER kevin.c.wells@intel.com
ARG swupd_args

View File

@@ -1,5 +1,4 @@
FROM clearlinux:latest AS builder
MAINTAINER qi.zheng@intel.com
ARG swupd_args
# Move to latest Clear Linux release to ensure

View File

@@ -1,5 +1,4 @@
FROM clearlinux:latest AS builder
MAINTAINER hongzhan.chen@intel.com
ARG swupd_args
# Move to latest Clear Linux release to ensure

View File

@@ -1,5 +1,4 @@
FROM clearlinux:latest AS builder
MAINTAINER qi.zheng@intel.com
ARG swupd_args
# Move to latest Clear Linux release to ensure

View File

@@ -1,5 +1,4 @@
FROM clearlinux:latest AS builder
MAINTAINER jing.j.wang@intel.com
ARG swupd_args
# Move to latest Clear Linux release to ensure

View File

@@ -1,5 +1,4 @@
FROM clearlinux:latest AS builder
MAINTAINER sophia.gong@intel.com
ARG swupd_args
# Move to latest Clear Linux release to ensure

View File

@@ -28,7 +28,6 @@ RUN cd / && \
find os_core_install | sed -e 's/os_core_install/install_root/' | xargs rm -d &> /dev/null || true
FROM clearlinux/os-core:latest
MAINTAINER qi.zheng@intel.com
COPY --from=builder /install_root /

View File

@@ -1,5 +1,4 @@
FROM clearlinux:latest AS builder
MAINTAINER long1.wang@intel.com
ARG swupd_args
# Move to latest Clear Linux release to ensure

View File

@@ -1,5 +1,4 @@
FROM clearlinux
MAINTAINER william.douglas@intel.com
ARG swupd_args

View File

@@ -29,7 +29,6 @@ RUN cd / && \
find os_core_install | sed -e 's/os_core_install/install_root/' | xargs rm -d &> /dev/null || true
FROM clearlinux/os-core:latest
MAINTAINER qi.zheng@intel.com
COPY --from=builder /install_root /

View File

@@ -28,7 +28,6 @@ RUN cd / && \
find os_core_install | sed -e 's/os_core_install/install_root/' | xargs rm -d &> /dev/null || true
FROM clearlinux/os-core:latest
MAINTAINER qi.zheng@intel.com
COPY --from=builder /install_root /

View File

@@ -1,5 +1,4 @@
FROM clearlinux:latest
MAINTAINER kevin.c.wells@intel.com
# Configure Go
ENV GOPATH /home/clr/go

View File

@@ -28,7 +28,6 @@ RUN cd / && \
find os_core_install | sed -e 's/os_core_install/install_root/' | xargs rm -d &> /dev/null || true
FROM clearlinux/os-core:latest
MAINTAINER qi.zheng@intel.com
COPY --from=builder /install_root /
COPY default.conf /etc/nginx-mainline/conf.d/default.conf

View File

@@ -1,5 +1,4 @@
FROM clearlinux:latest AS builder
MAINTAINER jianjun.liu@intel.com
ARG swupd_args
# Move to latest Clear Linux release to ensure

View File

@@ -1,5 +1,4 @@
FROM clearlinux:latest AS builder
MAINTAINER long1.wang@intel.com
ARG swupd_args
# Move to latest Clear Linux release to ensure

View File

@@ -1,5 +1,4 @@
FROM clearlinux:latest AS builder
MAINTAINER long1.wang@intel.com
ARG swupd_args
# Move to latest Clear Linux release to ensure

View File

@@ -1,5 +1,4 @@
FROM clearlinux:latest AS builder
MAINTAINER qi.zheng@intel.com
ARG swupd_args
# Move to latest Clear Linux release to ensure

View File

@@ -28,7 +28,6 @@ RUN cd / && \
find os_core_install | sed -e 's/os_core_install/install_root/' | xargs rm -d &> /dev/null || true
FROM clearlinux/os-core:latest
MAINTAINER qi.zheng@intel.com
COPY --from=builder /install_root /

View File

@@ -1,5 +1,4 @@
FROM clearlinux:latest AS builder
MAINTAINER qi.zheng@intel.com
ARG swupd_args
# Move to latest Clear Linux release to ensure

View File

@@ -1,5 +1,4 @@
FROM clearlinux:latest AS builder
MAINTAINER sophia.gong@intel.com
ARG swupd_args
# Move to latest Clear Linux release to ensure

View File

@@ -1,5 +1,4 @@
FROM clearlinux:latest AS builder
MAINTAINER jianjun.liu@intel.com
ARG swupd_args
# Move to latest Clear Linux release to ensure

View File

@@ -1,5 +1,4 @@
FROM clearlinux:latest AS builder
MAINTAINER william.douglas@intel.com
ARG swupd_args
# Move to latest Clear Linux release to ensure

View File

@@ -1,5 +1,4 @@
FROM clearlinux:latest AS builder
MAINTAINER hongzhan.chen@intel.com
ARG swupd_args
# Move to latest Clear Linux release to ensure

View File

@@ -1,5 +1,4 @@
FROM clearlinux:latest AS builder
MAINTAINER long1.wang@intel.com
ARG swupd_args
# Move to latest Clear Linux release to ensure

View File

@@ -28,7 +28,6 @@ RUN cd / && \
find os_core_install | sed -e 's/os_core_install/install_root/' | xargs rm -d &> /dev/null || true
FROM clearlinux/os-core:latest
MAINTAINER qi.zheng@intel.com
COPY --from=builder /install_root /

View File

@@ -1,5 +1,4 @@
FROM clearlinux:latest AS builder
MAINTAINER hongzhan.chen@intel.com
ARG swupd_args
# Move to latest Clear Linux release to ensure

View File

@@ -1,5 +1,4 @@
FROM clearlinux/stacks-clearlinux:latest
MAINTAINER otc-swstacks@intel.com
RUN swupd bundle-add curl java-runtime python2-basic which pmdk sudo

View File

@@ -1,5 +1,4 @@
FROM clearlinux AS build-redis
MAINTAINER otc-swstacks@intel.com
RUN swupd bundle-add --quiet --no-progress git c-basic devpkg-ndctl curl package-utils

View File

@@ -1,5 +1,4 @@
FROM clearlinux:latest AS builder
MAINTAINER jianjun.liu@intel.com
ARG swupd_args
# Move to latest Clear Linux release to ensure

View File

@@ -1,5 +1,4 @@
FROM clearlinux:latest AS builder
MAINTAINER jianjun.liu@intel.com
ARG swupd_args
# Move to latest Clear Linux release to ensure

View File

@@ -1,5 +1,4 @@
FROM clearlinux:latest AS builder
MAINTAINER jing.j.wang@intel.com
ARG swupd_args
# Move to latest Clear Linux release to ensure

View File

@@ -1,5 +1,4 @@
FROM clearlinux:latest AS builder
MAINTAINER long1.wang@intel.com
ARG swupd_args
# Move to latest Clear Linux release to ensure

View File

@@ -1,5 +1,4 @@
FROM clearlinux/php-fpm
MAINTAINER sophia.gong@intel.com
VOLUME /var/www/html