Skip to content

Commit

Permalink
Update Dockerfile.debug labels and CI settings
Browse files Browse the repository at this point in the history
Signed-off-by: Viet Anh Duong <[email protected]>
  • Loading branch information
vietanhduong committed Oct 4, 2023
1 parent 93e3de4 commit 2329fe3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
runs-on: ubuntu-20.04
container:
image: ghcr.io/vietanhduong/go-bpf-debug:202310041102
credentials:
username: ${{ github.actor }}
password: ${{ github.token }}
options: --privileged
steps:
- name: Checkout code
Expand Down
4 changes: 4 additions & 0 deletions tools/docker/Dockerfile.debug
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

FROM ubuntu:20.04 as builder

LABEL org.opencontainers.image.source=https://github.com/vietanhduong/go-bpf
LABEL org.opencontainers.image.description="GoBPF used in debugging and testing"
LABEL org.opencontainers.image.licenses=Apache-2.0

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt install -y zip bison build-essential cmake flex git libedit-dev \
libllvm12 llvm-12-dev libclang-12-dev python zlib1g-dev libelf-dev libfl-dev python3-setuptools \
Expand Down

0 comments on commit 2329fe3

Please sign in to comment.