Skip to content

failed to solve: registry.gitlab.teklia.com/arkindex/backend/base:gitlab-teklia

I'm trying to deploy pe personal instance of arkindex but docker-compose up fails with the folloing error:

[+] Building 0.7s (5/5) FINISHED                                                                                                                                                                                                                               docker:default
 => [backend internal] load build definition from Dockerfile                                                                                                                                                                                                             0.0s
 => => transferring dockerfile: 1.05kB                                                                                                                                                                                                                                   0.0s
 => [backend internal] load .dockerignore                                                                                                                                                                                                                                0.0s
 => => transferring context: 146B                                                                                                                                                                                                                                        0.0s
 => [backend] resolve image config for docker.io/docker/dockerfile:1                                                                                                                                                                                                     0.4s
 => CACHED [backend] docker-image://docker.io/docker/dockerfile:1@sha256:e87caa74dcb7d46cd820352bfea12591f3dba3ddc4285e19c7dcd13359f7cefd                                                                                                                                0.0s
 => ERROR [backend internal] load metadata for registry.gitlab.teklia.com/arkindex/backend/base:gitlab-teklia                                                                                                                                                            0.2s
------
 > [backend internal] load metadata for registry.gitlab.teklia.com/arkindex/backend/base:gitlab-teklia:
------
failed to solve: registry.gitlab.teklia.com/arkindex/backend/base:gitlab-teklia: failed to authorize: failed to fetch anonymous token: unexpected status from GET request to https://gitlab.teklia.com/jwt/auth?scope=repository%3Aarkindex%2Fbackend%2Fbase%3Apull&service=container_registry: 403 Forbidden

Should I somewhere add a token or something for teklia?

Thank you!