Skip to content

Commit

Permalink
refactor: Application versions to their own directory (#9)
Browse files Browse the repository at this point in the history
Reviewed-by: Razvan Deaconescu <[email protected]>
Approved-by: Razvan Deaconescu <[email protected]>
  • Loading branch information
razvand committed Nov 2, 2023
2 parents 8d5ee80 + b8cba75 commit 6040952
Show file tree
Hide file tree
Showing 29 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/library-lua5.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
push:
branches: [main]
paths:
- 'library/lua5.4/**'
- 'library/lua/5.4/**'
- '.github/workflows/library-lua5.4.yaml'

pull_request:
types: [opened, synchronize, reopened]
branches: [main]
paths:
- 'library/lua5.4/**'
- 'library/lua/5.4/**'
- '.github/workflows/library-lua5.4.yaml'

jobs:
Expand All @@ -41,7 +41,7 @@ jobs:
uses: unikraft/kraftkit@staging
with:
loglevel: debug
workdir: library/lua5.4
workdir: library/lua/5.4
runtimedir: /github/workspace/.kraftkit
plat: ${{ matrix.plat }}
arch: ${{ matrix.arch }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/library-nginx1.15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
push:
branches: [main]
paths:
- 'library/nginx1.15/**'
- 'library/nginx/1.15/**'
- '.github/workflows/library-nginx1.15.yaml'

pull_request:
types: [opened, synchronize, reopened]
branches: [main]
paths:
- 'library/nginx1.15/**'
- 'library/nginx/1.15/**'
- '.github/workflows/library-nginx1.15.yaml'

jobs:
Expand All @@ -41,7 +41,7 @@ jobs:
uses: unikraft/kraftkit@staging
with:
loglevel: debug
workdir: library/nginx1.15
workdir: library/nginx/1.15
runtimedir: /github/workspace/.kraftkit
plat: ${{ matrix.plat }}
arch: ${{ matrix.arch }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/library-python3.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
push:
branches: [main]
paths:
- 'library/python3.10/**'
- 'library/python/3.10/**'
- '.github/workflows/library-python3.10.yaml'

pull_request:
types: [opened, synchronize, reopened]
branches: [main]
paths:
- 'library/python3.10/**'
- 'library/python/3.10/**'
- '.github/workflows/library-python3.10.yaml'

jobs:
Expand All @@ -37,7 +37,7 @@ jobs:
uses: unikraft/kraftkit@staging
with:
loglevel: debug
workdir: library/python3.10
workdir: library/python/3.10
runtimedir: /github/workspace/.kraftkit
plat: ${{ matrix.plat }}
arch: ${{ matrix.arch }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/library-redis7.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
push:
branches: [main]
paths:
- 'library/redis7.0/**'
- 'library/redis/7.0/**'
- '.github/workflows/library-redis7.0.yaml'

pull_request:
types: [opened, synchronize, reopened]
branches: [main]
paths:
- 'library/redis7.0/**'
- 'library/redis/7.0/**'
- '.github/workflows/library-redis7.0.yaml'

jobs:
Expand All @@ -41,7 +41,7 @@ jobs:
uses: unikraft/kraftkit@staging
with:
loglevel: debug
workdir: library/redis7.0
workdir: library/redis/7.0
runtimedir: /github/workspace/.kraftkit
plat: ${{ matrix.plat }}
arch: ${{ matrix.arch }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/library-sqlite3.40.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
push:
branches: [main]
paths:
- 'library/sqlite3.40/**'
- 'library/sqlite/3.40/**'
- '.github/workflows/library-sqlite3.40.yaml'

pull_request:
types: [opened, synchronize, reopened]
branches: [main]
paths:
- 'library/sqlite3.40/**'
- 'library/sqlite/3.40/**'
- '.github/workflows/library-sqlite3.40.yaml'

jobs:
Expand All @@ -41,7 +41,7 @@ jobs:
uses: unikraft/kraftkit@staging
with:
loglevel: debug
workdir: library/sqlite3.40
workdir: library/sqlite/3.40
runtimedir: /github/workspace/.kraftkit
plat: ${{ matrix.plat }}
arch: ${{ matrix.arch }}
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ kraft pkg ls --apps --update
| Status | Image |
|-|-|
| [![](https://github.com/unikraft/catalog/actions/workflows/library-helloworld.yaml/badge.svg)](https://github.com/unikraft/catalog/actions/workflows/library-helloworld.yaml) | [`unikraft.org/helloworld:latest`](library/helloworld) |
| [![](https://github.com/unikraft/catalog/actions/workflows/library-nginx1.15.yaml/badge.svg)](https://github.com/unikraft/catalog/actions/workflows/library-nginx1.15.yaml) | [`unikraft.org/nginx:1.15`](library/nginx1.15) |
| [![](https://github.com/unikraft/catalog/actions/workflows/library-python3.10.yaml/badge.svg)](https://github.com/unikraft/catalog/actions/workflows/library-python3.10.yaml) | [`unikraft.org/python:3.10`](library/python3.10) |
| [![](https://github.com/unikraft/catalog/actions/workflows/library-redis7.0.yaml/badge.svg)](https://github.com/unikraft/catalog/actions/workflows/library-redis7.0.yaml) | [`unikraft.org/redis:7.0`](library/redis7.0) |
| [![](https://github.com/unikraft/catalog/actions/workflows/library-lua5.4.yaml/badge.svg)](https://github.com/unikraft/catalog/actions/workflows/library-lua5.0.yaml) | [`unikraft.org/lua:5.4`](library/lua5.4) |
| [![](https://github.com/unikraft/catalog/actions/workflows/library-nginx1.15.yaml/badge.svg)](https://github.com/unikraft/catalog/actions/workflows/library-nginx/1.15.yaml) | [`unikraft.org/nginx:1.15`](library/nginx1.15) |
| [![](https://github.com/unikraft/catalog/actions/workflows/library-python3.10.yaml/badge.svg)](https://github.com/unikraft/catalog/actions/workflows/library-python/3.10.yaml) | [`unikraft.org/python:3.10`](library/python3.10) |
| [![](https://github.com/unikraft/catalog/actions/workflows/library-redis7.0.yaml/badge.svg)](https://github.com/unikraft/catalog/actions/workflows/library-redis/7.0.yaml) | [`unikraft.org/redis:7.0`](library/redis7.0) |
| [![](https://github.com/unikraft/catalog/actions/workflows/library-lua5.4.yaml/badge.svg)](https://github.com/unikraft/catalog/actions/workflows/library-lua/5.4.yaml) | [`unikraft.org/lua:5.4`](library/lua5.4) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6040952

Please sign in to comment.