As you know, the Cloud Native SIG maintains the repo openeuler-docker-images https://gitee.com/openeuler/openeuler-docker-images to provide some download script and publish the docker image to oepkg or docker hub and other potential docker registry.
The original rule is download the docker images from official images https://repo.openeuler.org/openEuler-21.09/docker_img/, then use docker buildx *publish them directly with nothing changed*.
But recently, we encountered some issue of docker image like: https://gitee.com/openeuler/openeuler-docker-images/issues/I4L2BZ The issue brings the bad experience of using the openEuler docker image.
But there is no follow update on the official mirror repo, that means the online docker images are not available until we fix it and update the images. (yum update failed in this case)
One quickly and possible way might be we could do a hotfix on dockerfile like: https://gitee.com/openeuler/openeuler-docker-images/pulls/14
It's very simple from a technical view, but it will cause *published images to be different from original images in the official mirror repo. Should we accept this fix?*
Here is related issues which were raised in community: https://gitee.com/openeuler/community/issues/I4JGSG https://gitee.com/openeuler/community/issues/I4IQ9O https://gitee.com/openeuler/community/issues/I4DE7P https://gitee.com/openeuler/community/issues/I4CX3O Regards, Yikun