Replies: 1 comment 1 reply
-
|
What does the dev/debug workflow look like currently for most current redpanda devs? Are most folks developing inside docker containers? local-dev on mac? local-dev on ubuntu? Trying to get my head around what everyone's dev setup looks like. @senior7515 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/unicomp21/misc/blob/main/docker/redpanda/build/Dockerfile#L7
This is what I have so far, it runs on linux (ubuntu 20.04), but not on my macbook air. Macbook air, using docker-desktop, complains about stdout getting clipped and hangs. For the mac, I guess this means I need docker buildx?
Beta Was this translation helpful? Give feedback.
All reactions