Official image of bashbrew (or the build-tools for the official images)
Is there any official image of bashbrew or in general of the build-tools for the official images? I see the [https://github.com/docker-library/official-images/blob/master/Dockerfile](Dockerfile here) but cannot find a way to pull the image from the official library? Any plans on publishing this if it is not already the case. Thanks.
We don't have a pre-built image pushed anywhere, but we do publish pre-built binaries at https://doi-janky.infosiftr.net/job/bashbrew/lastSuccessfulBuild/artifact/bin/.
Thanks @tianon, do you think it could make sense to publish such image or do you think it is too much work for little return.
The pre-built binaries should be mentioned in the docs somewhere. It'd make life much easier for people who need to run generate-stackbrew-library.sh.
We've got a few images we use in official images that I think would make sense to publish somewhere -- we've got a couple in https://hub.docker.com/r/oisupport/, but they're one-off pushes that haven't been updated (so automating update of those would make sense too, especially since they're all multiarch and thus need more coordination than simply docker build && docker push).
(I've made a PR at https://github.com/docker-library/official-images/pull/4623 to link to the published bashbrew binaries.)