-
Notifications
You must be signed in to change notification settings - Fork 4
Conversation
Implements client side of appc/spec#418 |
Should be ready for another pass |
Another pass on this would be great. |
@steveej review? |
Perhaps disable travis on this repo for the time being? |
changed travis to only build if .travis.yml is supplied |
Currently supports performing meta discovery to find appropriate endpoint, and pushing provided image and signature to the server. Relies on rkt's config files for authentication.
Removed the binary, reformatted the README to have one sentence per line, and tweaked the build instructions in the REAME. Should be ready for another pass @steveej. |
ping? |
LGTM if it works |
The idea is that this will be a library for use by rkt, right? |
Yes, if rkt gains the ability to export an exited container's rootfs. I think it makes more sense to put it in acbuild, if only because that's the tool that modifies images, and pushing unmodified images doesn't sound particularly exciting. |
I think rkt should have push/pull because it makes it symmetric. I see the On Sat, Feb 6, 2016 at 2:35 PM Derek Gonyeo [email protected]
|
Initial implementation for acpush
Currently supports performing meta discovery to find appropriate endpoint, and pushing provided image and signature to the server. Relies on rkt's config files for authentication.