Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1f3kEn-0000Lf-K0 for pgadmin-hackers@arkaria.postgresql.org; Wed, 04 Apr 2018 15:22:13 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1f3kEm-0004uj-8U for pgadmin-hackers@arkaria.postgresql.org; Wed, 04 Apr 2018 15:22:12 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1f3kEm-0004ua-0a for pgadmin-hackers@lists.postgresql.org; Wed, 04 Apr 2018 15:22:12 +0000 Received: from mail-wr0-x244.google.com ([2a00:1450:400c:c0c::244]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1f3kEi-0000ju-S3 for pgadmin-hackers@lists.postgresql.org; Wed, 04 Apr 2018 15:22:11 +0000 Received: by mail-wr0-x244.google.com with SMTP id u46so23348335wrc.11 for ; Wed, 04 Apr 2018 08:22:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=DgGx6INb432oqnaTRAnrrOUv7aN2gLIH7TQldkyRA44=; b=ODD6W8+D5e0oUDPLEsk5nyGBnWQp+Z4LnYTx/0UsWQEGdOABjLbOyMt24utYzsDyMw A4521hV7EniElYUlTjWNUG4MWDlTbBMf05q/pATqoKqLvg7S8xbiCS+Rph9lkccbyE8T D8r4V1w8vw4qxC+3vGyKVerl0GwDHvPPJ+JETwUTIdTQd/F61iBsODl/fCtZ5SZM2tnL QpjSo1z8pvwIob/hH3FgsFO1KA2fgJssOAszz8afR1fFUj+3EpMR6I2KyuCzEb8IoDq7 BPpiY/Nd0MpBMHDuCpJtf3wkWRtDl5HgoZmKrnLS8nt6FSWmkHMAT9BXAOok53OiterP Ibnw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=DgGx6INb432oqnaTRAnrrOUv7aN2gLIH7TQldkyRA44=; b=ql78hbJBX6cCALY/Ut/MU6Hz5cX8SiYyB5zlrjjky7jABfAFUYojLYngHeohsafskv n3kfkFXtP+D7q94prnu7BAlMHUQH0+kRtEwjnmNvA051bzrQBNm6xXRXa6RdeTjlAlo4 pQKxxpx0ueIixBoNZeIvIpd6+H1asxHfNhktxH8AmJFr0RBNPGR2Kx7niFCk3nD/6vmF +wZgyTvsV2mCXeHcVulvYNslghjfXR2Zk4q6MNWjyTZAM5L9eeb4QRe+AX1LrNx2+hJX ASxQYA6P2FDxRcOitXkmXAN0J5yTguHmUQAtmDg75dYcT4dsmxJ858vcZ2lpFV9SO7oi BQ3w== X-Gm-Message-State: AElRT7FIF3tce1ln2KB520dJ7yL+gtzBU/eBQR3yHMceOdYzybX26xZO CnsPpnWc+iWP53xudjeXWwY5eg+1Tlaw6SzMRze40Q== X-Google-Smtp-Source: AIpwx48UzXcKDuW3vFPMyuQhycphfJsGYUNjYpAL9Rhu/E7frp/imh9hVw2NJZS9DtUFv9OswoltbMIFSKT+wQ15K7o= X-Received: by 10.223.189.11 with SMTP id j11mr14387471wrh.49.1522855327947; Wed, 04 Apr 2018 08:22:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.69.220 with HTTP; Wed, 4 Apr 2018 08:22:07 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Wed, 4 Apr 2018 16:22:07 +0100 Message-ID: Subject: Re: [pgAdmin4][Patch] Remake Docker container packaging To: =?UTF-8?B?0JzQsNC60YHQuNC8INCa0L7Qu9GM0YbQvtCy?= Cc: Murtuza Zabuawala , pgadmin-hackers Content-Type: multipart/alternative; boundary="089e082f6714ddf79a0569076220" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --089e082f6714ddf79a0569076220 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi On Wed, Apr 4, 2018 at 2:46 PM, =D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC =D0=9A= =D0=BE=D0=BB=D1=8C=D1=86=D0=BE=D0=B2 wrote: > > So, I've fixed it. Patch attached. Now whole requirements.txt is > installed in one step, with no left-overs and incompabilities. I've committed the patch with some minor changes to avoid breaking compatibility with the older version: - The default ports are 80/443 again. - Username/password are set with PGADMIN_DEFAULT_EMAIL and PGADMIN_DEFAULT_PASSWORD (though, I have left them without defaults). Thanks! --=20 Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company --089e082f6714ddf79a0569076220 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi

On Wed, Apr 4, 2018 at 2:46 PM, =D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC = =D0=9A=D0=BE=D0=BB=D1=8C=D1=86=D0=BE=D0=B2 <kolmax94@gmail.com> wrote:

So, I've fixed it. Patch attached. Now whole requirements.t= xt is
installed in one step, with no left-overs and incompabilities.
=

I've committed the patch with some minor changes to= avoid breaking compatibility with the older version:

<= div>- The default ports are 80/443 again.
- Username/password are= set with PGADMIN_DEFAULT_EMAIL and=C2=A0PGADMIN_DEFAULT_PASSWORD (though, = I have left them without defaults).

Thanks!
<= div>=C2=A0
--
--089e082f6714ddf79a0569076220--