Tuna

Results 18 comments of Tuna

Link related issues together #88

Yes I have it @sameersbn ``` ubuntu@ip-10-0-0-192:~/minideb$ which md5sum /usr/bin/md5sum ubuntu@ip-10-0-0-192:~/minideb$ which sha256sum /usr/bin/sha256sum ```

@james-w Nothing happens if I run that command.

Can you guys build it success from your end ?

OK I am using a bit old docker engine. Will try with the new version and get back

OK So I ran `./buildall` on a fresh Ubuntu 16.04, docker `17.03.1-ce` (latest on xenial/stable amd64). These packages are required: `debootstrap`, `jq`, `debian-archive-keyring` and `dpkg-dev`. And the build stopped at...

Oh... That's not an error. Dunno why the build stopped at that step but I just re-ran and it passed. Result at: ``` $ ls -la build total 109316 drwxrwxr-x...

Gotcha. Thanks for your support @james-w @sameersbn

Currently we have couple of choices for preferences: kompose-specific labels, flags and preference file. We need to structure them correctly and make sure they are not overlapping. Preference file: We...

My experience is shouldn't set watch for service. Although the service hasn't changed but I guess kubewatch detects changes in its internal metadata because of incoming requests. I guess in...