This multistage Dockerfile almost always results in `layer does not exist` error · Issue #33974 · moby/moby

Description The following Dockerfile almost always results in layer does not exist error: FROM golang:1.8-alpine AS go-build-base ENV PATH=/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin...