kiwix / container-images

10 stars 4 forks source link

Import Kiwix-build container images #252

Closed kelson42 closed 1 year ago

kelson42 commented 1 year ago

openZIM and Kiwix CI/CD kiwix-build usage relies on container images with ready-to-use compilation environments.

These container images have been prepared within the kiwix-build repository so far, but this had a few inconveniences:

The only thing which has changed from the user point-of-view is that instead of making a Github release to generate a new release of the images, each time we merge to main, then a new tag with the current date is generated. dev versions continue to be made to each push (whatever on main or feature branch).

Once merged, we should reassigne the packages to this repository (in place of kiwix/kiwix-build).

rgaudin commented 1 year ago

Once merged, we should reassigne the packages to this repository (in place of kiwix/kiwix-build).

You can do it now by seeting the appropriate LABEL

kelson42 commented 1 year ago

Once merged, we should reassigne the packages to this repository (in place of kiwix/kiwix-build).

You can do it now by seeting the appropriate LABEL

done

mgautierfr commented 1 year ago

Seems good to me. I have a question about versioning. We have a versioning based on tag on kiwix-build. Now it will based on date ? Is https://github.com/kiwix/kiwix-build/pull/646 should be updated then ?

kelson42 commented 1 year ago

@mgautierfr Yes, do you mean the wiki page shouldbe updated?

mgautierfr commented 1 year ago

No, the workflows for CI and Release&Nightly which still use docker image version 38.

kelson42 commented 1 year ago

@mgautierfr Not a problem, images are still available. Nothing to change right now.

mgautierfr commented 1 year ago

Not a problem I agree. But better to change to have a consistent configuration.