-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Moving docker images to openwrt Docker Hub repository. #7420
Comments
If there interest into further optimization there's probaly quite a bit to gain by using Alpine Linux instead of Debian as "base". |
Please keep Debian as base for now, it also currently is used as baseline for release builds. While I have no objections to Alpine per-se, I think its better to concentrate on our target related breakage and not fight with musl/Alpine host related quirks for the time being. |
@diizzyy - Buildbots are Debian and they work. I see no compelling reason to take on the headaches of another platform. |
It was merely a suggestion as more and more projects are moving that way due to overhead as far as CI-goes and there are people on musl hosts trying to get OpenWrt working from time to time so it might be of interest for contributors. @thess |
After not being able to get a response from Docker Hub support, I have created the openwrtorg organization repository for our use. Currently, @champtar, @yousong and myself have admin/checkin rights. PR #7588 updates the CircleCI docker image location and other script updates Anyone in the @members group here AND who has a Docker Hub account can be added to the team which has check-in privs in this new repository (https://hub.docker.com/r/openwrtorg/) - just ask. |
CircleCI config seems to be functional with new Docker images and openwrtorg Docker Hub repo - closing this |
Just as reference, compiling master and "various" packages (additional from package repo) works fine without any additional patches but I'm not going to claim that everything works. |
@champtar - If I can successfully get the openwrt account on Docker Hub set as an organization and with teams similar to what we do here on GitHub, would you like to move your CircleCI Docker container to a project repo? I will add the same Owners and Members (or an initial sub-set) as we have here.
Currently there is an
openwrt
account on Docker Hub with no repositories which was created 3yrs ago and shows no activity. I have contacted Docker Hub support to claim this ID for our use so stay tuned.Any objections?
The text was updated successfully, but these errors were encountered: