From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp60.i.mail.ru (smtp60.i.mail.ru [217.69.128.40]) (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 777F6469710 for ; Fri, 8 May 2020 16:36:07 +0300 (MSK) Date: Fri, 8 May 2020 16:36:06 +0300 From: Kirill Yukhin Message-ID: <20200508133606.w2wpnz7vmgqcqi2c@tarantool.org> References: <20200508101703.8928-1-huston.mavr@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit 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 Hello, On 08 май 13:17, 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 I've checked your patch into 1.10, 2.3, 2.4 and master. -- Regrads, Kirill Yukhin