Skip to content
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

Add gdb in the development Docker image (sysdig/falco:dev) to help debugging #323

Merged
merged 1 commit into from
Feb 20, 2018
Merged

Add gdb in the development Docker image (sysdig/falco:dev) to help debugging #323

merged 1 commit into from
Feb 20, 2018

Conversation

JPLachance
Copy link
Contributor

Take two, pass the CLA sign-off check!

gdb can be very useful when trying to debug some issues with Falco or Sysdig. Adding it in the base image will allow us to do things like:

containers:
  - name: falco
    image: 'sysdig/falco:dev'
    securityContext:
      privileged: true
    args:
      - /usr/bin/gdb
      - '-ex'
      - 'run'
      - '-ex'
      - 'bt'
      - '--args'
      - /usr/bin/falco
      - '-K'
      - /var/run/secrets/kubernetes.io/serviceaccount/token
      - '-k'
      - 'https://kubernetes.default'
      - '-pk'

sysdig-CLA-1.0-signed-off-by: Jean-Philippe Lachance <jplachance@coveo.com>
@mstemm
Copy link
Contributor

mstemm commented Feb 20, 2018

Thanks! I'll merge.

@mstemm mstemm merged commit 4d8e982 into falcosecurity:dev Feb 20, 2018
@JPLachance JPLachance deleted the gdb-dev-container-image branch February 21, 2018 16:56
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.

None yet

2 participants