aws / aws-codebuild-docker-images

Official AWS CodeBuild repository for managed Docker images http://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref.html
Other
1.11k stars 971 forks source link

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

Open DanielDavtyan opened 2 months ago

DanielDavtyan commented 2 months ago

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 commented 2 months ago

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

The issue is in this dockerfile