Alex Turek
Alex Turek
I just realized.. I'm probably going to have to change docker-gen for this as well, right? EDIT: Scratch that, I just have to change the template
Turns out I did need to make a change to docker-gen. https://github.com/jwilder/docker-gen/pull/29 adds a template function to convert e.g. ``` quay.io/yourcompany/dockerimage ``` to ``` quay.io-yourcompany-dockerimage" ```
Alright. I'm totally new to HAProxy myself, so I'm not sure if '-'s are a good character to use in the config, or even what the ideal config looks like
@RuslanZavacky I've since moved on from the company where I was working on this, but here's roughly what we did: On our CoreOS fleet, we left docker-discovery and docker-register (my...
I'm getting this issue across multiple versions of lodash, and the linked lines go to `Promise.resolve()` calls: ## Errors from Jest ``` ● PROMISE at Function.resolve () at Object. (node_modules/lodash.omitby/index.js:1576:32)...
I think this is a bug with jest, and I've filed an issue https://github.com/facebook/jest/issues/6639
For future finders of this issue: one workaround is via CLI (discovered via `shepherd checkout --help`) ``` shepherd checkout --repos org1/repo1,org2/repo2 path/to/migration ```
Oh, there was one more I wanted to add! ## `shepherd done ` This just blows away that particular migration in my Shepherd dir, so it no longer shows up...