Aaron Weitekamp

Results 51 comments of Aaron Weitekamp

Given apb rpm is doa on fedora distro (e.g. #78), I think this needs to happen ASAP so contributors and release engineers have some confidence in the codebase.

@vpavlin yes, that was the thought. A set of images in ``. I think it's just a matter of time before clients (openshift, heat, kube, etc) will be containerized by...

Yes, I think that would be a valid approach. The biggest issue might be tracking the API version. I don't think the containerized client would be too hard to implement....

@kadel I think you're right about the API in the near-term, especially for openshift since we currently don't have a model to run "sidecar" images in pods. I closed #336.

It appears skopeo copy pulls down manifest schema v2 (if available) and skopeo layers pulls down manifest schema v1.

The pattern to inject local files, available today, is to use [secrets](https://docs.openshift.org/latest/dev_guide/secrets.html). This mounts a local file into a pod. ``` oc secrets new = ``` So the question then...

@dustymabe right. Not ideal, for sure.

Sounds good. So I understand, you're proposing using this is as a convention that atomicapp will rely on? Or will atomicapp add the label at runtime?