diff --git a/OracleLinuxDevelopers/oraclelinux7/golang/1.13/Dockerfile b/OracleLinuxDevelopers/oraclelinux7/golang/1.13/Dockerfile index 214d5b8952..88a4735d8d 100644 --- a/OracleLinuxDevelopers/oraclelinux7/golang/1.13/Dockerfile +++ b/OracleLinuxDevelopers/oraclelinux7/golang/1.13/Dockerfile @@ -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 " \ + "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 && \ diff --git a/OracleLinuxDevelopers/oraclelinux7/golang/1.14/Dockerfile b/OracleLinuxDevelopers/oraclelinux7/golang/1.14/Dockerfile index cb4fd6f097..0097420dc8 100644 --- a/OracleLinuxDevelopers/oraclelinux7/golang/1.14/Dockerfile +++ b/OracleLinuxDevelopers/oraclelinux7/golang/1.14/Dockerfile @@ -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 " \ + "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 && \ diff --git a/OracleLinuxDevelopers/oraclelinux7/golang/1.15/Dockerfile b/OracleLinuxDevelopers/oraclelinux7/golang/1.15/Dockerfile index e2a8ac451f..9a441e9ab0 100644 --- a/OracleLinuxDevelopers/oraclelinux7/golang/1.15/Dockerfile +++ b/OracleLinuxDevelopers/oraclelinux7/golang/1.15/Dockerfile @@ -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 " \ + "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 && \ diff --git a/OracleLinuxDevelopers/oraclelinux7/nodejs/10-oracledb/Dockerfile b/OracleLinuxDevelopers/oraclelinux7/nodejs/10-oracledb/Dockerfile index 7200a9ced2..08eb54e3d4 100644 --- a/OracleLinuxDevelopers/oraclelinux7/nodejs/10-oracledb/Dockerfile +++ b/OracleLinuxDevelopers/oraclelinux7/nodejs/10-oracledb/Dockerfile @@ -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 " \ + "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 && \ diff --git a/OracleLinuxDevelopers/oraclelinux7/nodejs/10/Dockerfile b/OracleLinuxDevelopers/oraclelinux7/nodejs/10/Dockerfile index 81c2a20e09..269cb50ac1 100644 --- a/OracleLinuxDevelopers/oraclelinux7/nodejs/10/Dockerfile +++ b/OracleLinuxDevelopers/oraclelinux7/nodejs/10/Dockerfile @@ -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 " \ + "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 && \ diff --git a/OracleLinuxDevelopers/oraclelinux7/nodejs/12-oracledb/Dockerfile b/OracleLinuxDevelopers/oraclelinux7/nodejs/12-oracledb/Dockerfile index 0a6a5dc86f..a8ae3e9ab4 100644 --- a/OracleLinuxDevelopers/oraclelinux7/nodejs/12-oracledb/Dockerfile +++ b/OracleLinuxDevelopers/oraclelinux7/nodejs/12-oracledb/Dockerfile @@ -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 " \ + "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 && \ diff --git a/OracleLinuxDevelopers/oraclelinux7/nodejs/12/Dockerfile b/OracleLinuxDevelopers/oraclelinux7/nodejs/12/Dockerfile index 9a23092228..a97592d3cb 100644 --- a/OracleLinuxDevelopers/oraclelinux7/nodejs/12/Dockerfile +++ b/OracleLinuxDevelopers/oraclelinux7/nodejs/12/Dockerfile @@ -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 " \ + "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 && \ diff --git a/OracleLinuxDevelopers/oraclelinux7/php/7.4-apache-oracledb/Dockerfile b/OracleLinuxDevelopers/oraclelinux7/php/7.4-apache-oracledb/Dockerfile index d4a02c4af5..0faab6451e 100644 --- a/OracleLinuxDevelopers/oraclelinux7/php/7.4-apache-oracledb/Dockerfile +++ b/OracleLinuxDevelopers/oraclelinux7/php/7.4-apache-oracledb/Dockerfile @@ -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 " \ + "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 \ diff --git a/OracleLinuxDevelopers/oraclelinux7/php/7.4-apache/Dockerfile b/OracleLinuxDevelopers/oraclelinux7/php/7.4-apache/Dockerfile index 92af4d06c6..105b0ebdd1 100644 --- a/OracleLinuxDevelopers/oraclelinux7/php/7.4-apache/Dockerfile +++ b/OracleLinuxDevelopers/oraclelinux7/php/7.4-apache/Dockerfile @@ -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 " \ + "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 \ diff --git a/OracleLinuxDevelopers/oraclelinux7/php/7.4-cli-oracledb/Dockerfile b/OracleLinuxDevelopers/oraclelinux7/php/7.4-cli-oracledb/Dockerfile index 329f94a00b..aae1880339 100644 --- a/OracleLinuxDevelopers/oraclelinux7/php/7.4-cli-oracledb/Dockerfile +++ b/OracleLinuxDevelopers/oraclelinux7/php/7.4-cli-oracledb/Dockerfile @@ -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 " \ + "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 \ diff --git a/OracleLinuxDevelopers/oraclelinux7/php/7.4-cli/Dockerfile b/OracleLinuxDevelopers/oraclelinux7/php/7.4-cli/Dockerfile index adf30173ff..6aebbcf045 100644 --- a/OracleLinuxDevelopers/oraclelinux7/php/7.4-cli/Dockerfile +++ b/OracleLinuxDevelopers/oraclelinux7/php/7.4-cli/Dockerfile @@ -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 " \ + "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 \ diff --git a/OracleLinuxDevelopers/oraclelinux7/php/7.4-fpm-oracledb/Dockerfile b/OracleLinuxDevelopers/oraclelinux7/php/7.4-fpm-oracledb/Dockerfile index c768bcfc8a..19e5cd6f0b 100644 --- a/OracleLinuxDevelopers/oraclelinux7/php/7.4-fpm-oracledb/Dockerfile +++ b/OracleLinuxDevelopers/oraclelinux7/php/7.4-fpm-oracledb/Dockerfile @@ -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 " \ + "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 \ diff --git a/OracleLinuxDevelopers/oraclelinux7/php/7.4-fpm/Dockerfile b/OracleLinuxDevelopers/oraclelinux7/php/7.4-fpm/Dockerfile index 538cd4e720..361aa0b124 100644 --- a/OracleLinuxDevelopers/oraclelinux7/php/7.4-fpm/Dockerfile +++ b/OracleLinuxDevelopers/oraclelinux7/php/7.4-fpm/Dockerfile @@ -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 " \ + "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 \ diff --git a/OracleLinuxDevelopers/oraclelinux7/python/3.6-oracledb/Dockerfile b/OracleLinuxDevelopers/oraclelinux7/python/3.6-oracledb/Dockerfile index 291d0a3c0d..76ecb6f586 100644 --- a/OracleLinuxDevelopers/oraclelinux7/python/3.6-oracledb/Dockerfile +++ b/OracleLinuxDevelopers/oraclelinux7/python/3.6-oracledb/Dockerfile @@ -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 " \ + "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"] diff --git a/OracleLinuxDevelopers/oraclelinux7/python/3.6/Dockerfile b/OracleLinuxDevelopers/oraclelinux7/python/3.6/Dockerfile index 8d1152258e..a68937851c 100644 --- a/OracleLinuxDevelopers/oraclelinux7/python/3.6/Dockerfile +++ b/OracleLinuxDevelopers/oraclelinux7/python/3.6/Dockerfile @@ -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 " \ + "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 \ diff --git a/OracleLinuxDevelopers/oraclelinux8/golang/1.13/Dockerfile b/OracleLinuxDevelopers/oraclelinux8/golang/1.13/Dockerfile index 5eefd3824c..5c6f3011e5 100644 --- a/OracleLinuxDevelopers/oraclelinux8/golang/1.13/Dockerfile +++ b/OracleLinuxDevelopers/oraclelinux8/golang/1.13/Dockerfile @@ -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 " \ + "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 diff --git a/OracleLinuxDevelopers/oraclelinux8/nodejs/10/Dockerfile b/OracleLinuxDevelopers/oraclelinux8/nodejs/10/Dockerfile index e9c104eec1..4346b0187a 100644 --- a/OracleLinuxDevelopers/oraclelinux8/nodejs/10/Dockerfile +++ b/OracleLinuxDevelopers/oraclelinux8/nodejs/10/Dockerfile @@ -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 " \ + "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 diff --git a/OracleLinuxDevelopers/oraclelinux8/nodejs/12/Dockerfile b/OracleLinuxDevelopers/oraclelinux8/nodejs/12/Dockerfile index d8cb4b4d4d..9f29360872 100644 --- a/OracleLinuxDevelopers/oraclelinux8/nodejs/12/Dockerfile +++ b/OracleLinuxDevelopers/oraclelinux8/nodejs/12/Dockerfile @@ -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 " \ + "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 diff --git a/OracleLinuxDevelopers/oraclelinux8/php/7.2-apache/Dockerfile b/OracleLinuxDevelopers/oraclelinux8/php/7.2-apache/Dockerfile index de66307567..d576ccbbe7 100644 --- a/OracleLinuxDevelopers/oraclelinux8/php/7.2-apache/Dockerfile +++ b/OracleLinuxDevelopers/oraclelinux8/php/7.2-apache/Dockerfile @@ -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 " \ + "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/ diff --git a/OracleLinuxDevelopers/oraclelinux8/php/7.2-cli/Dockerfile b/OracleLinuxDevelopers/oraclelinux8/php/7.2-cli/Dockerfile index cf8791ea87..ee09e054fd 100644 --- a/OracleLinuxDevelopers/oraclelinux8/php/7.2-cli/Dockerfile +++ b/OracleLinuxDevelopers/oraclelinux8/php/7.2-cli/Dockerfile @@ -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 " \ + "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 diff --git a/OracleLinuxDevelopers/oraclelinux8/php/7.2-fpm/Dockerfile b/OracleLinuxDevelopers/oraclelinux8/php/7.2-fpm/Dockerfile index 5696ccf2bc..1f4f9a6f44 100644 --- a/OracleLinuxDevelopers/oraclelinux8/php/7.2-fpm/Dockerfile +++ b/OracleLinuxDevelopers/oraclelinux8/php/7.2-fpm/Dockerfile @@ -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 " \ + "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 diff --git a/OracleLinuxDevelopers/oraclelinux8/php/7.3-apache/Dockerfile b/OracleLinuxDevelopers/oraclelinux8/php/7.3-apache/Dockerfile index de66307567..adb08da711 100644 --- a/OracleLinuxDevelopers/oraclelinux8/php/7.3-apache/Dockerfile +++ b/OracleLinuxDevelopers/oraclelinux8/php/7.3-apache/Dockerfile @@ -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 " \ + "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/ diff --git a/OracleLinuxDevelopers/oraclelinux8/php/7.3-cli/Dockerfile b/OracleLinuxDevelopers/oraclelinux8/php/7.3-cli/Dockerfile index cf8791ea87..32667fc7fb 100644 --- a/OracleLinuxDevelopers/oraclelinux8/php/7.3-cli/Dockerfile +++ b/OracleLinuxDevelopers/oraclelinux8/php/7.3-cli/Dockerfile @@ -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 " \ + "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 diff --git a/OracleLinuxDevelopers/oraclelinux8/php/7.3-fpm/Dockerfile b/OracleLinuxDevelopers/oraclelinux8/php/7.3-fpm/Dockerfile index 5696ccf2bc..5e53c88d02 100644 --- a/OracleLinuxDevelopers/oraclelinux8/php/7.3-fpm/Dockerfile +++ b/OracleLinuxDevelopers/oraclelinux8/php/7.3-fpm/Dockerfile @@ -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 " \ + "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-fpm" \ + "org.opencontainers.image.vendor"="Oracle America, Inc" \ + "org.opencontainers.image.description"="Oracle Linux 8 (slim) with PHP 7.3 installed \ + and FPM enabled." COPY php.module /etc/dnf/modules.d/php.module diff --git a/OracleLinuxDevelopers/oraclelinux8/python/3.6/Dockerfile b/OracleLinuxDevelopers/oraclelinux8/python/3.6/Dockerfile index 503a6e8e8c..625bfd123c 100644 --- a/OracleLinuxDevelopers/oraclelinux8/python/3.6/Dockerfile +++ b/OracleLinuxDevelopers/oraclelinux8/python/3.6/Dockerfile @@ -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 " \ + "org.opencontainers.image.url"="https://github.com/oracle/docker-images" \ + "org.opencontainers.image.source"="https://github.com/oracle/docker-images/tree/master/OracleLinuxDevelopers/oraclelinux8/python/3.6" \ + "org.opencontainers.image.vendor"="Oracle America, Inc" \ + "org.opencontainers.image.description"="Oracle Linux 8 (slim) with Python 3.6 installed." COPY python36.module /etc/dnf/modules.d/python36.module diff --git a/OracleLinuxDevelopers/oraclelinux8/python/3.8/Dockerfile b/OracleLinuxDevelopers/oraclelinux8/python/3.8/Dockerfile index 12cf4f71c5..f3cdd6f19a 100644 --- a/OracleLinuxDevelopers/oraclelinux8/python/3.8/Dockerfile +++ b/OracleLinuxDevelopers/oraclelinux8/python/3.8/Dockerfile @@ -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 " \ + "org.opencontainers.image.url"="https://github.com/oracle/docker-images" \ + "org.opencontainers.image.source"="https://github.com/oracle/docker-images/tree/master/OracleLinuxDevelopers/oraclelinux8/python/3.8" \ + "org.opencontainers.image.vendor"="Oracle America, Inc" \ + "org.opencontainers.image.description"="Oracle Linux 8 (slim) with Python 3.8 installed." COPY python38.module /etc/dnf/modules.d/python38.module