Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.

Commit 8b85a5d

Browse files
committed
(Fix:STATIC) 修正7牛CDN过期问题
1 parent 73cd135 commit 8b85a5d

File tree

27 files changed

+31
-30
lines changed

27 files changed

+31
-30
lines changed

base/cmseasy/20160825/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM medicean/vulapps:base_lamp
22
MAINTAINER Medici.Yan <[email protected]>
33

4-
ENV CMSEASY_URL http://oe58q5lw3.bkt.clouddn.com/c/cmseasy/cmseasy/CmsEasy_5.6_UTF-8_20160825.tar.gz
4+
ENV CMSEASY_URL http://vulapps.xuanbo.cc/c/cmseasy/cmseasy/CmsEasy_5.6_UTF-8_20160825.tar.gz
55

66
# COPY src/CmsEasy_5.6_UTF-8_20160825.tar.gz /tmp/cmseasy.tar.gz
77
COPY src/cmseasy.sql /tmp/cmseasy.sql

base/drupal/8.3.0/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY src/files.tar.gz /tmp/files.tar.gz
1212
ENV DRUPAL_VERSION 8.3.0
1313
ENV DRUPAL_MD5 1dcce599eddba07eb00e8879937525c3
1414

15-
RUN curl -fSL "http://oe58q5lw3.bkt.clouddn.com/d/drupal/drupal/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz \
15+
RUN curl -fSL "http://vulapps.xuanbo.cc/d/drupal/drupal/drupal-${DRUPAL_VERSION}.tar.gz" -o drupal.tar.gz \
1616
&& echo "${DRUPAL_MD5} *drupal.tar.gz" | md5sum -c - \
1717
&& tar -xz --strip-components=1 -f drupal.tar.gz \
1818
&& rm drupal.tar.gz \

base/joomla/3.5/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM medicean/vulapps:base_lamp
22
MAINTAINER Medici.Yan <[email protected]>
33

4-
ENV STATIC_URL_JOOMLA http://oe58q5lw3.bkt.clouddn.com/j/joomla/joomla/3.5.tar.gz
4+
ENV STATIC_URL_JOOMLA http://vulapps.xuanbo.cc/j/joomla/joomla/3.5.tar.gz
55

66
RUN set -x \
77
&& 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\

base/joomla/3.7/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM medicean/vulapps:base_lamp
22
MAINTAINER Medici.Yan <[email protected]>
33

4-
ENV STATIC_URL_JOOMLA http://oe58q5lw3.bkt.clouddn.com/j/joomla/joomla/joomla-3.7.0.zip
4+
ENV STATIC_URL_JOOMLA http://vulapps.xuanbo.cc/j/joomla/joomla/joomla-3.7.0.zip
55
# COPY src/joomla_3.7.0.zip /tmp/joomla-3.7.0.zip
66

77
RUN set -x \

d/drupal/1/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ WORKDIR /tmp
1010
RUN apt-get update \
1111
&& apt-get install -y libyaml-dev
1212

13-
RUN curl -fSL "http://oe58q5lw3.bkt.clouddn.com/y/yaml/yaml/yaml-${YAML_VERSION}.tgz" -o /tmp/yaml.tgz \
13+
RUN curl -fSL "http://vulapps.xuanbo.cc/y/yaml/yaml/yaml-${YAML_VERSION}.tgz" -o /tmp/yaml.tgz \
1414
&& echo "${YAML_MD5} /tmp/yaml.tgz" | md5sum -c - \
1515
&& tar -zxvf /tmp/yaml.tgz \
1616
&& cd /tmp/yaml-${YAML_VERSION}/ \

n/nodejs/1/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV TZ=Asia/Shanghai
66
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
77

88
# install nodejs
9-
ARG NODE_URL=http://oe58q5lw3.bkt.clouddn.com/n/nodejs/nodejs/node-v4.3.2-linux-x64.tar.gz
9+
ARG NODE_URL=http://vulapps.xuanbo.cc/n/nodejs/nodejs/node-v4.3.2-linux-x64.tar.gz
1010
RUN apt-get update \
1111
&& apt-get install -y wget unzip \
1212
&& wget -qO /tmp/nodejs.tar.gz $NODE_URL \

s/shiro/1/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM tomcat:8-jre8
22
33

4-
ENV WAR_URL http://oe58q5lw3.bkt.clouddn.com/s/shiro/shiro/shiro-1.2.4-samples-web.war
4+
ENV WAR_URL http://vulapps.xuanbo.cc/s/shiro/shiro/shiro-1.2.4-samples-web.war
55

66
WORKDIR /tmp
77

s/springboot/1/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM tomcat:8-jre8
22
33

