The perl command fails at image version >5.34: ``` > docker run -it perl:5.36 bash ... root@783a8ea24899:/# perl -Mbignum=bpi -wle "print bpi(2000)" Can't use an undefined value as an ARRAY reference at /usr/local/lib/perl5/5.36.0/Math/BigInt/Calc.pm line 1049.``` > docker run -it perl:5.35 bash ... docker: Error response from daemon: manifest for perl:5.35 not found: manifest unknown: manifest unknown.``` > docker run -it perl:5.34 bash ... root@d4efc70c15b5:/# perl -Mbignum=bpi -wle "print bpi(2000)" 3.141592653589793238... ``` |
||
---|---|---|
.. | ||
access | ||
admin | ||
application | ||
audit | ||
configmap | ||
controllers | ||
debug | ||
pods | ||
policy | ||
priority-and-fairness | ||
security | ||
service | ||
tls | ||
windows | ||
README.md | ||
examples.go | ||
examples_test.go |
README.md
To run the tests for a localization, use the following command:
go test k8s.io/website/content/<lang>/examples
where <lang>
is the two character representation of a language. For example:
go test k8s.io/website/content/en/examples