Skip to content

Commit

Permalink
Adding OpenContainer image-spec labels to OracleLinuxDeveloper images (
Browse files Browse the repository at this point in the history
…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
Djelibeybi authored Sep 15, 2020
1 parent b29a5f6 commit 65db563
Show file tree
Hide file tree
Showing 26 changed files with 142 additions and 49 deletions.
7 changes: 5 additions & 2 deletions OracleLinuxDevelopers/oraclelinux7/golang/1.13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
7 changes: 5 additions & 2 deletions OracleLinuxDevelopers/oraclelinux7/golang/1.14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
7 changes: 5 additions & 2 deletions OracleLinuxDevelopers/oraclelinux7/golang/1.15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
7 changes: 5 additions & 2 deletions OracleLinuxDevelopers/oraclelinux7/nodejs/10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
7 changes: 5 additions & 2 deletions OracleLinuxDevelopers/oraclelinux7/nodejs/12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
7 changes: 5 additions & 2 deletions OracleLinuxDevelopers/oraclelinux7/php/7.4-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
7 changes: 5 additions & 2 deletions OracleLinuxDevelopers/oraclelinux7/php/7.4-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
8 changes: 6 additions & 2 deletions OracleLinuxDevelopers/oraclelinux7/php/7.4-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
6 changes: 6 additions & 0 deletions OracleLinuxDevelopers/oraclelinux7/python/3.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
7 changes: 5 additions & 2 deletions OracleLinuxDevelopers/oraclelinux8/golang/1.13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 5 additions & 2 deletions OracleLinuxDevelopers/oraclelinux8/nodejs/10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 5 additions & 2 deletions OracleLinuxDevelopers/oraclelinux8/nodejs/12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 5 additions & 2 deletions OracleLinuxDevelopers/oraclelinux8/php/7.2-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
7 changes: 5 additions & 2 deletions OracleLinuxDevelopers/oraclelinux8/php/7.2-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 6 additions & 2 deletions OracleLinuxDevelopers/oraclelinux8/php/7.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 5 additions & 2 deletions OracleLinuxDevelopers/oraclelinux8/php/7.3-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
7 changes: 5 additions & 2 deletions OracleLinuxDevelopers/oraclelinux8/php/7.3-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading

0 comments on commit 65db563

Please sign in to comment.