Skip to content

Commit

Permalink
Revert container images
Browse files Browse the repository at this point in the history
  • Loading branch information
hp77-creator committed Aug 24, 2024
1 parent e253604 commit 9c9a7d9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-attach.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
strategy:
matrix:
container:
- ubuntu-2404
- ubuntu-2204
- fedora-39
container:
image: "hp77creator/bpftime-base-image:${{matrix.container}}"
image: "manjusakalza/bpftime-base-image:${{matrix.container}}"
options: --privileged -v /sys/kernel/debug/:/sys/kernel/debug:rw -v /sys/kernel/tracing:/sys/kernel/tracing:rw
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: fedora
runs-on: ubuntu-22.04
container:
image: "hp77creator/bpftime-base-image:${{matrix.container.image}}"
image: "manjusakalza/bpftime-base-image:${{matrix.container.image}}"
options: --privileged
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-22.04
needs: [build-runtime]
container:
image: "hp77creator/bpftime-base-image:${{matrix.container.image}}"
image: "manjusakalza/bpftime-base-image:${{matrix.container.image}}"
options: --privileged -v /sys/kernel/debug/:/sys/kernel/debug:rw -v /sys/kernel/tracing:/sys/kernel/tracing:rw
strategy:
fail-fast: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- ubuntu-2204
- fedora-39
container:
image: "hp77creator/bpftime-base-image:${{matrix.container}}"
image: "manjusakalza/bpftime-base-image:${{matrix.container}}"
options: --privileged
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
strategy:
matrix:
container:
- ubuntu-2404
- ubuntu-2204
- fedora-39
runs-on: ubuntu-latest
container:
image: "hp77creator/bpftime-base-image:${{matrix.container}}"
image: "manjusakalza/bpftime-base-image:${{matrix.container}}"
options: --privileged
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
container:
- ubuntu-2404
- ubuntu-2204
- fedora-39
container:
image: "hp77creator/bpftime-base-image:${{matrix.container}}"
Expand Down

0 comments on commit 9c9a7d9

Please sign in to comment.