runner with my machine
Describe your question in as much detail as possible:
I follow this toturial
Registering runners | GitLab
Tutorial: Create and run your first GitLab CI/CD pipeline | GitLab
Here is the errror
Running with gitlab-runner 16.3.0 (8ec04662)
on local_win yk7Ddp82w, system ID: s_ad56403d148b
Preparing the "docker" executor
00:05
Using Docker executor with image python-docker:latest ...
Pulling docker image python-docker:latest ...
WARNING: Failed to pull image with policy "always": Error response from daemon: pull access denied for python-docker, repository does not exist or may require 'docker login': denied: requested access to the resource is denied (manager.go:237:2s)
ERROR: Job failed: failed to pull image "python-docker:latest" with specified policies [always]: Error response from daemon: pull access denied for python-docker, repository does not exist or may require 'docker login': denied: requested access to the resource is denied (manager.go:237:2s)
How to use my docker image on my computer as test environment to run the CICD?
Here is my setting status
- windows 11 and install the docker
- There is a docker image
python-docker
on my computer. - Because I don’t have credict card, I set the runner by myself.
- Here is the register setting
Enter the GitLab instance URL (for example, https://gitlab.com/):
[https://gitlab.com]: https://gitlab.com
Verifying runner... is valid runner=f9KmhFXwB
Enter a name for the runner. This is stored only in the local config.toml file:
[DESKTOP-GD8FHEI]: docker_machine
Enter an executor: docker+machine, parallels, shell, ssh, virtualbox, docker-autoscaler, instance, kubernetes, custom, docker, docker-windows:
docker-windows
Enter the default Docker image (for example, mcr.microsoft.com/windows/servercore:1809):
python-docker:latest
Runner registered successfully. Feel free to start it, but if it's running already the config should be automatically reloaded!
-
Add the CI configuration from
.gitlab-ci.yml
and other configuration if relevant (e.g. docker-compose.yml) -
What troubleshooting steps have you already taken? Can you link to any docs or other resources so we know where you have been?
Thanks for taking the time to be thorough in your request, it really helps!