]
Tristan Tarrant reassigned ISPN-12539:
--------------------------------------
Assignee: Ryan Emerson
Server image doesn't accept numeric characters into password env
----------------------------------------------------------------
Key: ISPN-12539
URL:
https://issues.redhat.com/browse/ISPN-12539
Project: Infinispan
Issue Type: Bug
Components: Docker
Affects Versions: 11.0.7.Final
Reporter: Gustavo Lira e Silva
Assignee: Ryan Emerson
Priority: Minor
if you runĀ
{code:java}
docker run -p 11222:11222 -e USER="root" -e PASS="123456"
infinispan/server{code}
You will receive
{noformat}
java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String
{noformat}
the env PASS is only accepting String