Merge pull request #14551 from wy65701436/photon-4.0

[WIP]bump up photon to 4.0
This commit is contained in:
Daniel Jiang 2021-04-01 15:55:17 +08:00 committed by GitHub
commit 681b69a863
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
FROM photon:2.0
FROM photon:4.0
RUN tdnf install -y shadow >>/dev/null\
&& tdnf clean all \

View File

@ -1,4 +1,4 @@
FROM photon:2.0
FROM photon:4.0
RUN tdnf install -y tzdata shadow >> /dev/null \
&& tdnf clean all \

View File

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

View File

@ -1,4 +1,4 @@
FROM photon:2.0
FROM photon:4.0
RUN tdnf install -y tzdata shadow >> /dev/null \
&& tdnf clean all \

View File

@ -1,4 +1,4 @@
FROM photon:2.0
FROM photon:4.0
RUN tdnf install -y tzdata shadow >> /dev/null \
&& tdnf clean all \

View File

@ -1,4 +1,4 @@
FROM photon:2.0
FROM photon:4.0
RUN tdnf install -y cronie rsyslog logrotate shadow tar gzip sudo >> /dev/null\
&& mkdir /var/spool/rsyslog \

View File

@ -1,4 +1,4 @@
FROM photon:2.0
FROM photon:4.0
RUN tdnf install -y nginx shadow >> /dev/null \
&& tdnf clean all \

View File

@ -1,4 +1,4 @@
FROM photon:2.0
FROM photon:4.0
RUN tdnf install -y shadow >> /dev/null \
&& tdnf clean all \

View File

@ -1,4 +1,4 @@
FROM photon:2.0
FROM photon:4.0
RUN tdnf install -y shadow >> /dev/null \
&& tdnf clean all \

View File

@ -1,4 +1,4 @@
FROM photon:2.0
FROM photon:4.0
RUN tdnf install -y nginx shadow >> /dev/null \
&& tdnf clean all \

View File

@ -1,4 +1,4 @@
FROM photon:2.0
FROM photon:4.0
RUN tdnf install -y python3 python3-pip httpd && tdnf clean all
RUN pip3 install setuptools && pip3 install pipenv==2018.11.26

View File

@ -1,3 +1,3 @@
FROM photon:2.0
FROM photon:4.0
RUN tdnf install -y redis && tdnf clean all

View File

@ -1,4 +1,4 @@
FROM photon:2.0
FROM photon:4.0
RUN tdnf install -y shadow >> /dev/null \
&& tdnf clean all \

View File

@ -1,4 +1,4 @@
FROM photon:2.0
FROM photon:4.0
RUN tdnf install -y shadow >> /dev/null \
&& tdnf clean all \

View File

@ -1,4 +1,4 @@
FROM photon:2.0
FROM photon:4.0
RUN tdnf install -y rpm shadow >> /dev/null \
&& tdnf clean all \