Needs approval from an approver in each of these files:
- ~~[OWNERS](https://github.com/knative/build-templates/blob/master/OWNERS)~~ [ImJasonH]
Approvers can indicate their approval by writing `/approve` in a comment
Approvers can cancel approval by writing `/approve cancel` in a comment
The base64 command is using the
-w
flag to disable wrapping. On the Mac the equivalent flag is-b
. There is no common flag that will disable wrapping.One option is to use
openssl base64 -a -A
. I'm not sure that's the right answer, but I'm opening a PR to start the discussion./assign @ImJasonH