Was ist der spezielle Benutzer von gitlab-ci-token?

Die Dokumente für die Container-Registry von gitlab https: //gitlab.com/help/container_registry/README.m) Geben Sie mit dieser Anweisung ein Konfigurationsbeispiel an:

- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.example.com

und diese Erklärung:

You have to use the credentials of the special gitlab-ci-token user with its password stored in $CI_BUILD_TOKEN in order to push to the Registry connected to your project. This allows you to automated building and deployment of your Docker images.

Ich kann keine Dokumentation zu diesem speziellen @ findegitlab-ci-token Benutzer, noch über die$CI_BUILD_TOKEN var.

Was ist dieser spezielle Benutzer? Ist es automatisch verfügbar? Muss es irgendwo definiert werden? Welchen Wert soll das @ hab$CI_BUILD_TOKEN var?

Antworten auf die Frage(2)

Ihre Antwort auf die Frage