Kirill Roskolii
Kirill Roskolii
Duplication is always bad as someone needs to keep the lists up to date. Otherwise we have what we have - README.md states lies to project users.
Default sort order is based on source IDs hash which is not useful.
Faced with an issue that it's impossible/tricky to click on an element which is not a link. Counting that we have a lot of those in Drupal UI it feels...
Lando version: v3.0.14 Lando file ``` name: mysql8-test services: db: type: mysql:8.0 portforward: true tooling: 'db-import ': service: db cmd: /helpers/sql-import.sh user: root options: no-wipe: boolean: true ``` ``` $...
I have a multistage Dockerfile which has `COPY` commands in multiple stages copying contents of directories. In one instance the directory contains files as a direct children. In another, it's...
multistage build in same container fails because cross stage deps are not cleaned up ( symlinks )
**Actual behavior** I want to set up image building for our project as part of CI pipeline using GitLab CI capabilities. Following https://docs.gitlab.com/13.2/ee/ci/docker/using_kaniko.html#building-a-docker-image-with-kaniko I done CI configuration and it works...
**Actual behavior** Primary group has the same ID as the user. **Expected behavior** Primary group should be zero, e.g. `root` , if not specified according to [Dockerfile reference](https://docs.docker.com/engine/reference/builder/#user). **To Reproduce**...
**Actual behavior** Application in the init build stage tries to write its logs into a `/dev/stdout` which ends up with `Permission denied`. **Expected behavior** Application should be able to write...
I've spent enormous amount of time trying to debug my connection issue. The main reason was lack of proper documentation on php.net which I'm trying to resolve here. There is...