mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-20 23:24:03 +00:00
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:
@@ -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/
|
||||
|
Reference in New Issue
Block a user