Skip to content

Commit

Permalink
Add support for Alpine Loinux 3.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-zak committed Apr 27, 2023
1 parent c06ab34 commit 1e56b4a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'
MOLECULE_DISTR: kirillzak/docker-almalinux-ansible
MOLECULE_TAG: '${{ matrix.tag }}'
MOLECULE_TAG: ${{ matrix.tag }}


test-alpine:
Expand All @@ -73,7 +73,7 @@ jobs:
fail-fast: false

matrix:
tag: [3.16.0, 3.16.1, 3.16.2, 3.16.3, 3.16.4, 3.16.5, 3.17.0]
tag: ['3.16.0', '3.16.1', '3.16.2', '3.16.3', '3.16.4', '3.16.5', '3.17.0', '3.17.1']

steps:
- name: Checkout the codebase
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'
MOLECULE_DISTR: kirillzak/docker-rockylinux-ansible
MOLECULE_TAG: '${{ matrix.tag }}'
MOLECULE_TAG: ${{ matrix.tag }}

test-ubuntu:
name: Molecule test - Ubuntu
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'
MOLECULE_DISTR: kirillzak/docker-almalinux-ansible
MOLECULE_TAG: '${{ matrix.tag }}'
MOLECULE_TAG: ${{ matrix.tag }}

test-alpine:
name: Molecule test - Alpine Linux
Expand All @@ -71,7 +71,7 @@ jobs:
fail-fast: false

matrix:
tag: [3.16.0, 3.16.1, 3.16.2, 3.16.3, 3.16.4, 3.16.5, 3.17.0]
tag: ['3.16.0', '3.16.1', '3.16.2', '3.16.3', '3.16.4', '3.16.5', '3.17.0', '3.17.1']

steps:
- name: Checkout the codebase
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'
MOLECULE_DISTR: kirillzak/docker-rockylinux-ansible
MOLECULE_TAG: '${{ matrix.tag }}'
MOLECULE_TAG: ${{ matrix.tag }}

test-ubuntu:
name: Molecule test - Ubuntu
Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ 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, 3.16.4)
* Alpine Linux 3.17.x (3.17.0)
* CentOS 8
* Debian 10 (Buster)
* Debian 11 (Bullseye)
* Fedora (35, 36, 37)
* Rocky Linux 9
* Ubuntu 18.04 (Bionic Beaver)
* Ubuntu 20.04 (Focal Fossa)
* Ubuntu 22.04 (Jammy Jellyfish)
* AlmaLinux `9.0`
* 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`, `3.17.1`)
* CentOS `8`
* Debian `10` (`Buster`)
* Debian `11` (`Bullseye`)
* Fedora (`35`, `36`, `37`)
* Rocky Linux `9.0`
* Ubuntu `18.04` (`Bionic Beaver`)
* Ubuntu `20.04` (`Focal Fossa`)
* Ubuntu `22.04` (`Jammy Jellyfish`)

## Requirements

Expand Down

0 comments on commit 1e56b4a

Please sign in to comment.