amazon-web-services-linux-operations icon indicating copy to clipboard operation
amazon-web-services-linux-operations copied to clipboard

Docker build in 9.4 fails

Open dschulzeqwinixio opened this issue 6 years ago • 0 comments

When I do the docker build in lesson 9.4 it throws the following error. I've also tried changing the Dockerfile to FROM node:8.16.0-alpine but I get the same error.

$ docker build -t ${REPO_URI}:1.0.0 source/services/billing/ Sending build context to Docker daemon 4.608kB Step 1/6 : FROM node:8.16.0-alpine 8.16.0-alpine: Pulling from library/node e7c96db7181b: Pull complete 5b5ce4d3d5f2: Pull complete ac289eff61bc: Pull complete 28fbd2f3252d: Pull complete Digest: sha256:15ac3cbf6c860d0edf043b05d12500c1e21a6b53ca68298eccb2ada0a81359c6 Status: Downloaded newer image for node:8.16.0-alpine ---> e08ba08cf75a Step 2/6 : COPY package.json /src/package.json ---> b526cfc38c0b Step 3/6 : RUN cd /src; npm install ---> Running in 66c5c7b1d378 failed to start shim: exec: "docker-containerd-shim": executable file not found in $PATH: unknown

dschulzeqwinixio avatar Jun 10 '19 23:06 dschulzeqwinixio