Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105527 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 13392 invoked from network); 30 Apr 2019 22:05:51 -0000 Received: from unknown (HELO mail-vk1-f173.google.com) (209.85.221.173) by pb1.pair.com with SMTP; 30 Apr 2019 22:05:51 -0000 Received: by mail-vk1-f173.google.com with SMTP id u131so1761978vke.9 for ; Tue, 30 Apr 2019 12:08:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=MJ0peJ1M0Cqyu3QfN34XhvuDMaoywB9guNSiukqzA48=; b=sqIJNqR3Zrl8dmHOsRHeYiHbm8/6S62pSql4tQcUZsdjSZYk2BY65163hVh8OSmbOn 348mCz/nfHPezTITM935f5X3xKoI5TbZRsD72kjhM/4XJ5ei2Us9P9sucPoWLTZNamwo E2ETjbP95D28J4zfhOaGOJgImy2LHWEUtz/VhpA1jt8mrwXO3l0XFskavDEHDYDgmlEf 5Dqn8BLDSu8RDlk+s1qcfbx5zgSf0FZ0HRLFN2WkJKR1WH8fzKwXN3ZGo+KrIopEtWnn u36IAI5nlcZ3PwZcf0SQOOFv/zMmrW7v+imV4Pb70NM1o1e8xFtXjrNp1KxbmUaNcTem OB9Q== X-Gm-Message-State: APjAAAWhl5CZiL+6vuovVJc3CuOJV5GSEcyKLeb3nZxyZIyjW6cYLkk3 XEujP3vOnk+mUBRAJTTUpHtfhpKaSBY5HxElpw0= X-Google-Smtp-Source: APXvYqyS75Y7wAFjkjcjhqaggTlSYA5j6LcP5pB77uv7WBs+cJZtW6gveFgiPpu02YBGgI+7lBuMWY6C9dE505lFUmc= X-Received: by 2002:a1f:4842:: with SMTP id v63mr9964254vka.26.1556651284218; Tue, 30 Apr 2019 12:08:04 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 30 Apr 2019 20:07:28 +0100 Message-ID: To: =?UTF-8?B?SmFuIE1hbGFuw61r?= Cc: PHP internals Content-Type: multipart/alternative; boundary="000000000000d5c7650587c41e6f" Subject: Re: [PHP-DEV] POC: Docker container with support for PHP and Nginx based on Debian Stretch From: salathe@php.net (Peter Cowburn) --000000000000d5c7650587c41e6f Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi Jan, On Tue, 30 Apr 2019 at 19:51, Jan Malan=C3=ADk wrot= e: > Hi, > I'd like to introduce new variant of PHP Docker image with support for > Nginx webserver based on Debian Stretch. > I'm not sure if this is managed by you. The Docker "Official image" for PHP is not maintained by the PHP Project. From the README file in their Git repository: This is the Git repo of the Docker "Official Image" > for php > (not to be confused with any official php > image provided by php upstream). See the Docker Hub page > for the full readme on how to use this > Docker image and for information regarding contributing and issues. > The full description from Docker Hub is > generated over in docker-library/docs > , specifically in > docker-library/docs/php > . > > Can you please review the PR and give me comments? > https://github.com/docker-library/php/pull/821 I'm sure the maintainers of that repository will look in on your Pull Request soon, they are generally very responsive from my casual observations. > > > Thank you Jan > --000000000000d5c7650587c41e6f--