k8ssandra / management-api-for-apache-cassandra

RESTful / Secure Management Sidecar for Apache Cassandra
Apache License 2.0
71 stars 51 forks source link

Add tar to DSE images #466

Closed emerkle826 closed 6 months ago

emerkle826 commented 6 months ago

Fixes #465

emerkle826 commented 6 months ago

The tar binary is part of the Ubuntu based images, it was just missing in the UBI based image

emerkle826 commented 6 months ago

The verification/tests aren't reliable. Right now it tries to test for the absence or existence of a file. And then it checks the Docker exec process return code. Sometimes that return code is null. I need a better way to verify this stuff.