Closed rgbkrk closed 8 years ago
Thanks for this project! I wrote my own Dockerfile for use with gatekeeper but I figured it might be nice to just have an official one.
When using this, I override using environment variables via docker run:
docker run
docker run -it -e OAUTH_CLIENT_ID=NOT_SHOWN_IN_PR -e OAUTH_CLIENT_SECRET=NOT_SHOWN_IN_PR -p 9999:9999 gatekeeper Configuration { oauth_client_id: 'NOT_SHOWN_IN_PR', oauth_client_secret: 'NOT_SHOWN_IN_PR', oauth_host: 'github.com', oauth_port: 443, oauth_path: '/login/oauth/access_token', oauth_method: 'POST' } Gatekeeper, at your service: http://localhost:9999
It would be super swell if you accept this and create an automated build on Docker hub. If not, that's cool too.
@wilmoore done, updated to node:4.2.1
node:4.2.1
@rgbkrk :+1:
:+1:
Hope this gets merged soon!
Closing due to inactivity of maintainer.
Thanks for this project! I wrote my own Dockerfile for use with gatekeeper but I figured it might be nice to just have an official one.
When using this, I override using environment variables via
docker run
:It would be super swell if you accept this and create an automated build on Docker hub. If not, that's cool too.