Newer Docker Images fail to Start

AshNeilson

New Member
We've previously been running WCS Docker Image 5.2.802 without any issues during start-up.

It appears newer versions (e.g. 5.2.847) of the Docker Image are failing to start with no additional configuration.

Steps to reproduce are simple as detailed below:

  1. docker run -e "LICENSE=<license key>" -e "PASSWORD=<password>" --name wcs -d flashphoner/webcallserver:5.2.847
  2. docker logs wcs
  3. You should see the same output in the screenshot below

We have tested Version 5.2.847 through to 5.2.852. Our current production version is still 5.2.802.

Thank you for reviewing this and I look forward to your assistance with this issue.

1606954767172.png
 

Max

Administrator
Staff member
Good day.
In the latest builds, WCS starts from non-root user for better security. But ubuntu base docker image, which is used to reduce WCS image size, contains no sudo. So we raised the ticket to allow launching WCS from root in docker environment WCS-2997, and let you know results in this topic.
As temporary workaround, please do not update WCS above 5.2.802 before we fix the issue.
 

AshNeilson

New Member
Hi Max,

Thank you for the quick reply.

We'll stick with 5.2.802 until WCS-2997 has a fix and a new Docker Image is available :)
 

Max

Administrator
Staff member
Good day.
Since 5.2.869, the issue with starting in Docker container is fixed. The new version is already available by docker pull flashphoner/webcallserver:latest
 
Top