Closed gorozco1 closed 7 years ago
There is a potentially related item over at https://github.com/coreos/rkt/pull/3219 around PWD that is worth looking at at the same time - based around root dirs and 9pfs etc.
@grahamwhaley I was wrong in my initial investigation on this, it turned out to be a problem due to cross-compiled bash. I'm still unsure why this showed up only on qemu-9p, but I verified that rkt bug is fixed by https://github.com/coreos/coreos-overlay/pull/2272.
@GabyCT This should be fixed with image 12860. Can you please verify.
@amshinde this means we need to update clear-containers image?
@gorozco1 yes will need to. Though the image hasnt been packaged yet. Need to download from: https://download.clearlinux.org/releases/12860/clear/
@amshinde this was verified with clear-12860 image and CC 2.1. It looks that is working properly docker run -ti perl perl -e 'print "Hello World\n"' Hello World
This issue is mostly to avoid some of the workarounds we have with cc-oci-runtime and some containers images:
Problem examples:
If we take a look at the variables set with clasic containers we can notice they only set 3 variables:
And with cc-oci-runtime we set more variables. The one that I notice is getting more problems is
LANG=en_US.UTF-8