mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-25 01:59:15 +00:00
Build containerd containers from Docker containers
Simplifies the build process, and makes testing easier as there is a Docker container you can run to test things. Replaces #994 Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
@@ -13,6 +13,4 @@ COPY . /
|
||||
ENV TINI_VERSION=0.13.0
|
||||
ADD https://github.com/krallin/tini/archive/v${TINI_VERSION}.tar.gz tini-${TINI_VERSION}.tar.gz
|
||||
RUN zcat tini-${TINI_VERSION}.tar.gz | tar xvf -
|
||||
WORKDIR tini-${TINI_VERSION}
|
||||
RUN cmake . && make
|
||||
RUN cp -a tini-static /bin/tini
|
||||
RUN cd tini-${TINI_VERSION} && cmake . && make && cp -a tini-static /bin/tini
|
||||
|
||||
Reference in New Issue
Block a user