crops / poky-container

A container image that is able to run bitbake/poky. It has helpers to create users and groups within the container. This is so that the output generated in the container will be readable by the user on the host.
GNU General Public License v2.0
204 stars 95 forks source link

Publish image to ghcr.io #70

Closed thielepaul closed 6 months ago

thielepaul commented 2 years ago

Can you please additionally publish the image to the github container registry?

https://docs.github.com/en/actions/publishing-packages/publishing-docker-images#publishing-images-to-github-packages

This would be very useful as hub.docker.com has a rate limit off 100 / 6h for anonymous pulls.

moto-timo commented 1 year ago

I agree, but I am more or less single-handedly maintaining this project in my limited free time. The issue is to refactor our long-standing scripts for build-deploy to a more modern approach. We are open to contributions or an example fork that works. It is "On the list".

pdlloyd commented 1 year ago

What do you mean by a more modern approach? I'd be willing to help with this.

pbrkr commented 1 year ago

@pdlloyd After discussions at the Yocto summit & OEvDM last week, I'm going to take a look at this later this week. The plan is to replace the build scripts with the use of GitHub Actions such as https://github.com/docker/build-push-action as that keeps things lightweight and easy on development time. Container images will be pushed to ghcr.io as well as the Docker Hub if possible.

moto-timo commented 1 year ago

The dependent containers are now available, thanks to @pbrkr https://github.com/crops/yocto-dockerfiles/pull/89

moto-timo commented 6 months ago

Enabled with #98, #99, #100