File tree Expand file tree Collapse file tree 17 files changed +17
-21
lines changed Expand file tree Collapse file tree 17 files changed +17
-21
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN chown -R ftpuser.www-data /var/www
23
23
RUN chmod g+w -R /var/www
24
24
25
25
# BATS (Bash Automated Testings)
26
- RUN git clone --depth 1 https://github.com/bats-core/bats-core.git /bats-core --branch v1.2.1
26
+ RUN git clone --depth 1 https://github.com/bats-core/bats-core.git /bats-core
27
27
RUN git clone --depth 1 https://github.com/bats-core/bats-support /bats-support
28
28
RUN git clone --depth 1 https://github.com/bats-core/bats-assert /bats-assert
29
29
RUN /bats-core/install.sh /usr/local
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN chown -R ftpuser.www-data /var/www
24
24
RUN chmod g+w -R /var/www
25
25
26
26
# BATS (Bash Automated Testings)
27
- RUN git clone https://github.com/bats-core/bats-core.git /bats-core --branch v1.2.1
27
+ RUN git clone https://github.com/bats-core/bats-core.git /bats-core
28
28
RUN git clone https://github.com/bats-core/bats-support /bats-support
29
29
RUN git clone https://github.com/bats-core/bats-assert /bats-assert
30
30
RUN /bats-core/install.sh /usr/local
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN chown -R ftpuser.www-data /var/www
24
24
RUN chmod g+w -R /var/www
25
25
26
26
# BATS (Bash Automated Testings)
27
- RUN git clone https://github.com/bats-core/bats-core.git /bats-core --branch v1.2.1
27
+ RUN git clone https://github.com/bats-core/bats-core.git /bats-core
28
28
RUN git clone https://github.com/bats-core/bats-support /bats-support
29
29
RUN git clone https://github.com/bats-core/bats-assert /bats-assert
30
30
RUN /bats-core/install.sh /usr/local
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN chown -R ftpuser.www-data /var/www
24
24
RUN chmod g+w -R /var/www
25
25
26
26
# BATS (Bash Automated Testings)
27
- RUN git clone https://github.com/bats-core/bats-core.git /bats-core --branch v1.2.1
27
+ RUN git clone https://github.com/bats-core/bats-core.git /bats-core
28
28
RUN git clone https://github.com/bats-core/bats-support /bats-support
29
29
RUN git clone https://github.com/bats-core/bats-assert /bats-assert
30
30
RUN /bats-core/install.sh /usr/local
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN chown -R www-data.www-data /var/www
31
31
RUN chmod g+w -R /var/www
32
32
33
33
# BATS (Bash Automated Testings)
34
- RUN git clone --depth 1 https://github.com/bats-core/bats-core.git /bats-core --branch v1.2.1
34
+ RUN git clone --depth 1 https://github.com/bats-core/bats-core.git /bats-core
35
35
RUN git clone --depth 1 https://github.com/bats-core/bats-support /bats-support
36
36
RUN git clone --depth 1 https://github.com/bats-core/bats-assert /bats-assert
37
37
RUN /bats-core/install.sh /usr/local
Original file line number Diff line number Diff line change @@ -14,15 +14,14 @@ ENV LC_ALL en_US.UTF-8
14
14
15
15
ENV staging "true"
16
16
ENV dynamic_dns "dynu"
17
- #ENV DUCKDNS_TOKEN
18
17
19
18
WORKDIR /root
20
19
RUN mkdir -p /etc/nginx/pki/private
21
20
COPY ./test/test-config/nginx-ubuntu-no-ssl /etc/nginx/conf.d/default.conf
22
21
COPY ./test/test-config/nginx-centos7.conf /etc/nginx/nginx.conf
23
22
24
23
# BATS (Bash Automated Testings)
25
- RUN git clone --depth 1 https://github.com/bats-core/bats-core.git /bats-core --branch v1.2.1
24
+ RUN git clone --depth 1 https://github.com/bats-core/bats-core.git /bats-core
26
25
RUN git clone --depth 1 https://github.com/bats-core/bats-support /bats-support
27
26
RUN git clone --depth 1 https://github.com/bats-core/bats-assert /bats-assert
28
27
RUN /bats-core/install.sh /usr/local
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ ENV LC_ALL en_US.UTF-8
14
14
15
15
ENV staging "true"
16
16
ENV dynamic_dns "duckdns"
17
- #ENV DYNU_API_KEY
18
17
19
18
WORKDIR /root
20
19
RUN mkdir -p /etc/nginx/pki
@@ -23,7 +22,7 @@ COPY ./test/test-config/nginx-ubuntu-no-ssl /etc/nginx/conf.d/default.conf
23
22
COPY ./test/test-config/nginx-centos7.conf /etc/nginx/nginx.conf
24
23
25
24
# BATS (Bash Automated Testings)
26
- RUN git clone https://github.com/bats-core/bats-core.git /bats-core --branch v1.2.1
25
+ RUN git clone https://github.com/bats-core/bats-core.git /bats-core
27
26
RUN git clone https://github.com/bats-core/bats-support /bats-support
28
27
RUN git clone https://github.com/bats-core/bats-assert /bats-assert
29
28
RUN /bats-core/install.sh /usr/local
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ RUN chown -R www-data.www-data /var/www
34
34
RUN chmod g+w -R /var/www
35
35
36
36
# BATS (Bash Automated Testings)
37
- RUN git clone --depth 1 https://github.com/bats-core/bats-core.git /bats-core --branch v1.2.1
37
+ RUN git clone --depth 1 https://github.com/bats-core/bats-core.git /bats-core
38
38
RUN git clone --depth 1 https://github.com/bats-core/bats-support /bats-support
39
39
RUN git clone --depth 1 https://github.com/bats-core/bats-assert /bats-assert
40
40
RUN /bats-core/install.sh /usr/local
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ RUN chown -R www-data.www-data /var/www
30
30
RUN chmod g+w -R /var/www
31
31
32
32
# BATS (Bash Automated Testings)
33
- RUN git clone --depth 1 https://github.com/bats-core/bats-core.git /bats-core --branch v1.2.1
33
+ RUN git clone --depth 1 https://github.com/bats-core/bats-core.git /bats-core
34
34
RUN git clone --depth 1 https://github.com/bats-core/bats-support /bats-support
35
35
RUN git clone --depth 1 https://github.com/bats-core/bats-assert /bats-assert
36
36
RUN /bats-core/install.sh /usr/local
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN chown -R www-data.www-data /var/www
33
33
RUN chmod g+w -R /var/www
34
34
35
35
# BATS (Bash Automated Testings)
36
- RUN git clone --depth 1 https://github.com/bats-core/bats-core.git /bats-core --branch v1.2.1
36
+ RUN git clone --depth 1 https://github.com/bats-core/bats-core.git /bats-core
37
37
RUN git clone --depth 1 https://github.com/bats-core/bats-support /bats-support
38
38
RUN git clone --depth 1 https://github.com/bats-core/bats-assert /bats-assert
39
39
RUN /bats-core/install.sh /usr/local
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ WORKDIR /root
36
36
RUN touch /root/.rnd
37
37
38
38
# BATS (Bash Automated Testings)
39
- RUN git clone --depth 1 https://github.com/bats-core/bats-core.git /bats-core --branch v1.2.1
39
+ RUN git clone --depth 1 https://github.com/bats-core/bats-core.git /bats-core
40
40
RUN git clone --depth 1 https://github.com/bats-core/bats-support /bats-support
41
41
RUN git clone --depth 1 https://github.com/bats-core/bats-assert /bats-assert
42
42
RUN /bats-core/install.sh /usr/local
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ WORKDIR /root
30
30
RUN touch /root/.rnd
31
31
32
32
# BATS (Bash Automated Testings)
33
- RUN git clone https://github.com/bats-core/bats-core.git /bats-core --branch v1.2.1
33
+ RUN git clone https://github.com/bats-core/bats-core.git /bats-core
34
34
RUN git clone https://github.com/bats-core/bats-support /bats-support
35
35
RUN git clone https://github.com/bats-core/bats-assert /bats-assert
36
36
RUN /bats-core/install.sh /usr/local
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ ENV DEBIAN_FRONTEND noninteractive
8
8
# Ensure tests in this image use the staging server
9
9
ENV staging "true"
10
10
ENV dynamic_dns "duckdns"
11
- #ENV DUCKDNS_TOKEN
12
11
13
12
# Update and install required software
14
13
RUN apt-get update --fix-missing
@@ -28,7 +27,7 @@ WORKDIR /root
28
27
RUN touch /root/.rnd
29
28
30
29
# BATS (Bash Automated Testings)
31
- RUN git clone --depth 1 https://github.com/bats-core/bats-core.git /bats-core --branch v1.2.1
30
+ RUN git clone --depth 1 https://github.com/bats-core/bats-core.git /bats-core
32
31
RUN git clone --depth 1 https://github.com/bats-core/bats-support /bats-support
33
32
RUN git clone --depth 1 https://github.com/bats-core/bats-assert /bats-assert
34
33
RUN /bats-core/install.sh /usr/local
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ ENV DEBIAN_FRONTEND noninteractive
8
8
# Ensure tests in this image use the staging server
9
9
ENV staging "true"
10
10
ENV dynamic_dns "dynu"
11
- #ENV DYNU_API_KEY
12
11
13
12
# Update and install required software
14
13
RUN apt-get update --fix-missing
@@ -28,7 +27,7 @@ WORKDIR /root
28
27
RUN touch /root/.rnd
29
28
30
29
# BATS (Bash Automated Testings)
31
- RUN git clone https://github.com/bats-core/bats-core.git /bats-core --branch v1.2.1
30
+ RUN git clone https://github.com/bats-core/bats-core.git /bats-core
32
31
RUN git clone https://github.com/bats-core/bats-support /bats-support
33
32
RUN git clone https://github.com/bats-core/bats-assert /bats-assert
34
33
RUN /bats-core/install.sh /usr/local
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ RUN chown -R www-data.www-data /var/www
36
36
RUN chmod g+w -R /var/www
37
37
38
38
# BATS (Bash Automated Testings)
39
- RUN git clone --depth 1 https://github.com/bats-core/bats-core.git /bats-core --branch v1.2.1
39
+ RUN git clone --depth 1 https://github.com/bats-core/bats-core.git /bats-core
40
40
RUN git clone --depth 1 https://github.com/bats-core/bats-support /bats-support
41
41
RUN git clone --depth 1 https://github.com/bats-core/bats-assert /bats-assert
42
42
RUN /bats-core/install.sh /usr/local
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ RUN chown -R www-data.www-data /var/www
34
34
RUN chmod g+w -R /var/www
35
35
36
36
# BATS (Bash Automated Testings)
37
- RUN git clone --depth 1 https://github.com/bats-core/bats-core.git /bats-core --branch v1.2.1
37
+ RUN git clone --depth 1 https://github.com/bats-core/bats-core.git /bats-core
38
38
RUN git clone --depth 1 https://github.com/bats-core/bats-support /bats-support
39
39
RUN git clone --depth 1 https://github.com/bats-core/bats-assert /bats-assert
40
40
RUN /bats-core/install.sh /usr/local
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ RUN chmod g+w -R /var/www
37
37
RUN touch /root/.rnd
38
38
39
39
# BATS (Bash Automated Testings)
40
- RUN git clone --depth 1 https://github.com/bats-core/bats-core.git /bats-core --branch v1.2.1
40
+ RUN git clone --depth 1 https://github.com/bats-core/bats-core.git /bats-core
41
41
RUN git clone --depth 1 https://github.com/bats-core/bats-support /bats-support
42
42
RUN git clone --depth 1 https://github.com/bats-core/bats-assert /bats-assert
43
43
RUN /bats-core/install.sh /usr/local
You can’t perform that action at this time.
0 commit comments