Skip to content

Commit

Permalink
Merge pull request #103 from toolbx-images/enable-alpine-319
Browse files Browse the repository at this point in the history
  • Loading branch information
travier committed Dec 10, 2023
2 parents ca228b1 + 4e268bb commit 09edbdd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alpine-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ on:
env:
distro: 'alpine'
distro_pretty: 'Alpine Linux'
latest_release: '3.18'
latest_release: '3.19'

jobs:
build-images:
strategy:
matrix:
release: ['3.16', '3.17', '3.18', 'edge']
release: ['3.16', '3.17', '3.18', '3.19', 'edge']

runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/alpine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ concurrency: ${{ github.workflow }}
env:
distro: 'alpine'
distro_pretty: 'Alpine Linux'
latest_release: '3.18'
latest_release: '3.19'

jobs:
build-and-push-images:
strategy:
matrix:
release: ['3.16', '3.17', '3.18', 'edge']
release: ['3.16', '3.17', '3.18', '3.19', 'edge']

runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ directly use the commands below:

- [Alpine Linux]:
```
$ toolbox create --image quay.io/toolbx-images/alpine-toolbox:3.19
$ toolbox enter alpine-toolbox-3.19
$ toolbox create --image quay.io/toolbx-images/alpine-toolbox:3.18
$ toolbox enter alpine-toolbox-3.18
Expand Down

0 comments on commit 09edbdd

Please sign in to comment.