File tree 27 files changed +577
-244
lines changed
27 files changed +577
-244
lines changed Original file line number Diff line number Diff line change
1
+ name : 10 on alpine3.10
2
+
3
+ on :
4
+ push :
5
+ paths :
6
+ - functions.sh
7
+ - test-build.sh
8
+ - test-image.bats
9
+ - 10/alpine3.10/Dockerfile
10
+ pull_request :
11
+ paths :
12
+ - functions.sh
13
+ - test-build.sh
14
+ - test-image.bats
15
+ - 10/alpine3.10/Dockerfile
16
+
17
+ jobs :
18
+ build :
19
+ name : 10 on alpine3.10
20
+ runs-on : ubuntu-latest
21
+ steps :
22
+ - uses : actions/checkout@v2
23
+ - run : sudo apt-get install bats
24
+ - run : ./test-build.sh 10 alpine3.10
Original file line number Diff line number Diff line change
1
+ name : 10 on alpine3.11
2
+
3
+ on :
4
+ push :
5
+ paths :
6
+ - functions.sh
7
+ - test-build.sh
8
+ - test-image.bats
9
+ - 10/alpine3.11/Dockerfile
10
+ pull_request :
11
+ paths :
12
+ - functions.sh
13
+ - test-build.sh
14
+ - test-image.bats
15
+ - 10/alpine3.11/Dockerfile
16
+
17
+ jobs :
18
+ build :
19
+ name : 10 on alpine3.11
20
+ runs-on : ubuntu-latest
21
+ steps :
22
+ - uses : actions/checkout@v2
23
+ - run : sudo apt-get install bats
24
+ - run : ./test-build.sh 10 alpine3.11
Original file line number Diff line number Diff line change
1
+ name : 10 on alpine3.9
2
+
3
+ on :
4
+ push :
5
+ paths :
6
+ - functions.sh
7
+ - test-build.sh
8
+ - test-image.bats
9
+ - 10/alpine3.9/Dockerfile
10
+ pull_request :
11
+ paths :
12
+ - functions.sh
13
+ - test-build.sh
14
+ - test-image.bats
15
+ - 10/alpine3.9/Dockerfile
16
+
17
+ jobs :
18
+ build :
19
+ name : 10 on alpine3.9
20
+ runs-on : ubuntu-latest
21
+ steps :
22
+ - uses : actions/checkout@v2
23
+ - run : sudo apt-get install bats
24
+ - run : ./test-build.sh 10 alpine3.9
Original file line number Diff line number Diff line change
1
+ name : 10 on buster-slim
2
+
3
+ on :
4
+ push :
5
+ paths :
6
+ - functions.sh
7
+ - test-build.sh
8
+ - test-image.bats
9
+ - 10/buster-slim/Dockerfile
10
+ pull_request :
11
+ paths :
12
+ - functions.sh
13
+ - test-build.sh
14
+ - test-image.bats
15
+ - 10/buster-slim/Dockerfile
16
+
17
+ jobs :
18
+ build :
19
+ name : 10 on buster-slim
20
+ runs-on : ubuntu-latest
21
+ steps :
22
+ - uses : actions/checkout@v2
23
+ - run : sudo apt-get install bats
24
+ - run : ./test-build.sh 10 buster-slim
Original file line number Diff line number Diff line change
1
+ name : 10 on buster
2
+
3
+ on :
4
+ push :
5
+ paths :
6
+ - functions.sh
7
+ - test-build.sh
8
+ - test-image.bats
9
+ - 10/buster/Dockerfile
10
+ pull_request :
11
+ paths :
12
+ - functions.sh
13
+ - test-build.sh
14
+ - test-image.bats
15
+ - 10/buster/Dockerfile
16
+
17
+ jobs :
18
+ build :
19
+ name : 10 on buster
20
+ runs-on : ubuntu-latest
21
+ steps :
22
+ - uses : actions/checkout@v2
23
+ - run : sudo apt-get install bats
24
+ - run : ./test-build.sh 10 buster
Original file line number Diff line number Diff line change
1
+ name : 10 on stretch-slim
2
+
3
+ on :
4
+ push :
5
+ paths :
6
+ - functions.sh
7
+ - test-build.sh
8
+ - test-image.bats
9
+ - 10/stretch-slim/Dockerfile
10
+ pull_request :
11
+ paths :
12
+ - functions.sh
13
+ - test-build.sh
14
+ - test-image.bats
15
+ - 10/stretch-slim/Dockerfile
16
+
17
+ jobs :
18
+ build :
19
+ name : 10 on stretch-slim
20
+ runs-on : ubuntu-latest
21
+ steps :
22
+ - uses : actions/checkout@v2
23
+ - run : sudo apt-get install bats
24
+ - run : ./test-build.sh 10 stretch-slim
Original file line number Diff line number Diff line change
1
+ name : 10 on stretch
2
+
3
+ on :
4
+ push :
5
+ paths :
6
+ - functions.sh
7
+ - test-build.sh
8
+ - test-image.bats
9
+ - 10/stretch/Dockerfile
10
+ pull_request :
11
+ paths :
12
+ - functions.sh
13
+ - test-build.sh
14
+ - test-image.bats
15
+ - 10/stretch/Dockerfile
16
+
17
+ jobs :
18
+ build :
19
+ name : 10 on stretch
20
+ runs-on : ubuntu-latest
21
+ steps :
22
+ - uses : actions/checkout@v2
23
+ - run : sudo apt-get install bats
24
+ - run : ./test-build.sh 10 stretch
Original file line number Diff line number Diff line change
1
+ name : 12 on alpine3.10
2
+
3
+ on :
4
+ push :
5
+ paths :
6
+ - functions.sh
7
+ - test-build.sh
8
+ - test-image.bats
9
+ - 12/alpine3.10/Dockerfile
10
+ pull_request :
11
+ paths :
12
+ - functions.sh
13
+ - test-build.sh
14
+ - test-image.bats
15
+ - 12/alpine3.10/Dockerfile
16
+
17
+ jobs :
18
+ build :
19
+ name : 12 on alpine3.10
20
+ runs-on : ubuntu-latest
21
+ steps :
22
+ - uses : actions/checkout@v2
23
+ - run : sudo apt-get install bats
24
+ - run : ./test-build.sh 12 alpine3.10
Original file line number Diff line number Diff line change
1
+ name : 12 on alpine3.11
2
+
3
+ on :
4
+ push :
5
+ paths :
6
+ - functions.sh
7
+ - test-build.sh
8
+ - test-image.bats
9
+ - 12/alpine3.11/Dockerfile
10
+ pull_request :
11
+ paths :
12
+ - functions.sh
13
+ - test-build.sh
14
+ - test-image.bats
15
+ - 12/alpine3.11/Dockerfile
16
+
17
+ jobs :
18
+ build :
19
+ name : 12 on alpine3.11
20
+ runs-on : ubuntu-latest
21
+ steps :
22
+ - uses : actions/checkout@v2
23
+ - run : sudo apt-get install bats
24
+ - run : ./test-build.sh 12 alpine3.11
Original file line number Diff line number Diff line change
1
+ name : 12 on alpine3.12
2
+
3
+ on :
4
+ push :
5
+ paths :
6
+ - functions.sh
7
+ - test-build.sh
8
+ - test-image.bats
9
+ - 12/alpine3.12/Dockerfile
10
+ pull_request :
11
+ paths :
12
+ - functions.sh
13
+ - test-build.sh
14
+ - test-image.bats
15
+ - 12/alpine3.12/Dockerfile
16
+
17
+ jobs :
18
+ build :
19
+ name : 12 on alpine3.12
20
+ runs-on : ubuntu-latest
21
+ steps :
22
+ - uses : actions/checkout@v2
23
+ - run : sudo apt-get install bats
24
+ - run : ./test-build.sh 12 alpine3.12
Original file line number Diff line number Diff line change
1
+ name : 12 on alpine3.9
2
+
3
+ on :
4
+ push :
5
+ paths :
6
+ - functions.sh
7
+ - test-build.sh
8
+ - test-image.bats
9
+ - 12/alpine3.9/Dockerfile
10
+ pull_request :
11
+ paths :
12
+ - functions.sh
13
+ - test-build.sh
14
+ - test-image.bats
15
+ - 12/alpine3.9/Dockerfile
16
+
17
+ jobs :
18
+ build :
19
+ name : 12 on alpine3.9
20
+ runs-on : ubuntu-latest
21
+ steps :
22
+ - uses : actions/checkout@v2
23
+ - run : sudo apt-get install bats
24
+ - run : ./test-build.sh 12 alpine3.9
Original file line number Diff line number Diff line change
1
+ name : 12 on buster-slim
2
+
3
+ on :
4
+ push :
5
+ paths :
6
+ - functions.sh
7
+ - test-build.sh
8
+ - test-image.bats
9
+ - 12/buster-slim/Dockerfile
10
+ pull_request :
11
+ paths :
12
+ - functions.sh
13
+ - test-build.sh
14
+ - test-image.bats
15
+ - 12/buster-slim/Dockerfile
16
+
17
+ jobs :
18
+ build :
19
+ name : 12 on buster-slim
20
+ runs-on : ubuntu-latest
21
+ steps :
22
+ - uses : actions/checkout@v2
23
+ - run : sudo apt-get install bats
24
+ - run : ./test-build.sh 12 buster-slim
Original file line number Diff line number Diff line change
1
+ name : 12 on buster
2
+
3
+ on :
4
+ push :
5
+ paths :
6
+ - functions.sh
7
+ - test-build.sh
8
+ - test-image.bats
9
+ - 12/buster/Dockerfile
10
+ pull_request :
11
+ paths :
12
+ - functions.sh
13
+ - test-build.sh
14
+ - test-image.bats
15
+ - 12/buster/Dockerfile
16
+
17
+ jobs :
18
+ build :
19
+ name : 12 on buster
20
+ runs-on : ubuntu-latest
21
+ steps :
22
+ - uses : actions/checkout@v2
23
+ - run : sudo apt-get install bats
24
+ - run : ./test-build.sh 12 buster
Original file line number Diff line number Diff line change
1
+ name : 12 on stretch-slim
2
+
3
+ on :
4
+ push :
5
+ paths :
6
+ - functions.sh
7
+ - test-build.sh
8
+ - test-image.bats
9
+ - 12/stretch-slim/Dockerfile
10
+ pull_request :
11
+ paths :
12
+ - functions.sh
13
+ - test-build.sh
14
+ - test-image.bats
15
+ - 12/stretch-slim/Dockerfile
16
+
17
+ jobs :
18
+ build :
19
+ name : 12 on stretch-slim
20
+ runs-on : ubuntu-latest
21
+ steps :
22
+ - uses : actions/checkout@v2
23
+ - run : sudo apt-get install bats
24
+ - run : ./test-build.sh 12 stretch-slim
Original file line number Diff line number Diff line change
1
+ name : 12 on stretch
2
+
3
+ on :
4
+ push :
5
+ paths :
6
+ - functions.sh
7
+ - test-build.sh
8
+ - test-image.bats
9
+ - 12/stretch/Dockerfile
10
+ pull_request :
11
+ paths :
12
+ - functions.sh
13
+ - test-build.sh
14
+ - test-image.bats
15
+ - 12/stretch/Dockerfile
16
+
17
+ jobs :
18
+ build :
19
+ name : 12 on stretch
20
+ runs-on : ubuntu-latest
21
+ steps :
22
+ - uses : actions/checkout@v2
23
+ - run : sudo apt-get install bats
24
+ - run : ./test-build.sh 12 stretch
Original file line number Diff line number Diff line change
1
+ name : 14 on alpine3.10
2
+
3
+ on :
4
+ push :
5
+ paths :
6
+ - functions.sh
7
+ - test-build.sh
8
+ - test-image.bats
9
+ - 14/alpine3.10/Dockerfile
10
+ pull_request :
11
+ paths :
12
+ - functions.sh
13
+ - test-build.sh
14
+ - test-image.bats
15
+ - 14/alpine3.10/Dockerfile
16
+
17
+ jobs :
18
+ build :
19
+ name : 14 on alpine3.10
20
+ runs-on : ubuntu-latest
21
+ steps :
22
+ - uses : actions/checkout@v2
23
+ - run : sudo apt-get install bats
24
+ - run : ./test-build.sh 14 alpine3.10
You can’t perform that action at this time.
0 commit comments