SUSE / BCI-tests

This repository contains the tests for the SUSE Base Container Images
Apache License 2.0
10 stars 22 forks source link

Workaround cassandra unpacking issues on tumbleweed in old container #468

Closed dirkmueller closed 6 months ago

dirkmueller commented 6 months ago

runtimes

Tumbleweed's tar is apparently leveraging some new syscalls that are blocked on old container runtimes like in the GitHub actions environment. So working around that by adding --no-same-permissions --no-same-owner

Also some small cleanup of the code.