Results 8 comments of Kashif Saadat

Kept the commits separate so they're easier to review.

Hey @prydie, sure that sounds good. I've raised PR #229 with the commit for the RBAC template updates. Shall we close this PR in favour of your CI image update?

Just a note on this.. I'm not overly keen on specifying the ID for the mysql user directly in the Dockerfile as that user is created via package install in...

Hey @prydie, unfortunately no. The code in Kubernetes for `verifyRunAsNonRoot` checks the ImageSpec for the built image before execution, validating that the `User` attribute is defined as expected. Related code...

I have added a second commit to avoid hardcoding the UID for the `mysql-agent` image build: https://github.com/oracle/mysql-operator/pull/219/commits/05101342be9c7b76ba3ab394d8a082a8a1cc79c5 Just more bash in the Makefile unfortunately.

Hey @prydie, I've never used wercker before but given it a go, commits (I can squash / cleanup once we have the right approach): 1. https://github.com/oracle/mysql-operator/pull/219/commits/d4dbddca833deeb63e02d6651aaf9487b1f42608 (image builds in separate...

I've activated the repo in wercker for my fork to attempt to debug this further, ran into a few issues: - With the approach of re-using the Makefile steps (running...