Add Alpine 3.13 to the list of NGINX Plus supported platforms (#391)
This commit is contained in:
parent
94ccbe1dfb
commit
f4a1d37081
@ -19,6 +19,7 @@ FEATURES:
|
|||||||
ENHANCEMENTS:
|
ENHANCEMENTS:
|
||||||
|
|
||||||
* Only run GitHub actions Galaxy CI/CD workflow when a new release is published.
|
* Only run GitHub actions Galaxy CI/CD workflow when a new release is published.
|
||||||
|
* Add Alpine `3.13` to the list of NGINX Plus supported platforms.
|
||||||
* Specify GitHub actions Ubuntu release.
|
* Specify GitHub actions Ubuntu release.
|
||||||
* Minor GitHub template tweaks, including the creation of a SECURITY doc.
|
* Minor GitHub template tweaks, including the creation of a SECURITY doc.
|
||||||
* Add Molecule NGINX OSS tests for Alpine 3.13, remove Molecule tests for Debian stretch, and update list of supported platforms.
|
* Add Molecule NGINX OSS tests for Alpine 3.13, remove Molecule tests for Debian stretch, and update list of supported platforms.
|
||||||
|
@ -91,6 +91,7 @@ Alpine:
|
|||||||
- 3.10
|
- 3.10
|
||||||
- 3.11
|
- 3.11
|
||||||
- 3.12
|
- 3.12
|
||||||
|
- 3.13
|
||||||
Amazon Linux:
|
Amazon Linux:
|
||||||
- 2018.03
|
- 2018.03
|
||||||
Amazon Linux 2:
|
Amazon Linux 2:
|
||||||
|
@ -27,6 +27,13 @@ platforms:
|
|||||||
volumes:
|
volumes:
|
||||||
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
|
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
|
||||||
command: "/sbin/init"
|
command: "/sbin/init"
|
||||||
|
- name: alpine-3.13
|
||||||
|
image: alpine:3.13
|
||||||
|
dockerfile: ../common/Dockerfile.j2
|
||||||
|
privileged: true
|
||||||
|
volumes:
|
||||||
|
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
|
||||||
|
command: "/sbin/init"
|
||||||
- name: centos-7
|
- name: centos-7
|
||||||
image: centos:7
|
image: centos:7
|
||||||
dockerfile: ../common/Dockerfile.j2
|
dockerfile: ../common/Dockerfile.j2
|
||||||
|
@ -297,7 +297,7 @@
|
|||||||
|
|
||||||
- name: Set NGINX stable version 1/2
|
- name: Set NGINX stable version 1/2
|
||||||
set_fact:
|
set_fact:
|
||||||
nginx_version: "{{ nginx_versions.content | regex_search('stable[^ ]*') | regex_replace('stable', 'release') }}"
|
nginx_version: "{{ nginx_versions.content | regex_search('stable[^<]*') | regex_replace('stable', 'release') }}"
|
||||||
when: nginx_branch == "stable"
|
when: nginx_branch == "stable"
|
||||||
|
|
||||||
- name: Set NGINX stable version 2/2
|
- name: Set NGINX stable version 2/2
|
||||||
|
Loading…
Reference in New Issue
Block a user