4-
ENV WAR_URL http://oe58q5lw3.bkt.clouddn.com/s/springboot/springboot/spring-boot-sample-tomcat-jsp-1.3.0.RELEASE.war
4+
ENV WAR_URL http://vulapps.xuanbo.cc/s/springboot/springboot/spring-boot-sample-tomcat-jsp-1.3.0.RELEASE.war
55

66
WORKDIR /tmp
77

s/springwebflow/1/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM tomcat:8-jre8
22
33

4-
ENV WAR_URL http://oe58q5lw3.bkt.clouddn.com/s/springwebflow/springwebflow/springwebflow-2.4.4-booking-mvc.war
4+
ENV WAR_URL http://vulapps.xuanbo.cc/s/springwebflow/springwebflow/springwebflow-2.4.4-booking-mvc.war
55

66
WORKDIR /tmp
77

s/struts2/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@
1717
* [S2-048](./s2-048/)
1818
* [S2-052](./s2-052/)
1919
* [S2-053](./s2-053/)
20+
* [S2-057](./s2-057/)

s/struts2/s2-001/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM tomcat:8-jre8
22
33

4-
ENV WAR_URL http://ocnf2x3pk.bkt.clouddn.com/S2-001.war
4+
ENV WAR_URL http://vulapps.xuanbo.cc/s/struts2/struts2/S2-001.war
55

66
WORKDIR /tmp
77

s/struts2/s2-007/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM tomcat:8-jre8
22
33

4-
ENV WAR_URL http://ocnf2x3pk.bkt.clouddn.com/S2-007.war
4+
ENV WAR_URL http://vulapps.xuanbo.cc/s/struts2/struts2/S2-007.war
55

66
WORKDIR /tmp
77

s/struts2/s2-008/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM tomcat:8-jre8
22
33

4-
ENV WAR_URL http://ocnf2x3pk.bkt.clouddn.com/S2-008.war
4+
ENV WAR_URL http://vulapps.xuanbo.cc/s/struts2/struts2/S2-008.war
55

66
WORKDIR /tmp
77

s/struts2/s2-012/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM tomcat:8-jre8
22
33

4-
ENV WAR_URL http://ocnf2x3pk.bkt.clouddn.com/S2-012.war
4+
ENV WAR_URL http://vulapps.xuanbo.cc/s/struts2/struts2/S2-012.war
55

66
WORKDIR /tmp
77

s/struts2/s2-013/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM tomcat:8-jre8
22
33

4-
ENV WAR_URL http://ocnf2x3pk.bkt.clouddn.com/S2-013.war
4+
ENV WAR_URL http://vulapps.xuanbo.cc/s/struts2/struts2/S2-013.war
55

66
WORKDIR /tmp
77

s/struts2/s2-015/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM tomcat:8-jre8
22
33

4-
ENV WAR_URL http://ocnf2x3pk.bkt.clouddn.com/S2-015.war
4+
ENV WAR_URL http://vulapps.xuanbo.cc/s/struts2/struts2/S2-015.war
55

66
WORKDIR /tmp
77

s/struts2/s2-016/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM tomcat:8-jre8
22
33

4-
ENV WAR_URL http://ocnf2x3pk.bkt.clouddn.com/S2-016.war
4+
ENV WAR_URL http://vulapps.xuanbo.cc/s/struts2/struts2/S2-016.war
55

66
WORKDIR /tmp
77

s/struts2/s2-019/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM tomcat:8-jre8
22
33

4-
ENV WAR_URL http://ocnf2x3pk.bkt.clouddn.com/S2-019.war
4+
ENV WAR_URL http://vulapps.xuanbo.cc/s/struts2/struts2/S2-019.war
55

66
WORKDIR /tmp
77

s/struts2/s2-029/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM tomcat:8-jre8
22
33

4-
ENV WAR_URL http://ocnf2x3pk.bkt.clouddn.com/S2-029.war
4+
ENV WAR_URL http://vulapps.xuanbo.cc/s/struts2/struts2/S2-029.war
55

66
WORKDIR /tmp
77

s/struts2/s2-046/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM tomcat:8-jre8
22
33

4-
ENV WAR_URL http://oe58q5lw3.bkt.clouddn.com/s/struts2/struts2/s2-046.war
4+
ENV WAR_URL http://vulapps.xuanbo.cc/s/struts2/struts2/s2-046.war
55

66
WORKDIR /tmp
77

s/struts2/s2-048/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM tomcat:8-jre8
22
33

4-
ENV WAR_URL http://oe58q5lw3.bkt.clouddn.com/s/struts2/struts2/s2-048-1.war
4+
ENV WAR_URL http://vulapps.xuanbo.cc/s/struts2/struts2/s2-048-1.war
55

66
WORKDIR /tmp
77

s/struts2/s2-053/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM tomcat:8-jre8
22
33

