Results 14 issues of thomasmckay

In https://github.com/open-policy-agent/gatekeeper/tree/master/charts/gatekeeper ``` -IMG ?= controller:latest +IMG ?= $(IMAGE_TAG_BASE):$(VERSION) ``` I may be misunderstanding but shouldn't it be `v$(VERSION)`? As-is it will tag it as `0.0.1`

good first issue
help wanted
lifecycle/stale

I see some docs[1] and other references to virtualbox in this repo but am not sure how to set the provider in my _boxes.yaml_ file. I'm hoping it's a simple...

I have no idea from the docs how to run robottelo. I'd like instructions to include: + sample boxes section (variables, etc.) + description of available variables + details on...

Change in ansible? https://github.com/theforeman/forklift/blame/master/roles/hammer_devel/tasks/hammer_install.yml#L46-L47 ``` TASK [hammer_devel : Install gems] ********************************************* Thursday 17 May 2018 18:57:46 -0400 (0:00:00.735) 0:00:15.759 ********** fatal: [devel]: FAILED! => { "changed": false, "cmd": "/home/vagrant/bin/bundle install",...

When the _foreman-release-scl_ package is not present, this step fails https://github.com/theforeman/forklift/blob/master/roles/foreman_installer/tasks/upgrade.yml . It already exists as a step in https://github.com/theforeman/forklift/blob/master/roles/foreman_repositories/tasks/main.yml . Is it safe to remove from upgrade.yml?

From https://bugzilla.redhat.com/show_bug.cgi?id=2010219 (see for kyverno example using `preconditions`) Currently, it is not possible to truncate "unreasonably" large/short values in a mutation policy. In this way, the mutating webhook only truncates...

enhancement
mutation
triaged

The atomic push command is not using specified --gnupghome causing images not to be found when running as another user (eg. sudo). Work around is to specify GNUPGHOME env var.

bug

``` $ sudo GNUPGHOME=/home/thomasmckay/.gnupg atomic push --username=unused --password=`oc whoami -t` --insecure --gnupghome=/home/thomasmckay/.gnupg [email protected] docker-registry.192.168.42.209.nip.io:443/myproject/hammer:v1 WARN[0000] '--tls-verify' is deprecated, please set this on the specific subcommand ``` Verisions ``` [thomasmckay@thomasmckay minishift]$...

The link off the home page "Install, run and scan with Atomic CLI" leads to a github repo without instructions for installing atomic CLI. Docs similar to these should be...