krufab
krufab
Ok, I'll hit you back in a few days when I've updated my code.
I've updated my branch, you can have a look at the changes [here](https://github.com/sobolevn/git-secret/compare/master...krufab:safe-hide-and-reveal). To test it, follow these steps: 1. create / copy from a project a plaintext file, possibly...
I've updated the code. I'm using the flag -g (as git) for `git secret changes` to output conflicts git style, as it doesn't seem to be used anywhere yet. I've...
The source of the jgraph/drawio image is here: https://github.com/jgraph/docker-drawio/tree/master/debian
It happens on Windows machines for me as well, both using bash and powershell, with docker 19.03.12. On Linux and Mac it works fine. The only workaround I found is...
According to the documentation [Docker for Azure persistent data volumes](https://docs.docker.com/docker-for-azure/persistent-data-volumes/#share-the-same-volume-among-tasks) (checked on 2018-07-17), there is no mention of one replica with r/w access to a volume while the others having...
Ok, but then this image adds bash and coreutils when everything could be done in sh (timeout exists in alpine, wget in place of curl...). This is a final image,...
Well, timeout, until, echo, and sleep come with alpine. And in alpine you have netcat as well. Then you can use:```nc -w 1 127.0.0.1 3306 -e echo "hello"``` Honestly, i'd...
Any news on this PR? Similar PR were submitted, accepted and merged to: - jenkins alpine, https://github.com/jenkinsci/docker/pull/937#event-3262640468 - phpmyadmin/docker https://github.com/phpmyadmin/docker/pull/283#issuecomment-605675150 - roundcube/docker https://github.com/roundcube/roundcubemail-docker/pull/83
To improve security, you need to create a delegation key, then import that key in the build server. Be careful that sometimes the key import step seems to complete successfully,...