Kirill Roskolii

Results 20 issues of 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.

area-migrate

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 ``` ``` $...

bug

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...

**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...

kind/bug
area/multi-stage builds
work-around-available
priority/p1
priority/p0
gitlab
area/symlinks
works-with-docker
differs-from-docker
feat/cleanup
categorized

**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**...

differs-from-docker
possible-dupe
area/uid

**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...

priority/p1
needs-discussion
differs-from-docker
issue/permission-denied

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...

Extension: ldap