-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14551 from wy65701436/photon-4.0
[WIP]bump up photon to 4.0
- Loading branch information
Showing
15 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM photon:2.0 | ||
FROM photon:4.0 | ||
|
||
RUN tdnf install -y shadow >>/dev/null\ | ||
&& tdnf clean all \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM photon:2.0 | ||
FROM photon:4.0 | ||
|
||
RUN tdnf install -y tzdata shadow >> /dev/null \ | ||
&& tdnf clean all \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM photon:2.0 | ||
FROM photon:4.0 | ||
|
||
ENV PGDATA /var/lib/postgresql/data | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM photon:2.0 | ||
FROM photon:4.0 | ||
|
||
RUN tdnf install -y tzdata shadow >> /dev/null \ | ||
&& tdnf clean all \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM photon:2.0 | ||
FROM photon:4.0 | ||
|
||
RUN tdnf install -y tzdata shadow >> /dev/null \ | ||
&& tdnf clean all \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM photon:2.0 | ||
FROM photon:4.0 | ||
|
||
RUN tdnf install -y nginx shadow >> /dev/null \ | ||
&& tdnf clean all \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM photon:2.0 | ||
FROM photon:4.0 | ||
|
||
RUN tdnf install -y shadow >> /dev/null \ | ||
&& tdnf clean all \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM photon:2.0 | ||
FROM photon:4.0 | ||
|
||
RUN tdnf install -y shadow >> /dev/null \ | ||
&& tdnf clean all \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM photon:2.0 | ||
FROM photon:4.0 | ||
|
||
RUN tdnf install -y nginx shadow >> /dev/null \ | ||
&& tdnf clean all \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
FROM photon:2.0 | ||
FROM photon:4.0 | ||
|
||
RUN tdnf install -y redis && tdnf clean all |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM photon:2.0 | ||
FROM photon:4.0 | ||
|
||
RUN tdnf install -y shadow >> /dev/null \ | ||
&& tdnf clean all \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM photon:2.0 | ||
FROM photon:4.0 | ||
|
||
RUN tdnf install -y shadow >> /dev/null \ | ||
&& tdnf clean all \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM photon:2.0 | ||
FROM photon:4.0 | ||
|
||
RUN tdnf install -y rpm shadow >> /dev/null \ | ||
&& tdnf clean all \ | ||
|