Raphael Piccolo

Results 16 issues of Raphael Piccolo

i tried it and got a failure. In short, i can't even start the master with your config file. do you have an advice to make it run with mysql...

i found this command ```diun image list``` But it only shows the most recent image available. i'd like to have a "one shot view" of all images with updates available...

kind/enhancement

- [x] I have searched for [similar issues](https://github.com/raineorshine/npm-check-updates/issues) - [x] I am using the latest version of `npm-check-updates` - [x] I am using `node >= 10.17` --------------------------- ** problem **...

duplicate

Type: Feature Request ## Summary See the actual version in the UI and maybe an autoupdating option. ## why ? I wanted to do a cron script to git pull...

when i run this i get a timeout. but the exemple from the readme works. It looks like disconnecting from browser takes 2 minutes :) its a bit excessive because...

``` let Docker = require('dockerode'); let docker = new Docker({ protocol: 'ssh', host: "192.111.111.111", // put any unreachable ip address port: 22, username: 'root', sshOptions: { privateKey: require('fs').readFileSync('/root/.ssh/id_rsa'), }, });...

i guess i cant use this module in production. i cant understand what caused that. must be unstable in some situations. this morning : docker volume rm xxx caused all...

i created my own tool years ago, and i still use it. it basically scans all my dockerFiles and compose files and update the tag & sha of every found...

enhancement

Althought nothing new seems to be published / committed I can see that latest release changed to 0.18. then switched back to 0.19 It happens sometimes and causes my cicd...

hello, My cicd wants to upgrade from 2.1.4 to 3.0.2 since it sees this version in npm. But : - when i search for a release on github to know...