Skip to content

Commit

Permalink
dockerfile: remove addgroup hubble
Browse files Browse the repository at this point in the history
Signed-off-by: Djalal Harouni <[email protected]>
  • Loading branch information
tixxdz committed Dec 10, 2022
1 parent 0fe4085 commit 0f514cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ RUN strip bpftool

FROM docker.io/library/alpine:3.16.2@sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
RUN apk add iproute2
RUN addgroup hubble && \
mkdir /var/lib/tetragon/ && \
RUN mkdir /var/lib/tetragon/ && \
apk add --no-cache --update bash
COPY --from=bpftool-builder /src/linux/tools/bpf/bpftool/bpftool /usr/bin/bpftool
COPY --from=hubble-builder /go/src/github.com/cilium/tetragon/tetragon /usr/bin/
Expand Down

0 comments on commit 0f514cf

Please sign in to comment.