From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp10.mail.ru (smtp10.mail.ru [94.100.181.92]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 54EB4469710 for ; Fri, 8 May 2020 16:31:01 +0300 (MSK) Date: Fri, 8 May 2020 16:30:40 +0300 From: Sergey Bronnikov Message-ID: <20200508133040.GA88440@pony.bronevichok.ru> References: <20200508101703.8928-1-huston.mavr@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200508101703.8928-1-huston.mavr@gmail.com> Subject: Re: [Tarantool-patches] [PATCH] static build: set dockerfile entrypoint to exec form List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: HustonMmmavr Cc: tarantool-patches@dev.tarantool.org, yaroslav.dynnikov@gmail.com On 13:17 Fri 08 May , HustonMmmavr wrote: > According to dockerfile reference, there are two forms of specifying > entrypoint: exec and shell. Exec form is preferred and allows to use > this image in scripts. > > Close #4960 thanks for the patch, LGTM