Joe Searcy
Joe Searcy
It should be possible to use Docker's `buildx` feature to build multi-arch images without needing access to runners of different architectures. Example doing this in GitHub Actions: https://github.com/tmobile/magtape/blob/b78170b5b020dd2f0a336d514e48fec5980227cb/.github/workflows/ci-image-build.yaml#L62
I know a lot of our use case behind this is more for local development so performance differences aren't as much a concern (still a concern if there's a drastic...
I'm open to the idea of a Helm Chart, but it would need to be fully implemented with testing and such to make upkeep simple. There have been a few...
Can you set logging to debug and post the logs from that? Also, did you check the contents of the certificate?
This issue seems to indicate the opposite...that containing the `csr-` prefix will prevent the certificate from being issued. https://github.com/aws/containers-roadmap/issues/2079
@joaopapereira Is anyone working on this? If not is this something I could work on? I don't think it would be too dissimilar from what I did for labels.
Ok, I have a PR up that I believe captures the intent described above. One thing that I am unsure about is if/how output from the CLI should change. Listing...
I'm not familiar with the end-to-end tests. Can you point me at an example or describe what that might look like?
Ok, I'll take a look and give it a shot
I've not been able to look at this much in the past few months due to a job change, but will be getting back to it soon