-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trying something new with running the pipeline against many different…
… OS versions and nginx versins using a matrix
- Loading branch information
1 parent
3a1ccad
commit 3434df7
Showing
13 changed files
with
245 additions
and
5 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
.github/actions/nginx-module-toolbox/Dockerfile.amazonlinux-2-1.10.3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
FROM nicholaschiasson/nginx-module-toolbox:amazonlinux-2-1.10.3-2.4.0 | ||
|
||
WORKDIR /src/openssl | ||
RUN curl -sL https://www.openssl.org/source/openssl-1.1.1g.tar.gz -o openssl.tar.gz | ||
RUN tar --strip-components=1 -xzf openssl.tar.gz | ||
|
||
WORKDIR /src/modules | ||
|
||
RUN curl -sL https://github.com/yaoweibin/nginx_upstream_check_module/archive/master.tar.gz -o nginx_upstream_check_module.tar.gz | ||
RUN mkdir nginx_upstream_check_module | ||
RUN tar --directory=nginx_upstream_check_module --strip-components=1 -xzf nginx_upstream_check_module.tar.gz | ||
|
||
RUN curl -sL https://github.com/vozlt/nginx-module-vts/archive/v0.1.18.tar.gz -o nginx-module-vts.tar.gz | ||
RUN mkdir nginx-module-vts | ||
RUN tar --directory=nginx-module-vts --strip-components=1 -xzf nginx-module-vts.tar.gz | ||
|
||
RUN rm *.tar.gz | ||
|
||
WORKDIR /github/workspace |
19 changes: 19 additions & 0 deletions
19
.github/actions/nginx-module-toolbox/Dockerfile.amazonlinux-2-1.12.2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
FROM nicholaschiasson/nginx-module-toolbox:amazonlinux-2-1.12.2-2.4.0 | ||
|
||
WORKDIR /src/openssl | ||
RUN curl -sL https://www.openssl.org/source/openssl-1.1.1g.tar.gz -o openssl.tar.gz | ||
RUN tar --strip-components=1 -xzf openssl.tar.gz | ||
|
||
WORKDIR /src/modules | ||
|
||
RUN curl -sL https://github.com/yaoweibin/nginx_upstream_check_module/archive/master.tar.gz -o nginx_upstream_check_module.tar.gz | ||
RUN mkdir nginx_upstream_check_module | ||
RUN tar --directory=nginx_upstream_check_module --strip-components=1 -xzf nginx_upstream_check_module.tar.gz | ||
|
||
RUN curl -sL https://github.com/vozlt/nginx-module-vts/archive/v0.1.18.tar.gz -o nginx-module-vts.tar.gz | ||
RUN mkdir nginx-module-vts | ||
RUN tar --directory=nginx-module-vts --strip-components=1 -xzf nginx-module-vts.tar.gz | ||
|
||
RUN rm *.tar.gz | ||
|
||
WORKDIR /github/workspace |
19 changes: 19 additions & 0 deletions
19
.github/actions/nginx-module-toolbox/Dockerfile.amazonlinux-2-1.14.2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
FROM nicholaschiasson/nginx-module-toolbox:amazonlinux-2-1.14.2-2.4.0 | ||
|
||
WORKDIR /src/openssl | ||
RUN curl -sL https://www.openssl.org/source/openssl-1.1.1g.tar.gz -o openssl.tar.gz | ||
RUN tar --strip-components=1 -xzf openssl.tar.gz | ||
|
||
WORKDIR /src/modules | ||
|
||
RUN curl -sL https://github.com/yaoweibin/nginx_upstream_check_module/archive/master.tar.gz -o nginx_upstream_check_module.tar.gz | ||
RUN mkdir nginx_upstream_check_module | ||
RUN tar --directory=nginx_upstream_check_module --strip-components=1 -xzf nginx_upstream_check_module.tar.gz | ||
|
||
RUN curl -sL https://github.com/vozlt/nginx-module-vts/archive/v0.1.18.tar.gz -o nginx-module-vts.tar.gz | ||
RUN mkdir nginx-module-vts | ||
RUN tar --directory=nginx-module-vts --strip-components=1 -xzf nginx-module-vts.tar.gz | ||
|
||
RUN rm *.tar.gz | ||
|
||
WORKDIR /github/workspace |
2 changes: 1 addition & 1 deletion
2
...b/actions/nginx-module-toolbox/Dockerfile → ...e-toolbox/Dockerfile.amazonlinux-2-1.16.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
.github/actions/nginx-module-toolbox/Dockerfile.amazonlinux-2-1.18.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
FROM nicholaschiasson/nginx-module-toolbox:amazonlinux-2-1.18.0-2.4.0 | ||
|
||
WORKDIR /src/openssl | ||
RUN curl -sL https://www.openssl.org/source/openssl-1.1.1g.tar.gz -o openssl.tar.gz | ||
RUN tar --strip-components=1 -xzf openssl.tar.gz | ||
|
||
WORKDIR /src/modules | ||
|
||
RUN curl -sL https://github.com/yaoweibin/nginx_upstream_check_module/archive/master.tar.gz -o nginx_upstream_check_module.tar.gz | ||
RUN mkdir nginx_upstream_check_module | ||
RUN tar --directory=nginx_upstream_check_module --strip-components=1 -xzf nginx_upstream_check_module.tar.gz | ||
|
||
RUN curl -sL https://github.com/vozlt/nginx-module-vts/archive/v0.1.18.tar.gz -o nginx-module-vts.tar.gz | ||
RUN mkdir nginx-module-vts | ||
RUN tar --directory=nginx-module-vts --strip-components=1 -xzf nginx-module-vts.tar.gz | ||
|
||
RUN rm *.tar.gz | ||
|
||
WORKDIR /github/workspace |
19 changes: 19 additions & 0 deletions
19
.github/actions/nginx-module-toolbox/Dockerfile.centos-8-1.10.3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
FROM nicholaschiasson/nginx-module-toolbox:centos-8-1.10.3-2.4.0 | ||
|
||
WORKDIR /src/openssl | ||
RUN curl -sL https://www.openssl.org/source/openssl-1.1.1g.tar.gz -o openssl.tar.gz | ||
RUN tar --strip-components=1 -xzf openssl.tar.gz | ||
|
||
WORKDIR /src/modules | ||
|
||
RUN curl -sL https://github.com/yaoweibin/nginx_upstream_check_module/archive/master.tar.gz -o nginx_upstream_check_module.tar.gz | ||
RUN mkdir nginx_upstream_check_module | ||
RUN tar --directory=nginx_upstream_check_module --strip-components=1 -xzf nginx_upstream_check_module.tar.gz | ||
|
||
RUN curl -sL https://github.com/vozlt/nginx-module-vts/archive/v0.1.18.tar.gz -o nginx-module-vts.tar.gz | ||
RUN mkdir nginx-module-vts | ||
RUN tar --directory=nginx-module-vts --strip-components=1 -xzf nginx-module-vts.tar.gz | ||
|
||
RUN rm *.tar.gz | ||
|
||
WORKDIR /github/workspace |
19 changes: 19 additions & 0 deletions
19
.github/actions/nginx-module-toolbox/Dockerfile.centos-8-1.12.2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
FROM nicholaschiasson/nginx-module-toolbox:centos-8-1.12.2-2.4.0 | ||
|
||
WORKDIR /src/openssl | ||
RUN curl -sL https://www.openssl.org/source/openssl-1.1.1g.tar.gz -o openssl.tar.gz | ||
RUN tar --strip-components=1 -xzf openssl.tar.gz | ||
|
||
WORKDIR /src/modules | ||
|
||
RUN curl -sL https://github.com/yaoweibin/nginx_upstream_check_module/archive/master.tar.gz -o nginx_upstream_check_module.tar.gz | ||
RUN mkdir nginx_upstream_check_module | ||
RUN tar --directory=nginx_upstream_check_module --strip-components=1 -xzf nginx_upstream_check_module.tar.gz | ||
|
||
RUN curl -sL https://github.com/vozlt/nginx-module-vts/archive/v0.1.18.tar.gz -o nginx-module-vts.tar.gz | ||
RUN mkdir nginx-module-vts | ||
RUN tar --directory=nginx-module-vts --strip-components=1 -xzf nginx-module-vts.tar.gz | ||
|
||
RUN rm *.tar.gz | ||
|
||
WORKDIR /github/workspace |
19 changes: 19 additions & 0 deletions
19
.github/actions/nginx-module-toolbox/Dockerfile.centos-8-1.14.2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
FROM nicholaschiasson/nginx-module-toolbox:centos-8-1.14.2-2.4.0 | ||
|
||
WORKDIR /src/openssl | ||
RUN curl -sL https://www.openssl.org/source/openssl-1.1.1g.tar.gz -o openssl.tar.gz | ||
RUN tar --strip-components=1 -xzf openssl.tar.gz | ||
|
||
WORKDIR /src/modules | ||
|
||
RUN curl -sL https://github.com/yaoweibin/nginx_upstream_check_module/archive/master.tar.gz -o nginx_upstream_check_module.tar.gz | ||
RUN mkdir nginx_upstream_check_module | ||
RUN tar --directory=nginx_upstream_check_module --strip-components=1 -xzf nginx_upstream_check_module.tar.gz | ||
|
||
RUN curl -sL https://github.com/vozlt/nginx-module-vts/archive/v0.1.18.tar.gz -o nginx-module-vts.tar.gz | ||
RUN mkdir nginx-module-vts | ||
RUN tar --directory=nginx-module-vts --strip-components=1 -xzf nginx-module-vts.tar.gz | ||
|
||
RUN rm *.tar.gz | ||
|
||
WORKDIR /github/workspace |
19 changes: 19 additions & 0 deletions
19
.github/actions/nginx-module-toolbox/Dockerfile.centos-8-1.16.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
FROM nicholaschiasson/nginx-module-toolbox:centos-8-1.16.1-2.4.0 | ||
|
||
WORKDIR /src/openssl | ||
RUN curl -sL https://www.openssl.org/source/openssl-1.1.1g.tar.gz -o openssl.tar.gz | ||
RUN tar --strip-components=1 -xzf openssl.tar.gz | ||
|
||
WORKDIR /src/modules | ||
|
||
RUN curl -sL https://github.com/yaoweibin/nginx_upstream_check_module/archive/master.tar.gz -o nginx_upstream_check_module.tar.gz | ||
RUN mkdir nginx_upstream_check_module | ||
RUN tar --directory=nginx_upstream_check_module --strip-components=1 -xzf nginx_upstream_check_module.tar.gz | ||
|
||
RUN curl -sL https://github.com/vozlt/nginx-module-vts/archive/v0.1.18.tar.gz -o nginx-module-vts.tar.gz | ||
RUN mkdir nginx-module-vts | ||
RUN tar --directory=nginx-module-vts --strip-components=1 -xzf nginx-module-vts.tar.gz | ||
|
||
RUN rm *.tar.gz | ||
|
||
WORKDIR /github/workspace |
19 changes: 19 additions & 0 deletions
19
.github/actions/nginx-module-toolbox/Dockerfile.centos-8-1.18.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
FROM nicholaschiasson/nginx-module-toolbox:centos-8-1.18.0-2.4.0 | ||
|
||
WORKDIR /src/openssl | ||
RUN curl -sL https://www.openssl.org/source/openssl-1.1.1g.tar.gz -o openssl.tar.gz | ||
RUN tar --strip-components=1 -xzf openssl.tar.gz | ||
|
||
WORKDIR /src/modules | ||
|
||
RUN curl -sL https://github.com/yaoweibin/nginx_upstream_check_module/archive/master.tar.gz -o nginx_upstream_check_module.tar.gz | ||
RUN mkdir nginx_upstream_check_module | ||
RUN tar --directory=nginx_upstream_check_module --strip-components=1 -xzf nginx_upstream_check_module.tar.gz | ||
|
||
RUN curl -sL https://github.com/vozlt/nginx-module-vts/archive/v0.1.18.tar.gz -o nginx-module-vts.tar.gz | ||
RUN mkdir nginx-module-vts | ||
RUN tar --directory=nginx-module-vts --strip-components=1 -xzf nginx-module-vts.tar.gz | ||
|
||
RUN rm *.tar.gz | ||
|
||
WORKDIR /github/workspace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
name: Nginx Module Toolbox | ||
inputs: | ||
imageBase: | ||
description: Base docker image version. | ||
required: true | ||
default: amazonlinux-2 | ||
nginxVersion: | ||
description: Nginx version. | ||
required: true | ||
default: 1.16.1 | ||
runs: | ||
using: docker | ||
image: Dockerfile | ||
image: Dockerfile.${{ inputs.imageBase }}-${{ inputs.nginxVersion }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters