From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from forward102p.mail.yandex.net (forward102p.mail.yandex.net [77.88.28.102]) by sourceware.org (Postfix) with ESMTPS id 6CD8E3857C68 for ; Wed, 30 Jun 2021 21:20:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6CD8E3857C68 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=yandex.ru Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=yandex.ru Received: from sas1-597ba708d414.qloud-c.yandex.net (sas1-597ba708d414.qloud-c.yandex.net [IPv6:2a02:6b8:c14:4499:0:640:597b:a708]) by forward102p.mail.yandex.net (Yandex) with ESMTP id 51F9754C0675; Thu, 1 Jul 2021 00:20:01 +0300 (MSK) Received: from sas2-1cbd504aaa99.qloud-c.yandex.net (sas2-1cbd504aaa99.qloud-c.yandex.net [2a02:6b8:c14:7101:0:640:1cbd:504a]) by sas1-597ba708d414.qloud-c.yandex.net (mxback/Yandex) with ESMTP id 75nh3DsWXV-K0HKHrbU; Thu, 01 Jul 2021 00:20:01 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1625088001; bh=qz7xGyTIstl7BotBaZpRs+/cA4Wscc93rDfQ2rz7L9k=; h=In-Reply-To:Subject:To:From:Message-ID:References:Date:Reply-To; b=sbXeS34fBizon5+18LLOAtLqLxMM5l/XGZtwesWlVl1+tTt7Y1hJXz8PZFtmSb+X1 cvKBwCWwuWsICOb1M/s7hTKM1QMOqBrTMN7s3zkjwPqHmAMWqNgUySqS52K0Uj/mXv ZmbS7B0aUNnJCixQPpLu9ASizbS4kMhYoZSfUIH8= Authentication-Results: sas1-597ba708d414.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru Received: by sas2-1cbd504aaa99.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id p8xLzIVD8m-K0QiEGou; Thu, 01 Jul 2021 00:20:00 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) Received: from [192.168.1.10] (HELO daemon2.darkdragon.lan) by daemon2 (Office Mail Server 0.8.12 build 08053101) with SMTP; Wed, 30 Jun 2021 21:19:26 -0000 Date: Thu, 1 Jul 2021 00:19:26 +0300 From: Andrey Repin X-Mailer: The Bat! (v6.8.8) Home Reply-To: cygwin@cygwin.com X-Priority: 3 (Normal) Message-ID: <1869913741.20210701001926@yandex.ru> To: Pietro Fontana , cygwin@cygwin.com Subject: Re: Issues with Cygwin inside Docker In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_THEBAT, NICE_REPLY_A, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2021 21:20:06 -0000 Greetings, Pietro Fontana! > I am trying to setup Cygwin inside a Windows Docker container, but I step > into the issue described here > (https://www.mail-archive.com/cygwin@cygwin.com/msg165792.html) and here > (https://github.com/microsoft/hcsshim/issues/835). > I am not able to fully understand what is the conclusion from the thread in > the mailing list, what is the best approach to avoid this error? > In my Dockerfile I currently download the setup.exe, install it inside the > container, compress the folder with 7z in ZIP format, decompress it and > finally the image has Cygwin installed without errors. However, I would like > to improve this workflow if possible, also because I am not sure if Cygwin > works completely fine after this kind of installation process. > Could someone with more expertise shed some light on the topic? Zip the instal cache directory. -- With best regards, Andrey Repin Wednesday, June 30, 2021 23:39:02 Sorry for my terrible english...