php-docker-template icon indicating copy to clipboard operation
php-docker-template copied to clipboard

Docker images for PHP applications, CLI and FPM with shared socket

Results 20 php-docker-template issues
Sort by recently updated
recently updated
newest added

Hello, upstream fixed a bug in march https://github.com/docker-library/php/pull/1264 the last changes here were in Feb, would it be possible to rebuild and publish the images based off the latest upstream...

# Usabilla PHP Docker Template Reviewers: @usabilla/oss-docker ## Type Please specify the type of changes being proposed: | Q | A | ----------------- | ----- | Documentation? | yes |...

My recommendation is that we follow PHP's own lifecycle, we don't delete images but we stop building them as the PHP counterpart version reaches EOL!

During the migration to GitHub Actions in #160 this functionality was mistakenly and overzealously removed. Since PHP 8 and Alpine 3.13 are out and #166 has been filed, currently with...

Bug
CI

**The problem:** For instance in the example below: https://github.com/usabilla/php-docker-template/blob/91c2a84abae82177ab78f6709c029080884eb684/src/php/utils/docker/docker-php-ext-rdkafka#L9 We see that we aren't locking the version `pecl` is installing, this can lead to bugs and major versions being upgraded...

Feature

## Context There are too many things to consider when deploying a PHP Docker setup in Kubernetes, many of them related to good practices and others due to how PHP...

Documentation

So we can have beautiful code :)

CI

In order to improve build performance and enable more building features. A good start: https://github.com/usabilla/php-docker-template/commits/enable-buildkit

Feature

We tried to get rid of the newly-introduced `if` statement inside the `cors.conf` in order to avoid `if`, [since it is generally discouraged by nginx](https://www.nginx.com/resources/wiki/start/topics/depth/ifisevil/). With the help of @stevenjm...

The test scripts (e.g. https://github.com/usabilla/php-docker-template/blob/master/test-cli.sh) control test suites that are run for different tags. This happens based on [custom markers](https://docs.pytest.org/en/latest/example/markers.html). However the number of different markers currently used across multiple...

Refactoring