Jean Rougé
Jean Rougé
**Describe the bug** The README says that anyone can join your Slack channel (https://github.com/uber/kraken#contact). However, it seems that your Slack channel is not configured to accept sign-ups from non-uber.com email...
With a unit test. Fixes https://github.com/uber/kraken/issues/288
**Describe the bug** The REAME says that anyone can join your Slack channel to be able to reach maintainers (https://github.com/uber/kraken#contact). However, it seems that that Slack channel does not support...
**Describe the bug** Configuring quay.io as a registry backend doesn't work for certain repositories, as queries to get manifests for specific tags fail. **To Reproduce** On any k8s cluster, apply...
**Describe the bug** See https://travis-ci.com/github/uber/kraken/jobs/403383948 from https://github.com/uber/kraken/pull/285: it seems the fossa integration is broken: ``` TROUBLESHOOTING: A FOSSA API key is needed to run this command. ``` **To Reproduce** Steps...
Mainly to allow writing "wrapper" custom backends, see eg https://github.com/uber/kraken/issues/278#issuecomment-705121495
**Is your feature request related to a problem? Please describe.** I have 3 different backends, `a`, `b` and `c`. I'd like Kraken to provide a single registry for all three....
Also adding a venv wrapper for Drake executable scripts, that only does anything if the env var `ELLE_BUILD_USE_VENV` is set, and otherwise doesn't change anything. Also revamped the Dockerfile
Swarmkit services' removal will soon become asynchronous (see https://github.com/moby/moby/pull/38525); that is, a service will only actually get deleted once all of its containers are shut down. This patch changes service...