Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Use Dockerhub to distribute pre-built images #88

Closed
rbclark opened this issue Jan 25, 2019 · 4 comments
Closed

Use Dockerhub to distribute pre-built images #88

rbclark opened this issue Jan 25, 2019 · 4 comments

Comments

@rbclark
Copy link
Collaborator

rbclark commented Jan 25, 2019

Requiring end users to always build their own image is less than ideal. Most of the time it is possible and more convenient to provide a prebuilt image through dockerhub. Additionally, it is a lot easier for users who are behind a proxy.

@aaronlippold
Copy link
Member

aaronlippold commented Jan 25, 2019 via email

@Bialogs
Copy link
Contributor

Bialogs commented Jan 28, 2019

We have had good experience with packager

@rbclark
Copy link
Collaborator Author

rbclark commented Jan 28, 2019

We have had decent experience with packager, however I'd say one of my biggest takeaways from using packager is it is probably easier for most cases to just build on Dockerhub and distribute it if you do not have any other constraints. One of the companies that has done it best IMO is Gitlab. They have been distributing a prebuilt Docker image that is so stable that we have been able to put it on an automatic update cronjob nightly for nearly 2 years and it has never broken our Gitlab server and works every time behind a proxy since it is prebuilt. Having one command that can be run to reliably pull in every update you make is extremely beneficial to end users.

@rbclark
Copy link
Collaborator Author

rbclark commented May 28, 2019

This has since been solved by the new packager and docker setup.

@rbclark rbclark closed this as completed May 28, 2019
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

3 participants