./containerlaunch.sh: line 6: update-ca-certificates: command not found

Rodrigo 20 Reputation points
2023-05-18T11:18:48.1533333+00:00

I'm using App Service to launch a docker container. It was working perfectly fine!

Then, a day ago, the app stops to work, and in the logs, I see this (below)

I don't own containerlaunch.sh file, it should be from Azure.

What I'm doing wrong?

2023-05-17T11:33:13.888836835Z ./containerlaunch.sh: line 6: update-ca-certificates: command not found
2023-05-17T11:33:13.898826553Z Updated CA certificates
2023-05-17T11:50:14.463204566Z ./containerlaunch.sh: line 6: update-ca-certificates: command not found
2023-05-17T11:50:14.486848458Z Updated CA certificates
2023-05-17T11:50:54.115862067Z ./containerlaunch.sh: line 6: update-ca-certificates: command not found
2023-05-17T11:50:54.119680808Z Updated CA certificates
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,920 questions
{count} votes

2 answers

Sort by: Most helpful
  1. brtrach-MSFT 15,256 Reputation points Microsoft Employee
    2023-05-26T20:24:08.9833333+00:00

    The latest update is that the product group is going to roll out a fix for the CA cert error and we do not expect this to cause any issues for customers.

    Without more concrete evidence, it appears that customers had change their configuration settings, which likely broke the deployment of the app. The ca-cert error was more of a coincidence rather than the cause of the containers not working.

    If someone else can provide further context as to why or how the ca-cert broke their site, please reply to this message.


  2. brtrach-MSFT 15,256 Reputation points Microsoft Employee
    2023-06-03T01:01:29.86+00:00

    @Vladimir Pavlenko The final update regarding this is there will be a hotfix rolling out here in the next couple of days. This hotfix should reach customers sometime next week.

    Thank you for your patience on this matter.