Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Add Docker support #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add Docker support #86

wants to merge 1 commit into from

Conversation

noonien
Copy link

@noonien noonien commented Apr 29, 2015

No description provided.

@asmundg
Copy link

asmundg commented May 15, 2015

Saved me three lines of typing, thanks!. :)

@schickling
Copy link

@jehiah any plans to publish an official image on Dockerhub like for NSQ?

talaris added a commit to kickstarter/oauth2_proxy that referenced this pull request Nov 6, 2015
talaris added a commit to kickstarter/oauth2_proxy that referenced this pull request Nov 11, 2015
@raphink
Copy link
Contributor

raphink commented Feb 17, 2016

An official image would be very useful. There's tons of them on Dockerhub, mostly pretty bad or old.

@kop
Copy link

kop commented May 6, 2016

I'd like to join to the request for official Docker image. There are really a lot of images exists, but they all come with latest tag only. Having correct version tags would be very helpful.

@bfirsh
Copy link

bfirsh commented May 27, 2016

Would be great to be able to do docker run bitly/oauth2_proxy at least. ✨ 🐳 ✨

@zoidyzoidzoid
Copy link

It looks like the docker image in the Docker support issue is missing now too, and like other people have mentioned all Docker images I've seen in Google results are outdated.

Would there be interest in having an officially supported one, or at least mentioning one in the README for the repo?

I'm working on one that looks something like:

FROM alpine:3.4

RUN apk add --no-cache --virtual .fetch-deps \
    ca-certificates \
    openssl \
    tar \
  && wget -O /oauth2_proxy.tar.gz https://github.com/bitly/oauth2_proxy/releases/download/v2.1/oauth2_proxy-2.1.linux-amd64.go1.6.tar.gz \
  && tar -fxz /oauth2_proxy.tar.gz \
  && rm /oauth2_proxy.tar.gz \
  && apk del .fetch-deps

ENTRYPOINT ["/oauth2_proxy"]

This is an awesome amazing project, and it'd be awesome to have an official image.

bfirsh added a commit to bfirsh/docker-oauth2_proxy that referenced this pull request Oct 13, 2016
bfirsh added a commit to bfirsh/docker-oauth2_proxy that referenced this pull request Oct 13, 2016
bfirsh added a commit to bfirsh/docker-oauth2_proxy that referenced this pull request Oct 13, 2016
@ploxiln ploxiln mentioned this pull request Jul 5, 2017
@pataquets
Copy link

Cross-linking to more recent #460

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

9 participants