aws-codebuild-docker-images
aws-codebuild-docker-images copied to clipboard
[BUG] up: logPrinter panicked with "send on closed channel" #11280
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
https://github.com/aws/aws-codebuild-docker-images/tree/master/ubuntu/standard/7.0
The issue is in this dockerfile
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