Puneeth
Puneeth
@cusspvz Honestly, haven't had time to customize the changes. I have sidelined it for now to tackle more critical issues in our infrastructure 😅 I will update here once I...
Also https://www.npmjs.com/package/cls-hooked
@bryanlarsen any updates on https://github.com/RisingStack/opentracing-auto/issues/9#issuecomment-339339084?
Hi @fho Firstly, A very nice project. :) We tag all our docker images with commit id and sanitized branch name (feature/foo-bar_baz => feature_foo-bar_baz). So, if we could sepify multiple...
Furthermore, we use `yarn workspace` for some 30 odd `javascript` services. We build a base image and in each of our services we copy just the source code. To optimize...
I am not sure if the cache miss happens when only pushing one target or cache miss happens when pushing irrespective of the targets
@LaurentGoderre Agree, but it seems to work in `node:8.12.0` why did it break since `node:8.13` and forward?
@LaurentGoderre Agree and confirm that it works! Thanks for helping us on this! ``` ➜ node_docker docker run --rm -it -e foo:bar:baz=jazz -v $PWD:/opt/ct -w /opt/ct node:8.12.0 sh -c "yarn...
@tianon Nope. doesn't work **Doesn't work with sh** ``` ➜ node_docker docker run --rm -it -e foo:bar:baz=jazz -v $PWD:/opt/ct -w /opt/ct node:8.15.1 sh -c "yarn env | grep foo" Unable...
@LaurentGoderre This goes deeper than this simple example. We use [`nconf`](https://www.npmjs.com/package/nconf) for overriding configurations. we use the default separator `:` We have this setup across all our `nodejs` services, its...