Skip to content

Commit

Permalink
wip: Fix cilium-agent image
Browse files Browse the repository at this point in the history
Signed-off-by: Daichi Sakaue <[email protected]>
  • Loading branch information
yokaze committed Dec 5, 2024
1 parent 0364dcc commit 0d085df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/actions/build_cilium-agent/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ runs:
${{ steps.prepare.outputs.tag }}
${{ steps.prepare.outputs.branch }}
- name: Test images
if: ${{ steps.prepare.outputs.build }}
shell: bash
run: |
docker run --rm -it --entrypoint bash ${{ steps.prepare.outputs.tag }} -c 'bpftool version'
docker run --rm -it --entrypoint bash ${{ steps.prepare.outputs.tag }} -c 'clang --version'
docker run --rm -it --entrypoint bash ${{ steps.prepare.outputs.tag }} -c 'ip -V'
docker run --rm -it --entrypoint bash ${{ steps.prepare.outputs.tag }} -c 'ss -V'
- name: Scan images
if: ${{ steps.prepare.outputs.scan }}
uses: ./.github/actions/trivy_scan
Expand Down
2 changes: 1 addition & 1 deletion cilium/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.11.1-rc.1
1.15.11.1-rc.2

0 comments on commit 0d085df

Please sign in to comment.