aws-codebuild-docker-images icon indicating copy to clipboard operation
aws-codebuild-docker-images copied to clipboard

[BUG] up: logPrinter panicked with "send on closed channel" #11280

Open DanielDavtyan opened this issue 1 year ago • 1 comments

Describe the bug We have a bug in the current version of docker compose that used in the image, the version is

ARG DOCKER_COMPOSE_VERSION="2.23.1"

this is the original bug link in docker compose

https://github.com/docker/compose/issues/11280

Please update the version to 2.24.0

reference https://github.com/docker/compose/pull/11286

DanielDavtyan avatar Jun 07 '24 14:06 DanielDavtyan

https://github.com/aws/aws-codebuild-docker-images/tree/master/ubuntu/standard/7.0

The issue is in this dockerfile

DanielDavtyan avatar Jun 07 '24 14:06 DanielDavtyan

Thanks for reporting this issue. We've updated the image to include version 2.29.7.

https://github.com/aws/aws-codebuild-docker-images/blob/master/ubuntu/standard/7.0/Dockerfile#L159

jonnysooter avatar Feb 07 '25 22:02 jonnysooter