-
Notifications
You must be signed in to change notification settings - Fork 10.4k
[Known Bug in platform] sudo docker-compose -f docker-compose.ci.build.yml up is error #344
Comments
When you get that error it is probably because you got oher previous errors when compiling the bits from the "build container" The point is that this bug/error happens randomly because it is a race condition from the dotnet stdout using the container. Also, in the near future, when it is supported by Visual Studio, we'll switch from that "build container" to multi-stage containers (https://docs.docker.com/engine/userguide/eng-image/multistage-build/) which don't really need this explicit "build container". Hope it helps. :) |
@CESARDELATORRE thank you! but build error。 project.json dont auto creat,why? projectList=(
pushd $(pwd)/../src/Web/WebSPA
up to date in 3.048s
for project in "${projectList[@]}"
remove old docker images:images=$(docker images --filter=reference="eshop/" -q)
No need to build the images, docker build or docker compose willdo that using the images and containers defined in the docker-compose.yml file. |
Closing this one as we now use Docker Multi-Stage builds and the "build container" is no longer needed. |
sudo docker-compose -f docker-compose.ci.build.yml up
error result:
Step 5/6 : COPY ${source:-obj/Docker/publish} .
ERROR: Service 'webstatus' failed to build: COPY failed: stat /var/lib/docker/tmp/docker-builder195861528/obj/Docker/publish: no such file or directory
mac os
The text was updated successfully, but these errors were encountered: