Has anyone had any success with using gitlab for private container hosting for mikrotik? I am constantly getting 401 errors and unable to retrieve manfiest and configuration errors.
I have tested credentials locally and on separate workstations and all seem to work. I also have noticed that the last access for the token i am using, seem to be working as it shows its being access when i attempt to fetch from the router.
Could you better explain part 1? Are you suggesting i use a newer version of the routeros?
I am building only for arm/v7. The container is being deployed to a hapac2. When i tar up the container and upload it manually, i do not have an issue. I am curious if it is some sort of authentication issue. I am going to give another repository host a try, such as docker.io.
Also, make sure you use the fully qualified package name, including the registry URL like “registry.gitlab.io/myrepo/myproject:latest” – even if you have registry set, I think RouterOS always want the “domain” to be there, otherwise it assumes library/myrepo/myproject I think.