Aaron Weitekamp
Aaron Weitekamp
When running atomic pull with ostree storage backend signature policy is not enforced because the [skopeo layers command](https://github.com/projectatomic/atomic/blob/master/Atomic/util.py#L295) doesn't enforce signatures (see https://github.com/projectatomic/skopeo/issues/287). Is there a reason we're not using...
When pushing images and signing with Atomic Registry we need to authenticate both with docker registry and the OpenShift API. ``` atomic login --token TOKEN --registry URI --openshift URI ```...
Executing `atomic run ` in a Jenkins job fails with `cannot enable tty mode on non tty input`. The unattended use case is important so we need to figure out...
I think a screencast would help tell the story of Atomic App. Consider the simple https://asciinema.org/ tool to host one.
Extend kubernetes provider so it could run an unaltered OpenShift template via inherit. ``` ... - artifacts: openshift: - file:path/to/template.json kubernetes: inherit: openshift ... ```
OpenShift templates can be instantiated two ways for different use cases. 1. `oc create -f `: this uploads the template to openshift. This might be an end-user or it might...
Currently we rely on the host having the provider installed as installed software. There is a move to run these CLI clients as containers. Since we don't want to ship...
The CBP content should be packaged for different audiences. For example, the Fedora upstream community would like a set of content customized for their needs. Add asciibinder support to enable...
In sample_rules.yaml it appears the `count: 1` instruction is not used. For example, changing count to 2 doesn't impact the test. ``` - instruction: "USER" count: 2 level: "warn" message:...
Red Hat [hosts the linter](https://access.redhat.com/labs/linterfordockerfile/#/). This should be kept up to date, including providing a set of profiles to select from in the drop-down menu. Given the recent re-design of...