W. Trevor King

Results 439 comments of W. Trevor King
trafficstars

On Mon, Oct 03, 2016 at 03:05:50PM -0700, George Lestaris wrote: > *`--uid-mapping ::` (similar to the `/proc/$PID/uid_map` structure). It can be provided multiple times. > - `--gid-mapping` which handles...

On Tue, Oct 04, 2016 at 01:30:55AM -0700, George Lestaris wrote: > ``` bash > oci-download --ref 3.2.5 oci://registry.opencontainers.org/redis ./redis-image > oci-unpack --ref 3.2.5 --uid-mapping 1000:0:1000 ./redis-image ./redis-bundle > cd...

The problem with a generic image-downloader is that the OCI doesn't define an HTTP protocol for accessing images. We could fetch image-layouts over HTTP (just like we already do for...

> if mixing OCI and Docker is an option why don't we move https://github.com/containers/image under OCI? :) I think image-tools should stick to implementing image-spec. Tools that bridge with other...

On Thu, Nov 03, 2016 at 07:53:11PM -0700, Ye Yin wrote: > I think we could setup a library with some defined APIs(or > interface). `container/image` or other tools can...

On Thu, Sep 15, 2016 at 07:56:49AM -0700, Antonio Murdaca wrote: > this project could/should provide libraries around the commands' > functionalities so people can write additional tooling. Work in...

On Thu, Sep 15, 2016 at 08:31:38AM -0700, Antonio Murdaca wrote: > > Work in that direction in opencontainers/image-spec#159 ;). Should I > > re-open that over here? > >...

On Thu, Sep 15, 2016 at 12:33:24PM -0700, Stephen Day wrote: > Indeed, the goal is to provide rich APIs, but I don't think we are > even _close_ to...

On Mon, Apr 16, 2018 at 10:35:39PM +0000, Derek McGowan wrote: > So if a request is going to `localhost:5000/library/ubuntu`, it > could mirror both `docker.io/library/ubuntu` and > `quay.io/library/ubuntu` and...

On Mon, Apr 16, 2018 at 11:32:43PM +0000, Derek McGowan wrote: > If a client is upgraded and now starts requesting > `localhost:5000/docker.io/library/ubuntu`, the registry would have > to be...