8000 fix: use alpine:3.15 as base image to build tracee by danielpacak · Pull Request #1173 · aquasecurity/tracee · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix: use alpine:3.15 as base image to build tracee #1173

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 29, 2021
Merged

fix: use alpine:3.15 as base image to build tracee #1173

merged 1 commit into from
Nov 29, 2021

Conversation

danielpacak
Copy link
Contributor

Resolves: #1165

Signed-off-by: Daniel Pacak pacak.daniel@gmail.com

Resolves: #1165

Signed-off-by: Daniel Pacak <pacak.daniel@gmail.com>
@danielpacak danielpacak changed the title chore: use alpine:3.15 as base image to build tracee fix: use alpine:3.15 as base image to build tracee Nov 29, 2021
@danielpacak
Copy link
Contributor Author

Quick test for tracee:latest and tracee:slim images built with Alpine 3.15

make bpf docker docker-slim
docker run --name tracee --rm --privileged -it \
  -v $PWD/dist/tracee.bpf.5_4_0-90-generic.v0_6_4-15-g0327706.o:/tmp/tracee.bpf.o \
  -e TRACEE_BPF_FILE=/tmp/tracee.bpf.o \
  tracee:slim

tc_tracee_slim

docker run --name tracee --rm --privileged -it \
  -v /lib/modules/:/lib/modules/:ro \
  -v /usr/src:/usr/src:ro \
  -v /tmp/tracee:/tmp/tracee \
  tracee:latest

tc_tracee_fat

Copy link
Collaborator
@yanivagman yanivagman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@danielpacak danielpacak merged commit dbbd970 into aquasecurity:main Nov 29, 2021
@danielpacak danielpacak deleted the fix/build_with_alpine_3.15 branch November 29, 2021 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error building docker and docker-slim images
2 participants
0