prebid-server
prebid-server copied to clipboard
Create images on dockerhub, github
The benefit of having the github workflows push images to a standard place is in helping everyone upgrade more often.
PBS-Go pushes images to dockerhub. Github is another place we could consider placing an image.
PBS-Java isn't publishing images at all right now, but it should do so to both dockerhub and github.
(Originally this considered creating official images for Prebid Server in dockerhub, but we've let go of that idea.)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Xandr puts PBS-Go releases up on dockerhub. Other orgs do too. It would be nice if Prebid had an official release.
Images are published via this github action
https://github.com/prebid/prebid-server/blob/6cef5f90b58ea207925112513eb9878d1c82ab90/.github/workflows/release.yml#L118-L139
They appear here: https://hub.docker.com/u/prebid
Discussed in committee:
- The benefit of images is in helping everyone upgrade more often.
- The value of an 'official' image is debatable. It already seems 'official enough'.
- PBS-Java isn't publishing images at all right now. It should. To both dockerhub and github.
- PBS-Go could start pushing images to the github repo. It could also change the image to support multiple architectures.
Will change this issue to drop the 'official' part, this can still track the image work.