From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mail.toke.dk; spf=pass (mailfrom) smtp.mailfrom=protonmail.com (client-ip=185.70.40.134; helo=mail-40134.protonmail.ch; envelope-from=jvanveen@protonmail.com; receiver=) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=protonmail.com header.i=@protonmail.com header.b=b+o/HLFL Received: from mail-40134.protonmail.ch (mail-40134.protonmail.ch [185.70.40.134]) by mail.toke.dk (Postfix) with ESMTPS id B89657C0493 for ; Mon, 28 Dec 2020 09:36:35 +0100 (CET) Date: Mon, 28 Dec 2020 08:36:28 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1609144594; bh=ecyZQUFwfVkA7TNMzeSccjRglRTZxgZqVq6fNLMFIOc=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=b+o/HLFLZHsKGNFtChzprMDcS3IVkbSlbMVQWnNcl2j+08Vuj8Q4lAJ1cqWHbUT2m VEy8RHfSmAHoYCP7YV9vJrcsMK/OaNwitLj9/lIUlVK8LanCjGf09xsnYH0dRtFKfY K3jx+zO+sGjxEUQ+Hybo0+2iaRO24kwAjU+XhnXA= To: Cell From: Jeroen van Veen Message-ID: <41iOS83_x7ZCTcMkNNxAKoVhYq4E7H9hFCmZXaSp_4s0R2vVPgYdYPXh3q0t69fbqmFduH86rXn42G0QZ-aHdvbVtQ1FNfEKoy7EEkMpF_8=@protonmail.com> In-Reply-To: <0688ccc55ed16925427c08c0dfa9794e@kn1ght.org> References: <0688ccc55ed16925427c08c0dfa9794e@kn1ght.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Message-ID-Hash: QMXUFNXVX6VD6QDVWGXN5DUTD5LOZWM6 X-Message-ID-Hash: QMXUFNXVX6VD6QDVWGXN5DUTD5LOZWM6 X-MailFrom: jvanveen@protonmail.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header CC: "galene@lists.galene.org" X-Mailman-Version: 3.3.2 Precedence: list Reply-To: Jeroen van Veen Subject: [Galene] Re: Docker image List-Id: =?utf-8?q?Gal=C3=A8ne_videoconferencing_server_discussion_list?= Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Hi, I made a minimal docker image from the compiled version of Galene, but am n= ot sure of the quality yet. Docker images I made before were always using an interp= reted language(python/node) and a base image. This one is from scratch and is onl= y 10mb, but more difficult to inspect. I'm using dive(https://github.com/wago= odman/dive) to inspect the image. I have some questions about its portability and security because it only co= ntains the binary: * Does the image run properly on other Linux OS? (it's supposed to be stati= cally linked I think?) * Would the image also run on a different OS (MacOS/Windows)? * Is there a way to garantuee the safety of a binary, e.g. proof that its b= uilt from a snapshot of the Galene source-tree. The image itself is at https://hub.docker.com/r/garage44/galene The Dockerfile is from https://github.com/garage44/galene/blob/master/Docke= rfile The config(data/groups dir) is kinda hard-coded for now. Any feedback is we= lcome. Jeroen =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Op zondag, december 27, 2020 6:03 PM, Cell schreef: > I couldn't find any info about a docker image for a docker image of galen= e. I saw something from Jeroen van Veen. Any news on that? > > I have some knowledge I could offer. And if I run galene on my server it = will be in a docker image anyway (behind a traefik). > > Galene mailing list -- galene@lists.galene.org > To unsubscribe send an email to galene-leave@lists.galene.org