pkg/runc: WORKDIR as first item in second stage

Works around https://github.com/moby/moby/issues/33176 and fixes #1807.

Updated al users of linuxkit/runc:2649198589ef0020d99f613adaeda45ce0093a38 to
this new build.

Signed-off-by: Ian Campbell <ian.campbell@docker.com>
This commit is contained in:
Ian Campbell
2017-05-12 19:17:23 +01:00
parent 2388f483c3
commit 5eee4c0607
21 changed files with 21 additions and 21 deletions

View File

@@ -22,6 +22,6 @@ RUN make static BUILDTAGS="seccomp"
RUN cp runc /usr/bin/
FROM scratch
ENTRYPOINT []
WORKDIR /
ENTRYPOINT []
COPY --from=alpine /usr/bin/runc /usr/bin/