Brandon Philips

Results 67 issues of Brandon Philips

Essentially someone should be able to do: ``` acbuild --output=oci oci-image-tool validate image-bundle ``` ``` oci-image-tool create-runtime-bundle image-bundle runtime-bundle oci-runtime-thingie runtime-bundle ```

It would be great to have some sort of pod that we can run for acbuild. Their would be a couple of moving parts: 1) the file accepter, a server...

I want to try out appdash but encountered a bug in influxdb https://github.com/influxdata/influxdb/issues/6445 It would be great if there were release binaries available and a container up on quay.io for...

enhancement
help wanted
Appdash 2.0

One interesting thing would be instead of relying on a database for the users and passwords would be to use OAUTH 2. Then aproxy could have a pure user/roles map...

Currently there is no reference implementation of the keyserver in this code base. We should provide one. Here is [the API](https://github.com/coreos/jwtproxy/blob/master/jwt/keyserver/keyregistry/README.md). Ideally we also provide a gRPC and OpenAPI/swagger doc...

help wanted
priority/P1

I am no longer involved in this project so remove me from MAINTAINERS.

_From @wking on June 16, 2016 14:36_ While reading #148, the [`http.FileSystem` section](https://github.com/opencontainers/image-spec/pull/148/files#diff-2cb561c5e46512465f54a0f84d421c80R45) struck me as the wrong approach. “I'd like to validate this content against this JSON Schema” is...

help wanted
component/oci-image-tool

_From @s-urbaniak on August 30, 2016 12:55_ As per https://docs.google.com/document/d/1bsi9JCnmOMSZCDh3VmDCO1m17w1aNexX09naomcpUOs/edit the `oci-image-tool` should have more verbose output, more concretely: Print ... - [ ] the digests of objects - [...

component/oci-image-tool

_From @glestaris on September 8, 2016 14:7_ `oci-image-tool` does not `chmod` or `chown` the extracted files. I wonder if this is something intentional or PR-worthy. _Copied from original issue: opencontainers/image-spec#281_

component/oci-image-tool

_From @vbatts on September 4, 2016 12:24_ Add a sub-command where two directory paths can be provided and the utility will produce a layer archive from comparing the two references....

component/oci-image-tool