mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-04-28 11:03:45 +00:00
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:
@@ -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 /
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
FROM clearlinux:latest
|
||||
MAINTAINER mark.d.horn@intel.com
|
||||
|
||||
# Configure Go
|
||||
ENV GOPATH="/go" PATH="/go/bin:${PATH}"
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
FROM clearlinux:latest
|
||||
MAINTAINER kevin.c.wells@intel.com
|
||||
|
||||
ARG swupd_args
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 /
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
FROM clearlinux
|
||||
MAINTAINER william.douglas@intel.com
|
||||
|
||||
ARG swupd_args
|
||||
|
||||
|
||||
@@ -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 /
|
||||
|
||||
|
||||
@@ -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 /
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
FROM clearlinux:latest
|
||||
MAINTAINER kevin.c.wells@intel.com
|
||||
|
||||
# Configure Go
|
||||
ENV GOPATH /home/clr/go
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 /
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 /
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
FROM clearlinux/php-fpm
|
||||
MAINTAINER sophia.gong@intel.com
|
||||
|
||||
VOLUME /var/www/html
|
||||
|
||||
|
||||
Reference in New Issue
Block a user