Skip to content

Commit f4a1d37

Browse files
authored
Add Alpine 3.13 to the list of NGINX Plus supported platforms (#391)
1 parent 94ccbe1 commit f4a1d37

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ FEATURES:
1919
ENHANCEMENTS:
2020

2121
* Only run GitHub actions Galaxy CI/CD workflow when a new release is published.
22+
* Add Alpine `3.13` to the list of NGINX Plus supported platforms.
2223
* Specify GitHub actions Ubuntu release.
2324
* Minor GitHub template tweaks, including the creation of a SECURITY doc.
2425
* Add Molecule NGINX OSS tests for Alpine 3.13, remove Molecule tests for Debian stretch, and update list of supported platforms.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Alpine:
9191
- 3.10
9292
- 3.11
9393
- 3.12
94+
- 3.13
9495
Amazon Linux:
9596
- 2018.03
9697
Amazon Linux 2:

molecule/plus/molecule.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ platforms:
2727
volumes:
2828
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
2929
command: "/sbin/init"
30+
- name: alpine-3.13
31+
image: alpine:3.13
32+
dockerfile: ../common/Dockerfile.j2
33+
privileged: true
34+
volumes:
35+
- "/sys/fs/cgroup:/sys/fs/cgroup:rw"
36+
command: "/sbin/init"
3037
- name: centos-7
3138
image: centos:7
3239
dockerfile: ../common/Dockerfile.j2

tasks/opensource/install-source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297

298298
- name: Set NGINX stable version 1/2
299299
set_fact:
300-
nginx_version: "{{ nginx_versions.content | regex_search('stable[^ ]*') | regex_replace('stable', 'release') }}"
300+
nginx_version: "{{ nginx_versions.content | regex_search('stable[^<]*') | regex_replace('stable', 'release') }}"
301301
when: nginx_branch == "stable"
302302

303303
- name: Set NGINX stable version 2/2

0 commit comments

Comments
 (0)