-
Task
-
Resolution: Fixed
-
L2 - Critical
-
None
-
None
-
None
Problem
During the rebuild of the centos base docker image, following errors occur
2017-01-05T06:09:46.933338146Z /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) 2017-01-05T06:09:47.035052221Z /usr/lib/python2.7/site-packages/supervisor/options.py:296: UserWarning: Supervisord is running as root and it is searching for its configuration file in default locations (including its current working directory); you probably want to specify a "-c" argument specifying an absolute path to a configuration file for improved security. 2017-01-05T06:09:47.035081894Z 'Supervisord is running as root and it is searching ' 2017-01-05T06:09:47.039961127Z sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) 2017-01-05T06:09:48.433569440Z /etc/profile.d/env.sh: line 6: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) 2017-01-05T06:09:48.433572591Z /etc/profile.d/env.sh: line 6: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
Although the image starts up successfully, it causes a problem with Jenkins as Jenkins isn't able to connect to containers spawned from these broken images through ssh.
It seems like the same error as this one, which is solved when using the 7.3.1611 docker image from DockerHub
AT
- Jenkins is able to connect to those containers
- configured locale works as expected
This is the controller panel for Smart Panels app
- is depended on by
-
CAM-7192 Pin Chrome version in docker images
- Closed