4-
ENV WAR_URL http://oe58q5lw3.bkt.clouddn.com/s/struts2/struts2/s2-053.war
4+
ENV WAR_URL http://vulapps.xuanbo.cc/s/struts2/struts2/s2-053.war
55

66
WORKDIR /tmp
77

s/struts2/s2-057/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM tomcat:8-jre8
22
33

4-
ENV WAR_URL http://oe58q5lw3.bkt.clouddn.com/s/struts2/struts2/s2-057.war
4+
ENV WAR_URL http://vulapps.xuanbo.cc/s/struts2/struts2/s2-057.war
55

66
WORKDIR /tmp
77

tools/ant/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
99
# RUN sed -i 's/archive.ubuntu.com/mirrors.aliyun.com/g' /etc/apt/sources.list
1010

1111
### Install Node.js
12-
ARG NODE_URL=http://oe58q5lw3.bkt.clouddn.com/n/nodejs/nodejs/node-v4.3.2-linux-x64.tar.gz
12+
ARG NODE_URL=http://vulapps.xuanbo.cc/n/nodejs/nodejs/node-v4.3.2-linux-x64.tar.gz
1313
RUN apt-get update \
1414
&& apt-get install -y wget \
1515
&& wget -qO /tmp/nodejs.tar.gz $NODE_URL \
@@ -20,7 +20,7 @@ RUN apt-get update \
2020
&& rm -f /tmp/nodejs.tar.gz \
2121
&& mkdir -p /htdocs
2222

23-
ARG MONGO_URL=http://oe58q5lw3.bkt.clouddn.com/m/mongodb/mongodb/mongodb-linux-x86_64-ubuntu1404-3.2.0.tgz
23+
ARG MONGO_URL=http://vulapps.xuanbo.cc/m/mongodb/mongodb/mongodb-linux-x86_64-ubuntu1404-3.2.0.tgz
2424
RUN apt-get update \
2525
&& apt-get install -y wget \
2626
&& wget -qO /tmp/mongodb.tgz $MONGO_URL \
@@ -32,7 +32,7 @@ RUN apt-get update \
3232
ENV PATH /opt/node/bin:/opt/mongodb/bin:$PATH
3333

3434
VOLUME /var/data
35-
ARG ANT_ZIP=http://oe58q5lw3.bkt.clouddn.com/tools/ant/ant-1.0.zip
35+
ARG ANT_ZIP=http://vulapps.xuanbo.cc/tools/ant/ant-1.0.zip
3636
RUN apt-get update \
3737
&& apt-get install -y wget unzip \
3838
&& wget -qO /tmp/ant.zip $ANT_ZIP \

w/wordpress/2/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MAINTAINER [email protected]
33

44
COPY src/mailpress.sql /tmp/mailpress.sql
55

6-
ENV PLUGIN_URL http://oe58q5lw3.bkt.clouddn.com/w/wordpress/plugins/mailpress-5.4.2.zip
6+
ENV PLUGIN_URL http://vulapps.xuanbo.cc/w/wordpress/plugins/mailpress-5.4.2.zip
77
RUN apt-get install -y wget unzip
88

99
RUN set -x \

w/wordpress/5/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM medicean/vulapps:base_lamp
22
MAINTAINER Medici.Yan <[email protected]>
33

4-
ARG WP_URL=http://oe58q5lw3.bkt.clouddn.com/w/wordpress/wordpress/wordpress-4.7.1.tar.gz
5-
ARG WPCLI_URL=http://oe58q5lw3.bkt.clouddn.com/w/wordpress/wp-cli/wp-cli.phar
4+
ARG WP_URL=http://vulapps.xuanbo.cc/w/wordpress/wordpress/wordpress-4.7.1.tar.gz
5+
ARG WPCLI_URL=http://vulapps.xuanbo.cc/w/wordpress/wp-cli/wp-cli.phar
66

77

88
COPY src/wordpress.sql /tmp/wordpress.sql

w/wordpress/6/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM medicean/vulapps:base_lamp
22
MAINTAINER Medici.Yan <[email protected]>
33

4-
ARG WP_URL=http://oe58q5lw3.bkt.clouddn.com/w/wordpress/wordpress/wordpress-4.6.tar.gz
5-
ARG WPCLI_URL=http://oe58q5lw3.bkt.clouddn.com/w/wordpress/wp-cli/wp-cli.phar
4+
ARG WP_URL=http://vulapps.xuanbo.cc/w/wordpress/wordpress/wordpress-4.6.tar.gz
5+
ARG WPCLI_URL=http://vulapps.xuanbo.cc/w/wordpress/wp-cli/wp-cli.phar
66

77
COPY src/wordpress.sql /tmp/wordpress.sql
88
COPY src/apache2.conf /etc/apache2/apache2.conf

0 commit comments

Comments
 (0)