Marek Skalický

Results 72 comments of Marek Skalický

@madvimer I hope this issue could be solved by using s2i to extend the image. So waiting to https://github.com/sclorg/mongodb-container/pull/287 to be merged. You can test the code from that PR...

#287 is merged and changes are available in `docker.io/centos/mongodb-36-centos7` image already. You can solve this issue by having folders like this: ``` myapp/ └── mongodb-ssl ├── ca.pem └── mongodb.pem ```...

> I understand that eval was removed and replaced with "-host localhost" option. MongoDB docs specify that with SSL enabled it becomes mandatory to specify hostname( localhost will not work)....

[test][test-openshift]

There is missing setting `TZ` variable inside container. @git001 Please add. ``` { "name": "TZ", "value": "${TIMEZONE}" } ```

Thanks for your contribution. @git001 I hope last two things, please rebase to latest master (now PR can't be merged) and and empty line before `TIMEZONE` variable in `mongodb-petset-persistent.yaml `....

@git001 It is possible to use "squash merge". But this won't solve file conflicts (so it is not possible). > I thin due to the limitation of the GUI I...

This PR looks good to me. Linked container-quickstart contains new information IMPOV. @jbornemann Is it possible to get commit right into this repository? Also removed README contained some info about...

> Sorry, not sure what you mean. Do you mean embed the example directly in this repository? Part of the reasoning behind having it be a submodule was to reduce...