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 \
&& tdnf distro-sync -y \

View File

@ -1,4 +1,4 @@
FROM vmware/photon:1.0
FROM photon:1.0
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

View File

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

View File

@ -1,4 +1,4 @@
FROM vmware/photon:1.0
FROM photon:1.0
RUN tdnf distro-sync -y \
&& 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 \
&& 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 \
&& tdnf erase vim -y \
@ -13,4 +13,4 @@ COPY ./binary/migrations/ /migrations/
COPY ./server-start.sh /bin/server-start.sh
RUN chmod u+x /bin/notary-server /migrations/migrate.sh /bin/migrate /bin/server-start.sh
ENV SERVICE_NAME=notary_server
ENTRYPOINT [ "/bin/server-start.sh" ]
ENTRYPOINT [ "/bin/server-start.sh" ]

View File

@ -1,4 +1,4 @@
FROM vmware/photon:1.0
FROM photon:1.0
RUN tdnf distro-sync -y \
&& tdnf erase vim -y \
@ -13,4 +13,4 @@ COPY ./signer-start.sh /bin/signer-start.sh
RUN chmod u+x /bin/notary-signer /migrations/migrate.sh /bin/migrate /bin/signer-start.sh
ENV SERVICE_NAME=notary_signer
ENTRYPOINT [ "/bin/signer-start.sh" ]
ENTRYPOINT [ "/bin/signer-start.sh" ]

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
FROM vmware/photon:1.0
FROM photon:1.0
RUN tdnf distro-sync -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