Dmytro Zavalkin

Results 4 issues of Dmytro Zavalkin

I have a very simple container with nginx which serves static content. I want to verify that nginx starts with proper virtual host configuration and returns index.html with all headers...

bug
enhancement

Entrypoint in the image is `[]`. If I create the following metadata test: ``` metadataTest: entrypoint: [""] ``` it will fail with error message: ``` --- FAIL: TestAll/Metadata_Test (0.00s) structure.go:179:...

bug
help wanted
good first issue

Full list of fields is here: https://github.com/docker/engine-api/blob/master/types/container/config.go#L36 In my case I'm preparing nginx image which should be compatible with openshift. That's why I would like to test `"User": "nginx".

enhancement
help wanted

I have the following code in my nginx config: ``` # new frontend base routes location /public/ { alias /usr/share/nginx/html; location ~ "^/public/[0-9a-fA-F.]{32}/forPhp/(?(?U).*)$" { try_files /forPhp/$path =404; } } ```...

bug