-
Notifications
You must be signed in to change notification settings - Fork 248
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
upload docker image to dockerhub / github registry #13
Comments
For now I created an automatic build on samueldg/snappass. |
Thanks @samueldg ! and Yes, I do plan to add the auto built image to Pinterest's docker hub account so make it a little bit "official". |
Progress on this, @yongwen ? Is it still something we're looking to do ? |
yes +1 on this |
Bumping this to let you know there's probably interest out there: |
Super Nice!
…On Tue, Sep 11, 2018, 2:46 PM Samuel Dion-Girardeau < ***@***.***> wrote:
Bumping this to let you know there's probably interest out there:
The unofficial image I have set up (samueldg/snappass
<https://hub.docker.com/r/samueldg/snappass/>) hit the 1K pulls mark
recently.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAeQY3MmNyw4rwE7ZlvbtcMubpDRKJ02ks5uaC8qgaJpZM4JPRHt>
.
|
Could you please upload an official image ? <3 |
We're planning on using GitHub's package registry for this once we get access to it. |
uploaded the latest docker image to https://github.com/pinterest/snappass/packages/20674 Not very sure how the default docker pull permission is for public consumption, as it seems to require docker login. this is the help page for using github registry https://help.github.com/en/articles/configuring-docker-for-use-with-github-package-registry |
Yes, it looks like GitHub's Docker registry requires authentication. Given that, we might be better off with a public image on Docker Hub. |
yeah looks like it. Maybe something we could give feedback to Github package team to support public docker registry for public repo. |
For anyone running into this issue that has their own registry, you can use this script to build the image:
|
would be nice to create and upload the snappass docker image to dockerhub so the snappass server could be easily pulled and started, demo, etc.
The text was updated successfully, but these errors were encountered: