cytopia

Results 223 comments of cytopia

> Once the upcoming pull requests and commits are merged on the master branch, I will update the commit on my docker-dvwa repository. I have done something comparable, as there...

FYI: Seems that instantclient 18.3 is now available without the need to accept a license and can therefore be distributed with Docker images: https://yum.oracle.com/repo/OracleLinux/OL7/oracle/instantclient/x86_64/ In case of Debian as a...

This is not better or worse than the existing solutions. It is a completely different approach. The devilbox already gives you a fully functional development environment without you having to...

@josegonzalez is this going to be merged or closed?

I still have it on mine. Keep in mind that currently only Debian testing is supported.

Thanks for letting me know, I will have a look and fix this.

@Olegt0rr For Python I'd suggest the following instead: * https://github.com/cytopia/docker-bandit * https://github.com/cytopia/docker-black * https://github.com/cytopia/docker-mypy * https://github.com/cytopia/docker-pycodestyle * https://github.com/cytopia/docker-pydocstyle * https://github.com/cytopia/docker-pylint

This image here will be deprecated and be made obsolete by the more granular images here: https://github.com/topics/awesome-ci

@keen99 thank you very much for the effort and contribution. Before merging I will have to thoroughly test this and ensure the code changes will not introduce any issues on...

@waoki this is a nice feature. Is `-` a standard way to make sure input is coming from stdin? Also what would happen (in the rare case) if there is...