forked from oracle/docker-images
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding OpenContainer image-spec labels to OracleLinuxDeveloper images (…
…oracle#1711) * Adding OpenContainer image-spec labels to all the OracleLinuxDevelopers images Signed-off-by: Avi Miller <[email protected]> Reviewed-by: Mark Cram <[email protected]>
- Loading branch information
1 parent
b29a5f6
commit 65db563
Showing
26 changed files
with
142 additions
and
49 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 |
---|---|---|
|
@@ -2,8 +2,11 @@ | |
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
FROM oraclelinux:7-slim | ||
|
||
LABEL "provider"="Oracle" \ | ||
"issues"="https://github.com/oracle/docker-images/issues" | ||
LABEL "org.opencontainers.image.authors"="Oracle Linux Product Team <[email protected]>" \ | ||
"org.opencontainers.image.url"="https://github.com/oracle/docker-images" \ | ||
"org.opencontainers.image.source"="https://github.com/oracle/docker-images/tree/master/OracleLinuxDevelopers/oraclelinux7/golang/1.13" \ | ||
"org.opencontainers.image.vendor"="Oracle America, Inc" \ | ||
"org.opencontainers.image.description"="Oracle Linux 7 (slim) with Golang 1.13 installed." | ||
|
||
RUN yum -y install oracle-golang-release-el7 && \ | ||
yum-config-manager --disable ol7_developer_golang114 && \ | ||
|
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 |
---|---|---|
|
@@ -2,8 +2,11 @@ | |
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
FROM oraclelinux:7-slim | ||
|
||
LABEL "provider"="Oracle" \ | ||
"issues"="https://github.com/oracle/docker-images/issues" | ||
LABEL "org.opencontainers.image.authors"="Oracle Linux Product Team <[email protected]>" \ | ||
"org.opencontainers.image.url"="https://github.com/oracle/docker-images" \ | ||
"org.opencontainers.image.source"="https://github.com/oracle/docker-images/tree/master/OracleLinuxDevelopers/oraclelinux7/golang/1.14" \ | ||
"org.opencontainers.image.vendor"="Oracle America, Inc" \ | ||
"org.opencontainers.image.description"="Oracle Linux 7 (slim) with Golang 1.14 installed." | ||
|
||
RUN yum -y install oracle-golang-release-el7 && \ | ||
yum-config-manager --disable ol7_developer_golang115 && \ | ||
|
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 |
---|---|---|
|
@@ -2,8 +2,11 @@ | |
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
FROM oraclelinux:7-slim | ||
|
||
LABEL "provider"="Oracle" \ | ||
"issues"="https://github.com/oracle/docker-images/issues" | ||
LABEL "org.opencontainers.image.authors"="Oracle Linux Product Team <[email protected]>" \ | ||
"org.opencontainers.image.url"="https://github.com/oracle/docker-images" \ | ||
"org.opencontainers.image.source"="https://github.com/oracle/docker-images/tree/master/OracleLinuxDevelopers/oraclelinux7/golang/1.15" \ | ||
"org.opencontainers.image.vendor"="Oracle America, Inc" \ | ||
"org.opencontainers.image.description"="Oracle Linux 7 (slim) with Golang 1.15 installed." | ||
|
||
RUN yum -y install oracle-golang-release-el7 && \ | ||
yum -y install golang && \ | ||
|
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 |
---|---|---|
|
@@ -2,8 +2,12 @@ | |
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
FROM oraclelinux:7-slim | ||
|
||
LABEL "provider"="Oracle" \ | ||
"issues"="https://github.com/oracle/docker-images/issues" | ||
LABEL "org.opencontainers.image.authors"="Oracle Linux Product Team <[email protected]>" \ | ||
"org.opencontainers.image.url"="https://github.com/oracle/docker-images" \ | ||
"org.opencontainers.image.source"="https://github.com/oracle/docker-images/tree/master/OracleLinuxDevelopers/oraclelinux7/nodejs/10-oracledb" \ | ||
"org.opencontainers.image.vendor"="Oracle America, Inc" \ | ||
"org.opencontainers.image.description"="Oracle Linux 7 (slim) with Node.js 10 installed \ | ||
and Oracle Database connectivity enabled." | ||
|
||
RUN yum -y install oracle-nodejs-release-el7 oracle-release-el7 && \ | ||
yum-config-manager --disable ol7_developer_nodejs12 && \ | ||
|
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 |
---|---|---|
|
@@ -2,8 +2,11 @@ | |
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
FROM oraclelinux:7-slim | ||
|
||
LABEL "provider"="Oracle" \ | ||
"issues"="https://github.com/oracle/docker-images/issues" | ||
LABEL "org.opencontainers.image.authors"="Oracle Linux Product Team <[email protected]>" \ | ||
"org.opencontainers.image.url"="https://github.com/oracle/docker-images" \ | ||
"org.opencontainers.image.source"="https://github.com/oracle/docker-images/tree/master/OracleLinuxDevelopers/oraclelinux7/nodejs/10" \ | ||
"org.opencontainers.image.vendor"="Oracle America, Inc" \ | ||
"org.opencontainers.image.description"="Oracle Linux 7 (slim) with Node.js 10 installed." | ||
|
||
RUN yum -y install oracle-nodejs-release-el7 && \ | ||
yum-config-manager --disable ol7_developer_nodejs12 && \ | ||
|
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 |
---|---|---|
|
@@ -2,8 +2,12 @@ | |
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
FROM oraclelinux:7-slim | ||
|
||
LABEL "provider"="Oracle" \ | ||
"issues"="https://github.com/oracle/docker-images/issues" | ||
LABEL "org.opencontainers.image.authors"="Oracle Linux Product Team <[email protected]>" \ | ||
"org.opencontainers.image.url"="https://github.com/oracle/docker-images" \ | ||
"org.opencontainers.image.source"="https://github.com/oracle/docker-images/tree/master/OracleLinuxDevelopers/oraclelinux7/nodejs/12-oracledb" \ | ||
"org.opencontainers.image.vendor"="Oracle America, Inc" \ | ||
"org.opencontainers.image.description"="Oracle Linux 7 (slim) with Node.js 12 installed \ | ||
and Oracle Database connectivity enabled." | ||
|
||
RUN yum -y install oracle-nodejs-release-el7 oracle-release-el7 && \ | ||
yum -y install nodejs node-oracledb-node12 && \ | ||
|
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 |
---|---|---|
|
@@ -2,8 +2,11 @@ | |
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
FROM oraclelinux:7-slim | ||
|
||
LABEL "provider"="Oracle" \ | ||
"issues"="https://github.com/oracle/docker-images/issues" | ||
LABEL "org.opencontainers.image.authors"="Oracle Linux Product Team <[email protected]>" \ | ||
"org.opencontainers.image.url"="https://github.com/oracle/docker-images" \ | ||
"org.opencontainers.image.source"="https://github.com/oracle/docker-images/tree/master/OracleLinuxDevelopers/oraclelinux7/nodejs/12" \ | ||
"org.opencontainers.image.vendor"="Oracle America, Inc" \ | ||
"org.opencontainers.image.description"="Oracle Linux 7 (slim) with Node.js 12 installed." | ||
|
||
RUN yum -y install oracle-nodejs-release-el7 && \ | ||
yum -y install nodejs && \ | ||
|
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 |
---|---|---|
|
@@ -2,8 +2,12 @@ | |
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
FROM oraclelinux:7-slim | ||
|
||
LABEL "provider"="Oracle" \ | ||
"issues"="https://github.com/oracle/docker-images/issues" | ||
LABEL "org.opencontainers.image.authors"="Oracle Linux Product Team <[email protected]>" \ | ||
"org.opencontainers.image.url"="https://github.com/oracle/docker-images" \ | ||
"org.opencontainers.image.source"="https://github.com/oracle/docker-images/tree/master/OracleLinuxDevelopers/oraclelinux7/php/7.4-apache-oracledb" \ | ||
"org.opencontainers.image.vendor"="Oracle America, Inc" \ | ||
"org.opencontainers.image.description"="Oracle Linux 7 (slim) with PHP 7.4 and Apache 2.4.6 installed \ | ||
and Oracle Database connectivity enabled." | ||
|
||
RUN yum -y install oracle-php-release-el7 oracle-release-el7 && \ | ||
yum -y install httpd \ | ||
|
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 |
---|---|---|
|
@@ -2,8 +2,11 @@ | |
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
FROM oraclelinux:7-slim | ||
|
||
LABEL "provider"="Oracle" \ | ||
"issues"="https://github.com/oracle/docker-images/issues" | ||
LABEL "org.opencontainers.image.authors"="Oracle Linux Product Team <[email protected]>" \ | ||
"org.opencontainers.image.url"="https://github.com/oracle/docker-images" \ | ||
"org.opencontainers.image.source"="https://github.com/oracle/docker-images/tree/master/OracleLinuxDevelopers/oraclelinux7/php/7.4-apache" \ | ||
"org.opencontainers.image.vendor"="Oracle America, Inc" \ | ||
"org.opencontainers.image.description"="Oracle Linux 7 (slim) with PHP 7.4 and Apache 2.4.6 installed." | ||
|
||
RUN yum -y install oracle-php-release-el7 && \ | ||
yum -y install httpd \ | ||
|
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 |
---|---|---|
|
@@ -2,8 +2,12 @@ | |
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
FROM oraclelinux:7-slim | ||
|
||
LABEL "provider"="Oracle" \ | ||
"issues"="https://github.com/oracle/docker-images/issues" | ||
LABEL "org.opencontainers.image.authors"="Oracle Linux Product Team <[email protected]>" \ | ||
"org.opencontainers.image.url"="https://github.com/oracle/docker-images" \ | ||
"org.opencontainers.image.source"="https://github.com/oracle/docker-images/tree/master/OracleLinuxDevelopers/oraclelinux7/php/7.4-cli-oracledb" \ | ||
"org.opencontainers.image.vendor"="Oracle America, Inc" \ | ||
"org.opencontainers.image.description"="Oracle Linux 7 (slim) with PHP 7.4 installed \ | ||
and Oracle Database connectivity enabled." | ||
|
||
RUN yum -y install oracle-php-release-el7 oracle-release-el7 && \ | ||
yum -y install oracle-instantclient19.5-basic \ | ||
|
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 |
---|---|---|
|
@@ -2,8 +2,11 @@ | |
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
FROM oraclelinux:7-slim | ||
|
||
LABEL "provider"="Oracle" \ | ||
"issues"="https://github.com/oracle/docker-images/issues" | ||
LABEL "org.opencontainers.image.authors"="Oracle Linux Product Team <[email protected]>" \ | ||
"org.opencontainers.image.url"="https://github.com/oracle/docker-images" \ | ||
"org.opencontainers.image.source"="https://github.com/oracle/docker-images/tree/master/OracleLinuxDevelopers/oraclelinux7/php/7.4-cli" \ | ||
"org.opencontainers.image.vendor"="Oracle America, Inc" \ | ||
"org.opencontainers.image.description"="Oracle Linux 7 (slim) with PHP 7.4 installed." | ||
|
||
RUN yum -y install oracle-php-release-el7 && \ | ||
yum -y install php-cli \ | ||
|
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 |
---|---|---|
|
@@ -3,8 +3,12 @@ | |
|
||
FROM oraclelinux:7-slim | ||
|
||
LABEL "provider"="Oracle" \ | ||
"issues"="https://github.com/oracle/docker-images/issues" | ||
LABEL "org.opencontainers.image.authors"="Oracle Linux Product Team <[email protected]>" \ | ||
"org.opencontainers.image.url"="https://github.com/oracle/docker-images" \ | ||
"org.opencontainers.image.source"="https://github.com/oracle/docker-images/tree/master/OracleLinuxDevelopers/oraclelinux7/php/7.4-fpm-oracledb" \ | ||
"org.opencontainers.image.vendor"="Oracle America, Inc" \ | ||
"org.opencontainers.image.description"="Oracle Linux 7 (slim) with PHP 7.4 installed \ | ||
and FPM and Oracle Database connectivity enabled." | ||
|
||
RUN yum -y install oracle-php-release-el7 oracle-release-el7 && \ | ||
yum -y install oracle-instantclient19.5-basic \ | ||
|
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 |
---|---|---|
|
@@ -3,8 +3,12 @@ | |
|
||
FROM oraclelinux:7-slim | ||
|
||
LABEL "provider"="Oracle" \ | ||
"issues"="https://github.com/oracle/docker-images/issues" | ||
LABEL "org.opencontainers.image.authors"="Oracle Linux Product Team <[email protected]>" \ | ||
"org.opencontainers.image.url"="https://github.com/oracle/docker-images" \ | ||
"org.opencontainers.image.source"="https://github.com/oracle/docker-images/tree/master/OracleLinuxDevelopers/oraclelinux7/php/7.4-fpm" \ | ||
"org.opencontainers.image.vendor"="Oracle America, Inc" \ | ||
"org.opencontainers.image.description"="Oracle Linux 7 (slim) with PHP 7.4 installed \ | ||
and FPM enabled." | ||
|
||
RUN yum -y install oracle-php-release-el7 && \ | ||
yum -y install php-fpm \ | ||
|
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 |
---|---|---|
|
@@ -2,12 +2,19 @@ | |
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
FROM oraclelinux:7-slim | ||
|
||
LABEL "org.opencontainers.image.authors"="Oracle Linux Product Team <[email protected]>" \ | ||
"org.opencontainers.image.url"="https://github.com/oracle/docker-images" \ | ||
"org.opencontainers.image.source"="https://github.com/oracle/docker-images/tree/master/OracleLinuxDevelopers/oraclelinux7/python/3.6" \ | ||
"org.opencontainers.image.vendor"="Oracle America, Inc" \ | ||
"org.opencontainers.image.description"="Oracle Linux 7 (slim) with Python 3.6 installed \ | ||
and Oracle Database" | ||
|
||
RUN yum -y install oracle-release-el7 oraclelinux-developer-release-el7 && \ | ||
yum -y install python3 \ | ||
python3-libs \ | ||
python3-pip \ | ||
python3-setuptools \ | ||
python36-cx_Oracle && \ | ||
rm -rf /var/cache/yum/* && \ | ||
rm -rf /var/cache/yum/* | ||
|
||
CMD ["/bin/python3","--version"] |
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 |
---|---|---|
|
@@ -2,6 +2,12 @@ | |
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
FROM oraclelinux:7-slim | ||
|
||
LABEL "org.opencontainers.image.authors"="Oracle Linux Product Team <[email protected]>" \ | ||
"org.opencontainers.image.url"="https://github.com/oracle/docker-images" \ | ||
"org.opencontainers.image.source"="https://github.com/oracle/docker-images/tree/master/OracleLinuxDevelopers/oraclelinux7/python/3.6" \ | ||
"org.opencontainers.image.vendor"="Oracle America, Inc" \ | ||
"org.opencontainers.image.description"="Oracle Linux 7 (slim) with Python 3.6 installed." | ||
|
||
RUN yum -y install python3 \ | ||
python3-libs \ | ||
python3-pip \ | ||
|
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 |
---|---|---|
|
@@ -2,8 +2,11 @@ | |
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
FROM oraclelinux:8-slim | ||
|
||
LABEL "provider"="Oracle" \ | ||
"issues"="https://github.com/oracle/docker-images/issues" | ||
LABEL "org.opencontainers.image.authors"="Oracle Linux Product Team <[email protected]>" \ | ||
"org.opencontainers.image.url"="https://github.com/oracle/docker-images" \ | ||
"org.opencontainers.image.source"="https://github.com/oracle/docker-images/tree/master/OracleLinuxDevelopers/oraclelinux8/golang/1.13" \ | ||
"org.opencontainers.image.vendor"="Oracle America, Inc" \ | ||
"org.opencontainers.image.description"="Oracle Linux 8 (slim) with Golang 1.13 installed." | ||
|
||
COPY go-toolset.module /etc/dnf/modules.d/go-toolset.module | ||
|
||
|
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 |
---|---|---|
|
@@ -2,8 +2,11 @@ | |
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
FROM oraclelinux:8-slim | ||
|
||
LABEL "provider"="Oracle" \ | ||
"issues"="https://github.com/oracle/docker-images/issues" | ||
LABEL "org.opencontainers.image.authors"="Oracle Linux Product Team <[email protected]>" \ | ||
"org.opencontainers.image.url"="https://github.com/oracle/docker-images" \ | ||
"org.opencontainers.image.source"="https://github.com/oracle/docker-images/tree/master/OracleLinuxDevelopers/oraclelinux8/nodejs/10" \ | ||
"org.opencontainers.image.vendor"="Oracle America, Inc" \ | ||
"org.opencontainers.image.description"="Oracle Linux 8 (slim) with Node.js 10 installed." | ||
|
||
COPY nodejs.module /etc/dnf/modules.d/nodejs.module | ||
|
||
|
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 |
---|---|---|
|
@@ -2,8 +2,11 @@ | |
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
FROM oraclelinux:8-slim | ||
|
||
LABEL "provider"="Oracle" \ | ||
"issues"="https://github.com/oracle/docker-images/issues" | ||
LABEL "org.opencontainers.image.authors"="Oracle Linux Product Team <[email protected]>" \ | ||
"org.opencontainers.image.url"="https://github.com/oracle/docker-images" \ | ||
"org.opencontainers.image.source"="https://github.com/oracle/docker-images/tree/master/OracleLinuxDevelopers/oraclelinux8/nodejs/12" \ | ||
"org.opencontainers.image.vendor"="Oracle America, Inc" \ | ||
"org.opencontainers.image.description"="Oracle Linux 8 (slim) with Node.js 12 installed." | ||
|
||
COPY nodejs.module /etc/dnf/modules.d/nodejs.module | ||
|
||
|
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 |
---|---|---|
|
@@ -2,8 +2,11 @@ | |
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
FROM oraclelinux:8-slim | ||
|
||
LABEL "provider"="Oracle" \ | ||
"issues"="https://github.com/oracle/docker-images/issues" | ||
LABEL "org.opencontainers.image.authors"="Oracle Linux Product Team <[email protected]>" \ | ||
"org.opencontainers.image.url"="https://github.com/oracle/docker-images" \ | ||
"org.opencontainers.image.source"="https://github.com/oracle/docker-images/tree/master/OracleLinuxDevelopers/oraclelinux8/php/7.2-apache" \ | ||
"org.opencontainers.image.vendor"="Oracle America, Inc" \ | ||
"org.opencontainers.image.description"="Oracle Linux 8 (slim) with PHP 7.2 and Apache 2.4.37 installed." | ||
|
||
COPY *.module /etc/dnf/modules.d/ | ||
|
||
|
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 |
---|---|---|
|
@@ -2,8 +2,11 @@ | |
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
FROM oraclelinux:8-slim | ||
|
||
LABEL "provider"="Oracle" \ | ||
"issues"="https://github.com/oracle/docker-images/issues" | ||
LABEL "org.opencontainers.image.authors"="Oracle Linux Product Team <[email protected]>" \ | ||
"org.opencontainers.image.url"="https://github.com/oracle/docker-images" \ | ||
"org.opencontainers.image.source"="https://github.com/oracle/docker-images/tree/master/OracleLinuxDevelopers/oraclelinux8/php/7.2-cli" \ | ||
"org.opencontainers.image.vendor"="Oracle America, Inc" \ | ||
"org.opencontainers.image.description"="Oracle Linux 8 (slim) with PHP 7.2 installed." | ||
|
||
COPY php.module /etc/dnf/modules.d/php.module | ||
|
||
|
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 |
---|---|---|
|
@@ -2,8 +2,12 @@ | |
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
FROM oraclelinux:8-slim | ||
|
||
LABEL "provider"="Oracle" \ | ||
"issues"="https://github.com/oracle/docker-images/issues" | ||
LABEL "org.opencontainers.image.authors"="Oracle Linux Product Team <[email protected]>" \ | ||
"org.opencontainers.image.url"="https://github.com/oracle/docker-images" \ | ||
"org.opencontainers.image.source"="https://github.com/oracle/docker-images/tree/master/OracleLinuxDevelopers/oraclelinux8/php/7.2-fpm" \ | ||
"org.opencontainers.image.vendor"="Oracle America, Inc" \ | ||
"org.opencontainers.image.description"="Oracle Linux 8 (slim) with PHP 7.2 installed \ | ||
and FPM enabled." | ||
|
||
COPY php.module /etc/dnf/modules.d/php.module | ||
|
||
|
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 |
---|---|---|
|
@@ -2,8 +2,11 @@ | |
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
FROM oraclelinux:8-slim | ||
|
||
LABEL "provider"="Oracle" \ | ||
"issues"="https://github.com/oracle/docker-images/issues" | ||
LABEL "org.opencontainers.image.authors"="Oracle Linux Product Team <[email protected]>" \ | ||
"org.opencontainers.image.url"="https://github.com/oracle/docker-images" \ | ||
"org.opencontainers.image.source"="https://github.com/oracle/docker-images/tree/master/OracleLinuxDevelopers/oraclelinux8/php/7.3-apache" \ | ||
"org.opencontainers.image.vendor"="Oracle America, Inc" \ | ||
"org.opencontainers.image.description"="Oracle Linux 8 (slim) with PHP 7.3 and Apache 2.4.37 installed." | ||
|
||
COPY *.module /etc/dnf/modules.d/ | ||
|
||
|
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 |
---|---|---|
|
@@ -2,8 +2,11 @@ | |
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. | ||
FROM oraclelinux:8-slim | ||
|
||
LABEL "provider"="Oracle" \ | ||
"issues"="https://github.com/oracle/docker-images/issues" | ||
LABEL "org.opencontainers.image.authors"="Oracle Linux Product Team <[email protected]>" \ | ||
"org.opencontainers.image.url"="https://github.com/oracle/docker-images" \ | ||
"org.opencontainers.image.source"="https://github.com/oracle/docker-images/tree/master/OracleLinuxDevelopers/oraclelinux8/php/7.3-cli" \ | ||
"org.opencontainers.image.vendor"="Oracle America, Inc" \ | ||
"org.opencontainers.image.description"="Oracle Linux 8 (slim) with PHP 7.3 installed." | ||
|
||
COPY php.module /etc/dnf/modules.d/php.module | ||
|
||
|
Oops, something went wrong.