Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] build minimal Docker container with sumo from sources
  • From: "Peter Marschke (Fujitsu)" <peter.marschke@xxxxxxxxxxx>
  • Date: Wed, 17 May 2023 11:15:50 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=fujitsu.com; dmarc=pass action=none header.from=fujitsu.com; dkim=pass header.d=fujitsu.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=YUgwACuJ0NDlYi2BYJ43rg2dRDI2MQOPvmhvuPjqYf4=; b=L20ty1tpkWDQcbk2G2/r8ZadJzhyXssehgqvPsmh8tiOTZFzczJdYuUhodNKTIW9zvVvieje6EthGX3vsV3//+NhyZc/fPZ+SaHiOTfjXrtah7Bd0RnaWgX035jY/MyDIWpIxC2KEyT3PHD4Q3j6P9pcR2RtOvyTqC2ZmKCJajZqJ7r/PqmWa0GD/Z/OnIAlQ6oe7ZaBkirhycKvXt3EZYAW11+gFqaL6i2rWSp6RxRbeCnv/MUqU/ceOrY+lBdk1NGLMtV8DtIJr2gukaj8Mh/fEnCCJSTGvT0Wknkk59PvuF9nPIAuTn8zC8YkIXQGKbkoQuukfaIJA0BXgUmjpQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=UsRNFn9IE+5vHnJNSTs25IFuESiPZ7+8fbLbYKCFb1KInNjikmAUaXANrlxQV/WxsLDKO0FHNgtX09KXUYrjIkkjEap7I9rhXls9w+362MmmoHa9QZjpFqxLQ1OaeosEX5bEGzC6xbKB19d83yKGAXTZmIzKXQ0ODwtn4y8npMxoL3rV2d3oId4OM4lbo1kfA/teq2MFFM67xl5wmRCCdoXGPMwDLIt7olcYXcZpDL9O9VhPDzdIa70j++Frx9PBXw9D7uMfDtda/iWfUpa6Rdf4tnqFf6kDQK/zbCHne6STq/ejeGs7jEy0b1t4OgHM5nI8pkTO1qaZ9F+TjLe7AA==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user/>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Msip_labels: MSIP_Label_a7295cc1-d279-42ac-ab4d-3b0f4fece050_ActionId=d911b4ae-b8cf-49e1-98b5-d1839c0f78db; MSIP_Label_a7295cc1-d279-42ac-ab4d-3b0f4fece050_ContentBits=0; MSIP_Label_a7295cc1-d279-42ac-ab4d-3b0f4fece050_Enabled=true; MSIP_Label_a7295cc1-d279-42ac-ab4d-3b0f4fece050_Method=Standard; MSIP_Label_a7295cc1-d279-42ac-ab4d-3b0f4fece050_Name=FUJITSU-RESTRICTED???; MSIP_Label_a7295cc1-d279-42ac-ab4d-3b0f4fece050_SetDate=2023-05-17T10:55:09Z; MSIP_Label_a7295cc1-d279-42ac-ab4d-3b0f4fece050_SiteId=a19f121d-81e1-4858-a9d8-736e267fd4c7;
  • Thread-index: AdmIsO8Fz+rb3TgXSkitmoFRdk+0cw==
  • Thread-topic: build minimal Docker container with sumo from sources

Hello,

I am using sumo in a Docker container together with python.

Sumo is used via TRACI and libsumo without any GUI. Tools like Netedit are not required

 

To get an up to date sumo I build it from the  sources but that creates a really big container (> 1.5 GB). So I am looking for ways to

Minimize the required space of the sumo build.

 

Is there a way to reduce the space requirements with additional build parameters?

  • Reduce number of required libs
  • Not build unused additional Tools

 

 

Thanks in advance for your support and best regards

 

 


Back to the top