Skip to content

Commit

Permalink
Merge pull request #31 from kirill-zak/30-add-support-for-alpine-linu…
Browse files Browse the repository at this point in the history
…x-3164

Add support for Alpine Linux 3.16.4
  • Loading branch information
kirill-zak authored Apr 7, 2023
2 parents 989ae58 + 5f0b3a1 commit 60e0480
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
tag: 3.16.2
- distr: kirillzak/docker-alpine
tag: 3.16.3
- distr: kirillzak/docker-alpine
tag: 3.16.4
- distr: kirillzak/docker-alpine
tag: 3.17.0

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:
tag: 3.16.2
- distr: kirillzak/docker-alpine
tag: 3.16.3
- distr: kirillzak/docker-alpine
tag: 3.16.4
- distr: kirillzak/docker-alpine
tag: 3.17.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ An Ansible role that installs the latest version of Docker CE on the official in
## Support distributive

* AlmaLinux 9
* Alpine Linux 3.16.x (3.16.0, 3.16.1, 3.16.2, 3.16.3)
* Alpine Linux 3.16.x (3.16.0, 3.16.1, 3.16.2, 3.16.3, 3.16.4)
* Alpine Linux 3.17.x (3.17.0)
* CentOS 8
* Debian 10 (Buster)
Expand Down

0 comments on commit 60e0480

Please sign in to comment.