From 06449ed43ffa2986d9d4ff84649fe05a5ee15afb Mon Sep 17 00:00:00 2001 From: "Jiezhi.G" Date: Mon, 6 Jan 2020 17:59:31 +0800 Subject: [PATCH] upgrade to 6.3.2 --- Dockerfile | 12 ------------ parcels/Dockerfile | 4 ++-- redhat6/cdh/Dockerfile | 4 ++-- redhat6/cm/Dockerfile | 3 +-- redhat7/cdh/Dockerfile | 4 ++-- redhat7/cm/Dockerfile | 3 +-- sles12/cdh/Dockerfile | 4 ++-- sles12/cm/Dockerfile | 3 +-- ubuntu1604/cdh/Dockerfile | 4 ++-- ubuntu1604/cm/Dockerfile | 3 +-- ubuntu1804/cdh/Dockerfile | 4 ++-- ubuntu1804/cm/Dockerfile | 3 +-- 12 files changed, 17 insertions(+), 34 deletions(-) delete mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index b11c32a..0000000 --- a/Dockerfile +++ /dev/null @@ -1,12 +0,0 @@ -FROM httpd:2.4 - -ENV HTTP_DIR /usr/local/apache2/htdocs/cloudera-repo - -RUN set -ex; \ - apt update; \ - apt install -y --no-install-recommends wget ca-certificates; \ - apt autoremove -y; \ - rm -rf /var/lib/apt/lists/*; \ - mkdir -p $HTTP_DIR; \ - wget https://archive.cloudera.com/cm6/6.3.1/repo-as-tarball/cm6.3.1-redhat7.tar.gz -P $HTTP_DIR; \ - chmod -R ugo+rX $HTTP_DIR diff --git a/parcels/Dockerfile b/parcels/Dockerfile index 9251c68..05db6db 100644 --- a/parcels/Dockerfile +++ b/parcels/Dockerfile @@ -10,6 +10,6 @@ RUN set -ex; \ apt autoremove -y; \ rm -rf /var/lib/apt/lists/*; \ mkdir -p $HTTP_DIR; \ - wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/cdh6/6.3.1/parcels/ -P $HTTP_DIR ;\ - wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/gplextras6/6.3.1/parcels/ -P $HTTP_DIR ;\ + wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/cdh6/6.3.2/parcels/ -P $HTTP_DIR ;\ + wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/gplextras6/6.3.2/parcels/ -P $HTTP_DIR ;\ chmod -R ugo+rX $HTTP_DIR diff --git a/redhat6/cdh/Dockerfile b/redhat6/cdh/Dockerfile index 1caaf02..42580ac 100644 --- a/redhat6/cdh/Dockerfile +++ b/redhat6/cdh/Dockerfile @@ -10,6 +10,6 @@ RUN set -ex; \ apt autoremove -y; \ rm -rf /var/lib/apt/lists/*; \ mkdir -p $HTTP_DIR; \ - wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/cdh6/6.3.1/redhat6/ -P $HTTP_DIR ;\ - wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/gplextras6/6.3.1/redhat6/ -P $HTTP_DIR ;\ + wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/cdh6/6.3.2/redhat6/ -P $HTTP_DIR ;\ + wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/gplextras6/6.3.2/redhat6/ -P $HTTP_DIR ;\ chmod -R ugo+rX $HTTP_DIR diff --git a/redhat6/cm/Dockerfile b/redhat6/cm/Dockerfile index a5448ce..dea998a 100644 --- a/redhat6/cm/Dockerfile +++ b/redhat6/cm/Dockerfile @@ -10,6 +10,5 @@ RUN set -ex; \ apt autoremove -y; \ rm -rf /var/lib/apt/lists/*; \ mkdir -p $HTTP_DIR; \ - wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/cm6/6.3.1/redhat6/ -P $HTTP_DIR ;\ - wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/cm6/6.3.1/allkeys.asc -P $HTTP_DIR ;\ + ;\ chmod -R ugo+rX $HTTP_DIR diff --git a/redhat7/cdh/Dockerfile b/redhat7/cdh/Dockerfile index f2d413f..5090ace 100644 --- a/redhat7/cdh/Dockerfile +++ b/redhat7/cdh/Dockerfile @@ -10,6 +10,6 @@ RUN set -ex; \ apt autoremove -y; \ rm -rf /var/lib/apt/lists/*; \ mkdir -p $HTTP_DIR; \ - wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/cdh6/6.3.1/redhat7/ -P $HTTP_DIR ;\ - wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/gplextras6/6.3.1/redhat7/ -P $HTTP_DIR ;\ + wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/cdh6/6.3.2/redhat7/ -P $HTTP_DIR ;\ + wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/gplextras6/6.3.2/redhat7/ -P $HTTP_DIR ;\ chmod -R ugo+rX $HTTP_DIR diff --git a/redhat7/cm/Dockerfile b/redhat7/cm/Dockerfile index 9490fd4..dea998a 100644 --- a/redhat7/cm/Dockerfile +++ b/redhat7/cm/Dockerfile @@ -10,6 +10,5 @@ RUN set -ex; \ apt autoremove -y; \ rm -rf /var/lib/apt/lists/*; \ mkdir -p $HTTP_DIR; \ - wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/cm6/6.3.1/redhat7/ -P $HTTP_DIR ;\ - wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/cm6/6.3.1/allkeys.asc -P $HTTP_DIR ;\ + ;\ chmod -R ugo+rX $HTTP_DIR diff --git a/sles12/cdh/Dockerfile b/sles12/cdh/Dockerfile index bb86ae1..37395e7 100644 --- a/sles12/cdh/Dockerfile +++ b/sles12/cdh/Dockerfile @@ -10,6 +10,6 @@ RUN set -ex; \ apt autoremove -y; \ rm -rf /var/lib/apt/lists/*; \ mkdir -p $HTTP_DIR; \ - wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/cdh6/6.3.1/sles12/ -P $HTTP_DIR ;\ - wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/gplextras6/6.3.1/sles12/ -P $HTTP_DIR ;\ + wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/cdh6/6.3.2/sles12/ -P $HTTP_DIR ;\ + wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/gplextras6/6.3.2/sles12/ -P $HTTP_DIR ;\ chmod -R ugo+rX $HTTP_DIR diff --git a/sles12/cm/Dockerfile b/sles12/cm/Dockerfile index 6d9fc11..dea998a 100644 --- a/sles12/cm/Dockerfile +++ b/sles12/cm/Dockerfile @@ -10,6 +10,5 @@ RUN set -ex; \ apt autoremove -y; \ rm -rf /var/lib/apt/lists/*; \ mkdir -p $HTTP_DIR; \ - wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/cm6/6.3.1/sles12/ -P $HTTP_DIR ;\ - wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/cm6/6.3.1/allkeys.asc -P $HTTP_DIR ;\ + ;\ chmod -R ugo+rX $HTTP_DIR diff --git a/ubuntu1604/cdh/Dockerfile b/ubuntu1604/cdh/Dockerfile index 62d6bde..cac031c 100644 --- a/ubuntu1604/cdh/Dockerfile +++ b/ubuntu1604/cdh/Dockerfile @@ -10,6 +10,6 @@ RUN set -ex; \ apt autoremove -y; \ rm -rf /var/lib/apt/lists/*; \ mkdir -p $HTTP_DIR; \ - wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/cdh6/6.3.1/ubuntu1604/ -P $HTTP_DIR ;\ - wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/gplextras6/6.3.1/ubuntu1604/ -P $HTTP_DIR ;\ + wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/cdh6/6.3.2/ubuntu1604/ -P $HTTP_DIR ;\ + wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/gplextras6/6.3.2/ubuntu1604/ -P $HTTP_DIR ;\ chmod -R ugo+rX $HTTP_DIR diff --git a/ubuntu1604/cm/Dockerfile b/ubuntu1604/cm/Dockerfile index ad743e0..dea998a 100644 --- a/ubuntu1604/cm/Dockerfile +++ b/ubuntu1604/cm/Dockerfile @@ -10,6 +10,5 @@ RUN set -ex; \ apt autoremove -y; \ rm -rf /var/lib/apt/lists/*; \ mkdir -p $HTTP_DIR; \ - wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/cm6/6.3.1/ubuntu1604/ -P $HTTP_DIR ;\ - wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/cm6/6.3.1/allkeys.asc -P $HTTP_DIR ;\ + ;\ chmod -R ugo+rX $HTTP_DIR diff --git a/ubuntu1804/cdh/Dockerfile b/ubuntu1804/cdh/Dockerfile index 2b485c9..bb441b3 100644 --- a/ubuntu1804/cdh/Dockerfile +++ b/ubuntu1804/cdh/Dockerfile @@ -10,6 +10,6 @@ RUN set -ex; \ apt autoremove -y; \ rm -rf /var/lib/apt/lists/*; \ mkdir -p $HTTP_DIR; \ - wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/cdh6/6.3.1/ubuntu1804/ -P $HTTP_DIR ;\ - wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/gplextras6/6.3.1/ubuntu1804/ -P $HTTP_DIR ;\ + wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/cdh6/6.3.2/ubuntu1804/ -P $HTTP_DIR ;\ + wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/gplextras6/6.3.2/ubuntu1804/ -P $HTTP_DIR ;\ chmod -R ugo+rX $HTTP_DIR diff --git a/ubuntu1804/cm/Dockerfile b/ubuntu1804/cm/Dockerfile index b341063..dea998a 100644 --- a/ubuntu1804/cm/Dockerfile +++ b/ubuntu1804/cm/Dockerfile @@ -10,6 +10,5 @@ RUN set -ex; \ apt autoremove -y; \ rm -rf /var/lib/apt/lists/*; \ mkdir -p $HTTP_DIR; \ - wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/cm6/6.3.1/ubuntu1804/ -P $HTTP_DIR ;\ - wget -nv --recursive --no-parent --no-host-directories https://archive.cloudera.com/cm6/6.3.1/allkeys.asc -P $HTTP_DIR ;\ + ;\ chmod -R ugo+rX $HTTP_DIR