From 8b85a5dbadab6683bef9b08e393a98ab7e067c3c Mon Sep 17 00:00:00 2001 From: Medicean Date: Mon, 14 Jan 2019 20:47:22 +0800 Subject: [PATCH] =?UTF-8?q?(Fix:STATIC)=20=E4=BF=AE=E6=AD=A37=E7=89=9BCDN?= =?UTF-8?q?=E8=BF=87=E6=9C=9F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/cmseasy/20160825/Dockerfile | 2 +- base/drupal/8.3.0/Dockerfile | 2 +- base/joomla/3.5/Dockerfile | 2 +- base/joomla/3.7/Dockerfile | 2 +- d/drupal/1/Dockerfile | 2 +- n/nodejs/1/Dockerfile | 2 +- s/shiro/1/Dockerfile | 2 +- s/springboot/1/Dockerfile | 2 +- s/springwebflow/1/Dockerfile | 2 +- s/struts2/README.md | 1 + s/struts2/s2-001/Dockerfile | 2 +- s/struts2/s2-007/Dockerfile | 2 +- s/struts2/s2-008/Dockerfile | 2 +- s/struts2/s2-012/Dockerfile | 2 +- s/struts2/s2-013/Dockerfile | 2 +- s/struts2/s2-015/Dockerfile | 2 +- s/struts2/s2-016/Dockerfile | 2 +- s/struts2/s2-019/Dockerfile | 2 +- s/struts2/s2-029/Dockerfile | 2 +- s/struts2/s2-046/Dockerfile | 2 +- s/struts2/s2-048/Dockerfile | 2 +- s/struts2/s2-053/Dockerfile | 2 +- s/struts2/s2-057/Dockerfile | 2 +- tools/ant/Dockerfile | 6 +++--- w/wordpress/2/Dockerfile | 2 +- w/wordpress/5/Dockerfile | 4 ++-- w/wordpress/6/Dockerfile | 4 ++-- 27 files changed, 31 insertions(+), 30 deletions(-) diff --git a/base/cmseasy/20160825/Dockerfile b/base/cmseasy/20160825/Dockerfile index b8471b3..8ab5e7b 100644 --- a/base/cmseasy/20160825/Dockerfile +++ b/base/cmseasy/20160825/Dockerfile @@ -1,7 +1,7 @@ FROM medicean/vulapps:base_lamp MAINTAINER Medici.Yan -ENV CMSEASY_URL http://oe58q5lw3.bkt.clouddn.com/c/cmseasy/cmseasy/CmsEasy_5.6_UTF-8_20160825.tar.gz +ENV CMSEASY_URL http://vulapps.xuanbo.cc/c/cmseasy/cmseasy/CmsEasy_5.6_UTF-8_20160825.tar.gz # COPY src/CmsEasy_5.6_UTF-8_20160825.tar.gz /tmp/cmseasy.tar.gz COPY src/cmseasy.sql /tmp/cmseasy.sql diff --git a/base/drupal/8.3.0/Dockerfile b/base/drupal/8.3.0/Dockerfile index 9126911..2c84575 100644 --- a/base/drupal/8.3.0/Dockerfile +++ b/base/drupal/8.3.0/Dockerfile @@ -12,7 +12,7 @@ COPY src/files.tar.gz /tmp/files.tar.gz ENV DRUPAL_VERSION 8.3.0 ENV DRUPAL_MD5 1dcce599eddba07eb00e8879937525c3 -RUN curl -fSL "http://oe58q5lw3.bkt.clouddn.com/d/drupal/drupal/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz \ +RUN curl -fSL "http://vulapps.xuanbo.cc/d/drupal/drupal/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz \ && echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - \ && tar -xz --strip-components=1 -f drupal.tar.gz \ && rm drupal.tar.gz \ diff --git a/base/joomla/3.5/Dockerfile b/base/joomla/3.5/Dockerfile index cedf913..361ea84 100644 --- a/base/joomla/3.5/Dockerfile +++ b/base/joomla/3.5/Dockerfile @@ -1,7 +1,7 @@ FROM medicean/vulapps:base_lamp MAINTAINER Medici.Yan -ENV STATIC_URL_JOOMLA http://oe58q5lw3.bkt.clouddn.com/j/joomla/joomla/3.5.tar.gz +ENV STATIC_URL_JOOMLA http://vulapps.xuanbo.cc/j/joomla/joomla/3.5.tar.gz RUN set -x \ && apt-get install -y php5-mysql php5-dev php5-gd php5-memcache php5-pspell php5-snmp snmp php5-xmlrpc libapache2-mod-php5 php5-cli wget\ diff --git a/base/joomla/3.7/Dockerfile b/base/joomla/3.7/Dockerfile index a7b94b1..b701a7c 100644 --- a/base/joomla/3.7/Dockerfile +++ b/base/joomla/3.7/Dockerfile @@ -1,7 +1,7 @@ FROM medicean/vulapps:base_lamp MAINTAINER Medici.Yan -ENV STATIC_URL_JOOMLA http://oe58q5lw3.bkt.clouddn.com/j/joomla/joomla/joomla-3.7.0.zip +ENV STATIC_URL_JOOMLA http://vulapps.xuanbo.cc/j/joomla/joomla/joomla-3.7.0.zip # COPY src/joomla_3.7.0.zip /tmp/joomla-3.7.0.zip RUN set -x \ diff --git a/d/drupal/1/Dockerfile b/d/drupal/1/Dockerfile index e07c5f6..b7ffa33 100644 --- a/d/drupal/1/Dockerfile +++ b/d/drupal/1/Dockerfile @@ -10,7 +10,7 @@ WORKDIR /tmp RUN apt-get update \ && apt-get install -y libyaml-dev -RUN curl -fSL "http://oe58q5lw3.bkt.clouddn.com/y/yaml/yaml/yaml-${YAML_VERSION}.tgz" -o /tmp/yaml.tgz \ +RUN curl -fSL "http://vulapps.xuanbo.cc/y/yaml/yaml/yaml-${YAML_VERSION}.tgz" -o /tmp/yaml.tgz \ && echo "${YAML_MD5} /tmp/yaml.tgz" | md5sum -c - \ && tar -zxvf /tmp/yaml.tgz \ && cd /tmp/yaml-${YAML_VERSION}/ \ diff --git a/n/nodejs/1/Dockerfile b/n/nodejs/1/Dockerfile index a336ca0..9fe8b86 100644 --- a/n/nodejs/1/Dockerfile +++ b/n/nodejs/1/Dockerfile @@ -6,7 +6,7 @@ ENV TZ=Asia/Shanghai RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone # install nodejs -ARG NODE_URL=http://oe58q5lw3.bkt.clouddn.com/n/nodejs/nodejs/node-v4.3.2-linux-x64.tar.gz +ARG NODE_URL=http://vulapps.xuanbo.cc/n/nodejs/nodejs/node-v4.3.2-linux-x64.tar.gz RUN apt-get update \ && apt-get install -y wget unzip \ && wget -qO /tmp/nodejs.tar.gz $NODE_URL \ diff --git a/s/shiro/1/Dockerfile b/s/shiro/1/Dockerfile index 3f3b756..082951f 100644 --- a/s/shiro/1/Dockerfile +++ b/s/shiro/1/Dockerfile @@ -1,7 +1,7 @@ FROM tomcat:8-jre8 MAINTAINER Medici.Yan@Gmail.com -ENV WAR_URL http://oe58q5lw3.bkt.clouddn.com/s/shiro/shiro/shiro-1.2.4-samples-web.war +ENV WAR_URL http://vulapps.xuanbo.cc/s/shiro/shiro/shiro-1.2.4-samples-web.war WORKDIR /tmp diff --git a/s/springboot/1/Dockerfile b/s/springboot/1/Dockerfile index 7c13d37..cc773c4 100644 --- a/s/springboot/1/Dockerfile +++ b/s/springboot/1/Dockerfile @@ -1,7 +1,7 @@ FROM tomcat:8-jre8 MAINTAINER Medici.Yan@Gmail.com -ENV WAR_URL http://oe58q5lw3.bkt.clouddn.com/s/springboot/springboot/spring-boot-sample-tomcat-jsp-1.3.0.RELEASE.war +ENV WAR_URL http://vulapps.xuanbo.cc/s/springboot/springboot/spring-boot-sample-tomcat-jsp-1.3.0.RELEASE.war WORKDIR /tmp diff --git a/s/springwebflow/1/Dockerfile b/s/springwebflow/1/Dockerfile index 19072e8..aeda416 100644 --- a/s/springwebflow/1/Dockerfile +++ b/s/springwebflow/1/Dockerfile @@ -1,7 +1,7 @@ FROM tomcat:8-jre8 MAINTAINER Medici.Yan@Gmail.com -ENV WAR_URL http://oe58q5lw3.bkt.clouddn.com/s/springwebflow/springwebflow/springwebflow-2.4.4-booking-mvc.war +ENV WAR_URL http://vulapps.xuanbo.cc/s/springwebflow/springwebflow/springwebflow-2.4.4-booking-mvc.war WORKDIR /tmp diff --git a/s/struts2/README.md b/s/struts2/README.md index 266e0be..a3e0328 100644 --- a/s/struts2/README.md +++ b/s/struts2/README.md @@ -17,3 +17,4 @@ * [S2-048](./s2-048/) * [S2-052](./s2-052/) * [S2-053](./s2-053/) + * [S2-057](./s2-057/) diff --git a/s/struts2/s2-001/Dockerfile b/s/struts2/s2-001/Dockerfile index 6471ac9..7c806c1 100644 --- a/s/struts2/s2-001/Dockerfile +++ b/s/struts2/s2-001/Dockerfile @@ -1,7 +1,7 @@ FROM tomcat:8-jre8 MAINTAINER 0x0keeper@gmail.com -ENV WAR_URL http://ocnf2x3pk.bkt.clouddn.com/S2-001.war +ENV WAR_URL http://vulapps.xuanbo.cc/s/struts2/struts2/S2-001.war WORKDIR /tmp diff --git a/s/struts2/s2-007/Dockerfile b/s/struts2/s2-007/Dockerfile index 28c6a63..6d56e21 100644 --- a/s/struts2/s2-007/Dockerfile +++ b/s/struts2/s2-007/Dockerfile @@ -1,7 +1,7 @@ FROM tomcat:8-jre8 MAINTAINER 0x0keeper@gmail.com -ENV WAR_URL http://ocnf2x3pk.bkt.clouddn.com/S2-007.war +ENV WAR_URL http://vulapps.xuanbo.cc/s/struts2/struts2/S2-007.war WORKDIR /tmp diff --git a/s/struts2/s2-008/Dockerfile b/s/struts2/s2-008/Dockerfile index e4055d6..04b746e 100644 --- a/s/struts2/s2-008/Dockerfile +++ b/s/struts2/s2-008/Dockerfile @@ -1,7 +1,7 @@ FROM tomcat:8-jre8 MAINTAINER 0x0keeper@gmail.com -ENV WAR_URL http://ocnf2x3pk.bkt.clouddn.com/S2-008.war +ENV WAR_URL http://vulapps.xuanbo.cc/s/struts2/struts2/S2-008.war WORKDIR /tmp diff --git a/s/struts2/s2-012/Dockerfile b/s/struts2/s2-012/Dockerfile index 86b6836..d2f491a 100644 --- a/s/struts2/s2-012/Dockerfile +++ b/s/struts2/s2-012/Dockerfile @@ -1,7 +1,7 @@ FROM tomcat:8-jre8 MAINTAINER 0x0keeper@gmail.com -ENV WAR_URL http://ocnf2x3pk.bkt.clouddn.com/S2-012.war +ENV WAR_URL http://vulapps.xuanbo.cc/s/struts2/struts2/S2-012.war WORKDIR /tmp diff --git a/s/struts2/s2-013/Dockerfile b/s/struts2/s2-013/Dockerfile index 68116cf..51f485d 100644 --- a/s/struts2/s2-013/Dockerfile +++ b/s/struts2/s2-013/Dockerfile @@ -1,7 +1,7 @@ FROM tomcat:8-jre8 MAINTAINER 0x0keeper@gmail.com -ENV WAR_URL http://ocnf2x3pk.bkt.clouddn.com/S2-013.war +ENV WAR_URL http://vulapps.xuanbo.cc/s/struts2/struts2/S2-013.war WORKDIR /tmp diff --git a/s/struts2/s2-015/Dockerfile b/s/struts2/s2-015/Dockerfile index efdd089..650f687 100644 --- a/s/struts2/s2-015/Dockerfile +++ b/s/struts2/s2-015/Dockerfile @@ -1,7 +1,7 @@ FROM tomcat:8-jre8 MAINTAINER 0x0keeper@gmail.com -ENV WAR_URL http://ocnf2x3pk.bkt.clouddn.com/S2-015.war +ENV WAR_URL http://vulapps.xuanbo.cc/s/struts2/struts2/S2-015.war WORKDIR /tmp diff --git a/s/struts2/s2-016/Dockerfile b/s/struts2/s2-016/Dockerfile index 877232b..e135c54 100644 --- a/s/struts2/s2-016/Dockerfile +++ b/s/struts2/s2-016/Dockerfile @@ -1,7 +1,7 @@ FROM tomcat:8-jre8 MAINTAINER 0x0keeper@gmail.com -ENV WAR_URL http://ocnf2x3pk.bkt.clouddn.com/S2-016.war +ENV WAR_URL http://vulapps.xuanbo.cc/s/struts2/struts2/S2-016.war WORKDIR /tmp diff --git a/s/struts2/s2-019/Dockerfile b/s/struts2/s2-019/Dockerfile index acf4563..cf4081b 100644 --- a/s/struts2/s2-019/Dockerfile +++ b/s/struts2/s2-019/Dockerfile @@ -1,7 +1,7 @@ FROM tomcat:8-jre8 MAINTAINER 0x0keeper@gmail.com -ENV WAR_URL http://ocnf2x3pk.bkt.clouddn.com/S2-019.war +ENV WAR_URL http://vulapps.xuanbo.cc/s/struts2/struts2/S2-019.war WORKDIR /tmp diff --git a/s/struts2/s2-029/Dockerfile b/s/struts2/s2-029/Dockerfile index 86662fd..36b6379 100644 --- a/s/struts2/s2-029/Dockerfile +++ b/s/struts2/s2-029/Dockerfile @@ -1,7 +1,7 @@ FROM tomcat:8-jre8 MAINTAINER 0x0keeper@gmail.com -ENV WAR_URL http://ocnf2x3pk.bkt.clouddn.com/S2-029.war +ENV WAR_URL http://vulapps.xuanbo.cc/s/struts2/struts2/S2-029.war WORKDIR /tmp diff --git a/s/struts2/s2-046/Dockerfile b/s/struts2/s2-046/Dockerfile index 9af2055..24896f4 100644 --- a/s/struts2/s2-046/Dockerfile +++ b/s/struts2/s2-046/Dockerfile @@ -1,7 +1,7 @@ FROM tomcat:8-jre8 MAINTAINER Medici.Yan@Gmail.com -ENV WAR_URL http://oe58q5lw3.bkt.clouddn.com/s/struts2/struts2/s2-046.war +ENV WAR_URL http://vulapps.xuanbo.cc/s/struts2/struts2/s2-046.war WORKDIR /tmp diff --git a/s/struts2/s2-048/Dockerfile b/s/struts2/s2-048/Dockerfile index f2f967d..9ced0fe 100644 --- a/s/struts2/s2-048/Dockerfile +++ b/s/struts2/s2-048/Dockerfile @@ -1,7 +1,7 @@ FROM tomcat:8-jre8 MAINTAINER Medici.Yan@Gmail.com -ENV WAR_URL http://oe58q5lw3.bkt.clouddn.com/s/struts2/struts2/s2-048-1.war +ENV WAR_URL http://vulapps.xuanbo.cc/s/struts2/struts2/s2-048-1.war WORKDIR /tmp diff --git a/s/struts2/s2-053/Dockerfile b/s/struts2/s2-053/Dockerfile index 0294094..5faaddc 100644 --- a/s/struts2/s2-053/Dockerfile +++ b/s/struts2/s2-053/Dockerfile @@ -1,7 +1,7 @@ FROM tomcat:8-jre8 MAINTAINER Medici.Yan@Gmail.com -ENV WAR_URL http://oe58q5lw3.bkt.clouddn.com/s/struts2/struts2/s2-053.war +ENV WAR_URL http://vulapps.xuanbo.cc/s/struts2/struts2/s2-053.war WORKDIR /tmp diff --git a/s/struts2/s2-057/Dockerfile b/s/struts2/s2-057/Dockerfile index f1fc752..d6b7e3b 100644 --- a/s/struts2/s2-057/Dockerfile +++ b/s/struts2/s2-057/Dockerfile @@ -1,7 +1,7 @@ FROM tomcat:8-jre8 MAINTAINER Medici.Yan@Gmail.com -ENV WAR_URL http://oe58q5lw3.bkt.clouddn.com/s/struts2/struts2/s2-057.war +ENV WAR_URL http://vulapps.xuanbo.cc/s/struts2/struts2/s2-057.war WORKDIR /tmp diff --git a/tools/ant/Dockerfile b/tools/ant/Dockerfile index 63d5639..68a6f28 100644 --- a/tools/ant/Dockerfile +++ b/tools/ant/Dockerfile @@ -9,7 +9,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone # RUN sed -i 's/archive.ubuntu.com/mirrors.aliyun.com/g' /etc/apt/sources.list ### Install Node.js -ARG NODE_URL=http://oe58q5lw3.bkt.clouddn.com/n/nodejs/nodejs/node-v4.3.2-linux-x64.tar.gz +ARG NODE_URL=http://vulapps.xuanbo.cc/n/nodejs/nodejs/node-v4.3.2-linux-x64.tar.gz RUN apt-get update \ && apt-get install -y wget \ && wget -qO /tmp/nodejs.tar.gz $NODE_URL \ @@ -20,7 +20,7 @@ RUN apt-get update \ && rm -f /tmp/nodejs.tar.gz \ && mkdir -p /htdocs -ARG MONGO_URL=http://oe58q5lw3.bkt.clouddn.com/m/mongodb/mongodb/mongodb-linux-x86_64-ubuntu1404-3.2.0.tgz +ARG MONGO_URL=http://vulapps.xuanbo.cc/m/mongodb/mongodb/mongodb-linux-x86_64-ubuntu1404-3.2.0.tgz RUN apt-get update \ && apt-get install -y wget \ && wget -qO /tmp/mongodb.tgz $MONGO_URL \ @@ -32,7 +32,7 @@ RUN apt-get update \ ENV PATH /opt/node/bin:/opt/mongodb/bin:$PATH VOLUME /var/data -ARG ANT_ZIP=http://oe58q5lw3.bkt.clouddn.com/tools/ant/ant-1.0.zip +ARG ANT_ZIP=http://vulapps.xuanbo.cc/tools/ant/ant-1.0.zip RUN apt-get update \ && apt-get install -y wget unzip \ && wget -qO /tmp/ant.zip $ANT_ZIP \ diff --git a/w/wordpress/2/Dockerfile b/w/wordpress/2/Dockerfile index 08ce22a..b21511b 100644 --- a/w/wordpress/2/Dockerfile +++ b/w/wordpress/2/Dockerfile @@ -3,7 +3,7 @@ MAINTAINER cnsolu@163.com COPY src/mailpress.sql /tmp/mailpress.sql -ENV PLUGIN_URL http://oe58q5lw3.bkt.clouddn.com/w/wordpress/plugins/mailpress-5.4.2.zip +ENV PLUGIN_URL http://vulapps.xuanbo.cc/w/wordpress/plugins/mailpress-5.4.2.zip RUN apt-get install -y wget unzip RUN set -x \ diff --git a/w/wordpress/5/Dockerfile b/w/wordpress/5/Dockerfile index 0eb669c..e6adaba 100644 --- a/w/wordpress/5/Dockerfile +++ b/w/wordpress/5/Dockerfile @@ -1,8 +1,8 @@ FROM medicean/vulapps:base_lamp MAINTAINER Medici.Yan -ARG WP_URL=http://oe58q5lw3.bkt.clouddn.com/w/wordpress/wordpress/wordpress-4.7.1.tar.gz -ARG WPCLI_URL=http://oe58q5lw3.bkt.clouddn.com/w/wordpress/wp-cli/wp-cli.phar +ARG WP_URL=http://vulapps.xuanbo.cc/w/wordpress/wordpress/wordpress-4.7.1.tar.gz +ARG WPCLI_URL=http://vulapps.xuanbo.cc/w/wordpress/wp-cli/wp-cli.phar COPY src/wordpress.sql /tmp/wordpress.sql diff --git a/w/wordpress/6/Dockerfile b/w/wordpress/6/Dockerfile index 0210e73..96fc856 100644 --- a/w/wordpress/6/Dockerfile +++ b/w/wordpress/6/Dockerfile @@ -1,8 +1,8 @@ FROM medicean/vulapps:base_lamp MAINTAINER Medici.Yan -ARG WP_URL=http://oe58q5lw3.bkt.clouddn.com/w/wordpress/wordpress/wordpress-4.6.tar.gz -ARG WPCLI_URL=http://oe58q5lw3.bkt.clouddn.com/w/wordpress/wp-cli/wp-cli.phar +ARG WP_URL=http://vulapps.xuanbo.cc/w/wordpress/wordpress/wordpress-4.6.tar.gz +ARG WPCLI_URL=http://vulapps.xuanbo.cc/w/wordpress/wp-cli/wp-cli.phar COPY src/wordpress.sql /tmp/wordpress.sql COPY src/apache2.conf /etc/apache2/apache2.conf