google / copybara

Copybara: A tool for transforming and moving code between repositories.
Apache License 2.0
2.14k stars 263 forks source link

Published docker image? #82

Open rasmi opened 5 years ago

rasmi commented 5 years ago

It would be super helpful to have a copy of the latest master or release published as a docker image to Docker Hub or Google Container Registry so others can simply docker pull rather than rebuilding. It seems others have copybara images built, so it would be nice to have an official mirror.

mikelalcon commented 5 years ago

Sounds reasonable.

colincadams commented 5 years ago

Any update on this?

mikelalcon commented 5 years ago

Hi Colin,

No much. It will probably be in Google Container Registry, but we haven't had time to do it yet. Ideally we would like to have periodic (automatic releases) like we do internally (And potentially relatively synced).

On Mon, May 6, 2019 at 2:44 PM Colin Adams notifications@github.com wrote:

Any update on this?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/google/copybara/issues/82#issuecomment-489730373, or mute the thread https://github.com/notifications/unsubscribe-auth/AAHJWQHCD4HIAUGW5XEM4STPUB37HANCNFSM4G56JXNQ .

will-molloy commented 4 years ago

Any update? Though the sharelatex build is serving me well.

koppor commented 3 years ago

@anipos uses the Dockerfile published in this repository to build an image. It is available at https://hub.docker.com/r/anipos/copybara. The build source is available at https://github.com/anipos/copybara-docker-image/blob/master/.github/workflows/build.yml