I tried to setup a cluster with m3fs on openEuler, using the images from cmd/m3fs/templates/config-arm64.tmpl but it failed on pulling 3fs image.
When I manually pull the image on Ubuntu (amd64) it works fine, but when I try to do the same on openEuler (arm64) the process is interrupted and reports unathorized access (regardless of being logged in to docker hub).
# docker login # <-- optional
...
Login Succeeded
# docker pull open3fs/3fs:20250617
20250617: Pulling from open3fs/3fs
92009eb45821: Pull complete
14a3deebf0e5: Pull complete
869e4908000b: Pull complete
bd16a962d216: Downloading [==========================> ] 133.9MB/254.1MB
d993e3f93e87: Download complete
8ab5a7189a41: Download complete
200e08cc75d9: Download complete
a01b285f42cc: Download complete
4fe0c1f8c373: Download complete
ec7ca349a4d0: Downloading [===============================> ] 46.81MB/73.15MB
4717612c91f3: Downloading
48111bfd6663: Waiting
88ad8c810437: Waiting
885def46bde1: Waiting
unauthorized: authentication required
Pulling is always interrupted when it gets to downloading the 4717612c91f3 layer.
I tried to setup a cluster with m3fs on openEuler, using the images from
cmd/m3fs/templates/config-arm64.tmplbut it failed on pulling 3fs image.When I manually pull the image on Ubuntu (amd64) it works fine, but when I try to do the same on openEuler (arm64) the process is interrupted and reports unathorized access (regardless of being logged in to docker hub).
Pulling is always interrupted when it gets to downloading the 4717612c91f3 layer.