Closed benzwerver closed 5 years ago
I've run into this also. Haven't had a chance to find a fix.
A work around until resolved is to go ahead and create the container start it then create the password manually using "docker exec". To save that change use "docker commit"
[] monda07@pegasus:~/Vector-Community-Docker master$ docker exec -u actian -ti vector bash
[actian@d52f80b44e7c /]$ echo "alter user actian with password =actian;commit;\\p\\g" | sql iidbdb
TERMINAL MONITOR Copyright 2016 Actian Corporation
Vector Linux Version VW 5.0.0 (a64.lnx/412) login
Thu Jan 17 07:06:46 2019
continue
alter user actian with password =actian;commit;
Executing . . .
continue
*
Vector Version VW 5.0.0 (a64.lnx/412) logout
Thu Jan 17 07:06:46 2019
[actian@d52f80b44e7c /]$ exit
[] monda07@pegasus:~/Vector-Community-Docker master$ docker commit vector actian/vector5.0:latest
sha256:7e5dfd0f17bddda060f2e82ed2b17f074e1804be715cffdc5c2b2b1fb89a9a27
[] monda07@pegasus:~/Vector-Community-Docker master$ docker images|grep vector
actian/vector5.0 latest 7e5dfd0f17bd 5 seconds ago 1.95GB
actian/vector5.0 community ad1a8187ad7f 2 months ago 1.95GB
Fix merged into master
Steps to reproduce:
docker build -t actian/vector5.0:community .
Output