Closed karolz-ms closed 4 years ago
Hey @stevesloka @oliverspryn do you guys have a timeframe for investigating this issue?
I double-checked the image again and I am pretty sure the binary inside does not have support for Azure 😞
Let me take a look this afternoon @karolz-ms
Hey @karolz-ms can you re-pull the image? I just rebuild it all again. Thanks!
It works! 😌 Many thanks, @stevesloka
Repro steps:
strings -n 9 registry-creds | grep acrClient
Expected: a bunch of strings that have 'acrClient' in them Actual: nothing
For comparison, this is the result of running the same command on zpkarol/registry-creds:1.10 image that I have build for testing (it is available from Docker Hub):
Looks like incorrect (old) binary was included in the 1.10 image? @stevesloka could you take a look? Thanks!