Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qd48X-0023wZ-96 for pgadmin-hackers@arkaria.postgresql.org; Mon, 04 Sep 2023 07:36:41 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qd48W-009DJE-3e for pgadmin-hackers@arkaria.postgresql.org; Mon, 04 Sep 2023 07:36:39 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qd48V-009DIx-Pl for pgadmin-hackers@lists.postgresql.org; Mon, 04 Sep 2023 07:36:39 +0000 Received: from out-18.smtp.github.com ([192.30.252.201]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qd48N-002wQt-3f for pgadmin-hackers@lists.postgresql.org; Mon, 04 Sep 2023 07:36:38 +0000 Received: from github.com (hubbernetes-node-d8ee10a.va3-iad.github.net [10.48.139.11]) by smtp.github.com (Postfix) with ESMTPA id 2299F9400E1 for ; Mon, 4 Sep 2023 00:36:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1693812989; bh=1fqp2nJhiLBCNdgG8SVl5oKuUyxd+O16uwEBwXtQ0ow=; h=Date:From:To:Subject:From; b=jep7H/f5FR4BdEPQSNZA8LI1W0Ir4vCUn4bormvftiW0zRkC91/+46x8qIIeTmKGI qanQl1jld6GOJruV2A8Gw07IiNkKfKP+GMhH1B7erCix2zjpX/UKUBe8W1Jul0ja3Y LMYAkqPh3FHHAxOrnHYpVq90ZiCGY2VuMWSCBXMI= Date: Mon, 04 Sep 2023 00:36:29 -0700 From: sprayzcs To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 5cf9de: Change grep regex in the docker's entrypoint to fi... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 5cf9dea9a86966dafc84c67ed533192c75a93133 https://github.com/pgadmin-org/pgadmin4/commit/5cf9dea9a86966dafc84c67ed533192c75a93133 Author: sprayzcs <33363043+sprayzcs@users.noreply.github.com> Date: 2023-09-04 (Mon, 04 Sep 2023) Changed paths: M pkg/docker/entrypoint.sh Log Message: ----------- Change grep regex in the docker's entrypoint to find env variables starting with PGADMIN_CONFIG_ only.