quayctl
quayctl copied to clipboard
quayctl is a command-line client for Quay
Running CoreOS 1298.7.0 with rkt 1.21.0 and I try a rkt torrent pull on hyperkube I get: ``` sudo ./quayctl rkt torrent pull quay.io/coreos/hyperkube:v1.6.0_coreos.0 2017/04/10 22:19:14 Discovering image quay.io/coreos/hyperkube:v1.6.0_coreos.0 2017/04/10...
As soon as the new Clair impl is done, we would probably want to add a `security` command or something like that.
I use the Scoop package manager to install, and keep up-to-date, a wide variety of dev tools on my workstation. Some of the packages I install with `scoop` include: `doctl`,...
rather than seeding on a per-image basis (doable but tedious when lots of images are involved), it would be nice to be able to fire up one process in the...
``` $ ./quayctl torrent pull quay.io/aptible/ubuntu --squashed 2016/03/31 20:19:31 Starting download of squashed image quay.io/aptible/ubu[------------------------------------] 0.00 % Initializing 2016/03/31 20:19:31 Unable to start torrent: got 406 for .torrent file ```...
As quayctl creates a one-shot registry perhaps it is just best that quayctl serve this up and not talk to container engines directly. This would make it possible for someone...
In order to encapsulate the logic around ProgressBars, we should have a ProgressBar interface. For example, in the main package we could detect the interactivity of the shell once and...
We can take inspiration from this guide for rkt: https://github.com/coreos/rkt/blob/master/Documentation/devel/release.md - How are the cross platform builds done? - Where is the image version bumped?