joshfischer1108 edited a comment on issue #3449: Adding support of docker build for debian10 URL: https://github.com/apache/incubator-heron/pull/3449#issuecomment-584253999 Well I wouldn't say the container is perfect yet. There is still some debugging to do. For example, I had to add in some environment variables when compiling the zookeeper target. I tried to add the environment variables only to the container to prevent needing to change the Bazel build targets, but adding them to the container didn't seem to fix the issue. On mac the build passes. On Debian9 it fails because the warnings that are thrown are treated as errors. I'm not exactly sure why yet. After adding those environment variables I was able to build a Debian9 container and submit an example ECO topology successfully. You can find the branch in this repo.. It is -> `joshfischer/debian9`.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
