Outdated mender-ci-tools container?

Hi

It looks like the mender-ci-tools container (pull just now) cannot talk to the hosted mender server:

docker run -it --rm -v $(pwd):$(pwd) -w $(pwd) mendersoftware/mender-ci-tools:master mender-cli --server https://eu.hosted.mender.io --token-value $MENDER_PUBLIC_TOKEN  devices list
Configuration file not found. Continuing.
FAILURE: Get https://eu.hosted.mender.io/api/management/v2/devauth/devices request failed: Get "https://eu.hosted.mender.io/api/management/v2/devauth/devices": tls: failed to verify certificate: x509: certificate signed by unknown authority

If I add -k (insecure), it works.

Any chance the container image can be updated to something newer supporting at least the certificates used by hosted mender instances?

Cheers
Max

Hello @mari ,
thanks for reporting this issue. It seems an issue related to the missing CA store in the container. A fix is coming

Thanks!
Roberto

Hello @mari ,
thanks for your patient. The issue should be solved now, could you please pull again the master image and retry?

Thanks

Hello @robgio

It works. Thanks for fixing it.

Cheers
Max