-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide wwhrd as docker container #6
Comments
Thanks @metalmatze ! I'm a huge fan of Drone and this is definitely something I want to do, thanks for getting the ball rolling 👍 |
Finally docker images are available and built as part of CI: https://hub.docker.com/r/frapposelli/wwhrd/ $ docker run -v $(pwd):/test -w /test -it frapposelli/wwhrd:latest check
INFO[0003] Found Approved license license=MIT package="github.com/stretchr/testify/http"
INFO[0003] Found Approved license license=MIT package="github.com/stretchr/testify/mock"
INFO[0003] Found Approved license license=NewBSD package="golang.org/x/sys/windows/svc"
INFO[0003] Found Approved license license=Apache-2.0 package="github.com/cloudfoundry-incubator/candiedyaml"
INFO[0003] Found Approved license license=NewBSD package="golang.org/x/sys/plan9"
INFO[0003] Found Approved license license=NewBSD package="golang.org/x/sys/windows/registry"
INFO[0003] Found Approved license license=MIT package="github.com/ryanuber/go-license"
INFO[0003] Found Approved license license=FreeBSD package="github.com/pmezard/go-difflib/difflib"
WARN[0003] Found exceptioned package license=unrecognized package="github.com/davecgh/go-spew/spew"
INFO[0003] Found Approved license license=NewBSD package="golang.org/x/sys/windows/svc/eventlog"
INFO[0003] Found Approved license license=NewBSD package="golang.org/x/sys/windows/svc/mgr"
WARN[0003] Found exceptioned package license=unrecognized package="github.com/davecgh/go-spew/spew/testdata"
INFO[0003] Found Approved license license=NewBSD package="github.com/jessevdk/go-flags"
INFO[0003] Found Approved license license=MIT package="github.com/stretchr/testify/require"
INFO[0003] Found Approved license license=NewBSD package="golang.org/x/sys/windows"
INFO[0003] Found Approved license license=NewBSD package="golang.org/x/sys/windows/svc/debug"
INFO[0003] Found Approved license license=MIT package="github.com/sirupsen/logrus"
INFO[0003] Found Approved license license=NewBSD package="golang.org/x/sys/unix"
INFO[0003] Found Approved license license=MIT package="github.com/stretchr/testify/assert" Thanks @metalmatze for your interest in WWHRD 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First of all I'd like to thank you for your talk at dotGo!
This is really helpful for us and we're using this now as you said in our CI pipeline.
I have a little project where I package Go tools for exactly that reason into containers. https://github.com/metalmatze/golang-images
I've added yours too. It would be very helpful to us if you could package this on your own.
If you need help, please let me know!
The current docker image can be found here: https://hub.docker.com/r/metalmatze/wwhrd/
The text was updated successfully, but these errors were encountered: