Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:105659 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 95838 invoked from network); 10 May 2019 10:01:45 -0000 Received: from unknown (HELO mail-oi1-f181.google.com) (209.85.167.181) by pb1.pair.com with SMTP; 10 May 2019 10:01:45 -0000 Received: by mail-oi1-f181.google.com with SMTP id t187so487310oie.10 for ; Fri, 10 May 2019 00:06:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=lv+ZiXXxsTf2jaBNVZvHjLszO49st+J8HSOKmAeN9Jk=; b=pkBvb1cGLPWw1p9ofHZklI+G0k5Y6D7lfZDQBUDfT9m/kNJuioXmCnrFq+m3XhT5L0 fGP+clIVi2IYohO2XTkHRx5YCqDKx51LDvWeMaZ+yxW6zh/3LyhQ5g7ZSxnn1SrIh/C3 8hebgeRX/p6SAsfmvKGEZJRU/fzmeRoag5EVZBt7hxt7KWDyX+T0viaId/0XxSWUAVnU TdOvM+ib1z3GD2og8JiUYZi3qHj+zVa5J6KsgD6ofv3Y1Vm11qm9hQoLWmfksdNpYmcA ICGq5gGqtfMSYhfy5H392O+B3kfV3QOa3Kz1GIKIXXHpOSPUxjR1rCpKPPV46AREiNT0 RlAg== 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=lv+ZiXXxsTf2jaBNVZvHjLszO49st+J8HSOKmAeN9Jk=; b=iPJEInSuPoRpWxdlOOp03ptKsK1Qclc4U3TzrxiPpo+h3BkWZcXXjsoxav86W7mI1z d+ObUjatFORGgsZTzlFCQD1oeh2H1RMJ5YUj9+uvDg6LpVDIbG0Z+s4+vF4I6H87LGhk B+mwE6XqwE3AQfjhLYevvH/Kj/X54apYx1slLTn5VWnDUvhR4pWwlvMsK+MW32ntrQPR puBUJxXLiNZJwwrKNV4jIbFa3h6xPpKYYPCWcASZliP2LDsY00+fsVbFpl62Osx7S4j5 Gy8tolR8P3RWlHUBQ0YwcerUGNz2FD6JwS7hfcCNpnx8tzO8Dg612xMlSOIIORWbMunm 0upA== X-Gm-Message-State: APjAAAVk3JKyw3zaKWQ4+DrlDabI6pKbvNyTUqB5Cj/3qJcQQY+1FslU pQnx5N8hsQf1oyZZDEr5VslkVYdDoWf7wrBTJI8= X-Google-Smtp-Source: APXvYqx9IyBiGIaFsMQdXmQTLbRKoB2I8Lb5vrXPAGLZGgPg+nwIeR+X2d3ecSJFDHUtjJ/cV9E2jjsJqpxYLdRSWEQ= X-Received: by 2002:aca:c353:: with SMTP id t80mr4249951oif.75.1557471980067; Fri, 10 May 2019 00:06:20 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 10 May 2019 09:06:06 +0200 Message-ID: To: Martins Sipenko Cc: Internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] PHP Docker images From: peterkokot@gmail.com (Peter Kokot) Hello, On Tue, 7 May 2019 at 07:01, Martins Sipenko wrote: > > Hi, > > Has PHP community thought about providing official PHP Docker images? > > I'm aware there are php images available on Docker hub, but as their docs > state those are not to be confused with any official php image provided by > php upstream. > > I think it would be great to have official images be released on the same > day as PHP, currently there is a delay. Also I think it would be great to > provide nightly snapshot builds of unreleased PHP versions, these > containers could then be used by frameworks/libraries/applications to test > against upcoming PHP versions in CI. > > Let me know your thoughts, and what would the next steps be if this is > something we want to do. > > Martins The images for such C software are one of the more useless ones. Snaps or custom Linux repositories are the way to go here. Because of the installation time. Building several extensions from source is really time consuming... You will notice this one day maybe. Otherwise, PHP is really not doing enough to make the installation and life of packagers better yet. It will get worse actually from release to release each year if we don't start refactoring some things. And the manual for the installation of PHP that doesn't mention such options (but on the other hand mentions installing PHP on servers that are dead for decade) is also another story that plays a role here. -- Peter Kokot