Skip to content
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

x/mobile: publish docker image to the hub #9270

Closed
proppy opened this issue Dec 11, 2014 · 5 comments
Closed

x/mobile: publish docker image to the hub #9270

proppy opened this issue Dec 11, 2014 · 5 comments

Comments

@proppy
Copy link
Contributor

proppy commented Dec 11, 2014

It would be nice if the mobile docker image was pushed to the hub.docker.com so that people can easily do:

docker run -v $GOPATH/src:/src mobile /bin/bash -c 'cd /src/your/project && ./make.bash'

without building the full docker image from source.

There is two options, either:

  1. set automated build so that everything any change commited to a branch trigger a rebuild of the docker image and tag it
    • Pros: it's convenient, you setup once and can forget about it
    • Cons: It will only build a new image from sources and doesn't let you tag, promote or rollback individual images that you already tested.
  2. manually push to the hub as part of the regular release process
    • Pros: more control
    • Cons: more work
@crawshaw
Copy link
Member

I suspect we want an automated build. @hyangah thoughts?

@rakyll
Copy link
Contributor

rakyll commented Dec 19, 2014

At this stage of the project, automated builds would be acceptable.

Let's create a Docker Hub user for the Go project and publish it today.

@rakyll
Copy link
Contributor

rakyll commented Dec 30, 2014

@rakyll
Copy link
Contributor

rakyll commented Dec 30, 2014

Could someone close this issue? It's not auto-closed.

@crawshaw
Copy link
Member

Hmm, I also can't assign you to the issue. Do you need to be added to the org?

@mikioh mikioh changed the title mobile: publish docker image to the hub x/mobile: publish docker image to the hub Aug 5, 2015
@golang golang locked and limited conversation to collaborators Aug 5, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants