Update photon base images (#5346)

This commit update the base photon image from vmware/photon:1.0 to
photon:1.0, per suggestion by photon team.
This commit is contained in:
Daniel Jiang 2018-07-19 20:45:20 +08:00 committed by Yan
parent b764eed123
commit 6c664ee993
13 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
FROM vmware/photon:1.0 FROM photon:1.0
RUN tdnf erase vim -y \ RUN tdnf erase vim -y \
&& tdnf distro-sync -y \ && tdnf distro-sync -y \

View File

@ -1,4 +1,4 @@
FROM vmware/photon:1.0 FROM photon:1.0
RUN tdnf distro-sync -y \ RUN tdnf distro-sync -y \

View File

@ -1,4 +1,4 @@
FROM vmware/photon:1.0 FROM photon:1.0
ENV PGDATA /var/lib/postgresql/data ENV PGDATA /var/lib/postgresql/data

View File

@ -1,4 +1,4 @@
FROM vmware/photon:1.0 FROM photon:1.0
RUN mkdir /harbor/ \ RUN mkdir /harbor/ \
&& tdnf distro-sync -y \ && tdnf distro-sync -y \

View File

@ -1,4 +1,4 @@
FROM vmware/photon:1.0 FROM photon:1.0
RUN tdnf distro-sync -y \ RUN tdnf distro-sync -y \
&& tdnf install -y cronie rsyslog logrotate shadow tar gzip sudo net-tools >> /dev/null\ && tdnf install -y cronie rsyslog logrotate shadow tar gzip sudo net-tools >> /dev/null\

View File

@ -1,4 +1,4 @@
FROM vmware/photon:1.0 FROM photon:1.0
RUN tdnf distro-sync -y \ RUN tdnf distro-sync -y \
&& tdnf install -y nginx >> /dev/null\ && tdnf install -y nginx >> /dev/null\

View File

@ -1,4 +1,4 @@
FROM vmware/photon:1.0 FROM photon:1.0
RUN tdnf distro-sync -y \ RUN tdnf distro-sync -y \
&& tdnf erase vim -y \ && tdnf erase vim -y \

View File

@ -1,4 +1,4 @@
FROM vmware/photon:1.0 FROM photon:1.0
RUN tdnf distro-sync -y \ RUN tdnf distro-sync -y \
&& tdnf erase vim -y \ && tdnf erase vim -y \

View File

@ -1,4 +1,4 @@
FROM vmware/photon:1.0 FROM photon:1.0
RUN tdnf distro-sync -y \ RUN tdnf distro-sync -y \
&& tdnf install -y redis sudo && tdnf install -y redis sudo

View File

@ -1,4 +1,4 @@
FROM vmware/photon:1.0 FROM photon:1.0
MAINTAINER wangyan@vmware.com MAINTAINER wangyan@vmware.com

View File

@ -1,4 +1,4 @@
FROM vmware/photon:1.0 FROM photon:1.0
MAINTAINER wangyan@vmware.com MAINTAINER wangyan@vmware.com

View File

@ -1,4 +1,4 @@
FROM vmware/photon:1.0 FROM photon:1.0
RUN tdnf distro-sync -y \ RUN tdnf distro-sync -y \
&& tdnf erase vim -y \ && tdnf erase vim -y \

View File

@ -1,4 +1,4 @@
FROM vmware/photon:1.0 FROM photon:1.0
ENV PGDATA /var/lib/postgresql/data ENV PGDATA /var/lib/postgresql/data