Ueli Banholzer

Results 15 issues of Ueli Banholzer

see https://github.com/codecasts/php-alpine/issues/131#issuecomment-842282194

enhancement
beta

we should change the version strategy for `php7-scalar_objects` because they don't have a versioning strategy in their repository and are using the master branch. Instead of using an own version...

enhancement
help wanted
request

In most symfony projects, there is a `.env` in the project root with default variables, f.ex.: ``` REDIS_DSN=redis://redis ``` If we run a docker-container with the env variable `APP_ENV=prod`, none...

instead of having all locations in nginx.conf, we should include them in a separate file so that it can be overwritten easier. probably it's possible to create something like a...

f.ex ``` Running upstart file /etc/upstart/10-set-permissions.sh... 0.5s Running upstart file /etc/upstart/20-clear-cache.sh... 2s ```

``` npm install -g snyk snyk config set api=vvvvv-w-x-y-zzzz snyk container test whatwedo/symfony5:v2.2 Testing whatwedo/symfony5:v2.2... Organization: whatwedo Package manager: apk Project name: docker-image|whatwedo/symfony5 Docker image: whatwedo/symfony5:v2.2 Platform: linux/amd64 Licenses: enabled...

It's necessary to update phpoffice/phpspreadsheet because of CVE-2018-19277 See https://github.com/PHPOffice/PhpSpreadsheet/issues/771 Any plans to release an updated version of this bundle soon?

normally, we use this synax: ``` storage: container_name: example-storage image: minio/minio:RELEASE.2022-01-08T03-11-54Z environment: - VIRTUAL_HOST=storage.example.test ``` if we use this array syntax, the certificate wont be generated becuase we use a...

enhancement

Docker Compose is now in the Docker CLI, try `docker compose up`

on some controllers, an LogicException is thrown although auto convert is disabled. This fixed it as it should not trigger