Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Commit

Permalink
upgrade to 6.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiezhi committed Jan 6, 2020
1 parent 9971930 commit 06449ed
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 34 deletions.
12 changes: 0 additions & 12 deletions Dockerfile

This file was deleted.

4 changes: 2 additions & 2 deletions parcels/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions redhat6/cdh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions redhat6/cm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions redhat7/cdh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions redhat7/cm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions sles12/cdh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions sles12/cm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions ubuntu1604/cdh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions ubuntu1604/cm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions ubuntu1804/cdh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 1 addition & 2 deletions ubuntu1804/cm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 06449ed

Please sign in to comment.