Documentation ¶
Index ¶
Constants ¶
View Source
const ( DockerExecutorStagePrepare common.ExecutorStage = "docker_prepare" DockerExecutorStageRun common.ExecutorStage = "docker_run" DockerExecutorStageCleanup common.ExecutorStage = "docker_cleanup" DockerExecutorStageCreatingBuildVolumes common.ExecutorStage = "docker_creating_build_volumes" DockerExecutorStageCreatingServices common.ExecutorStage = "docker_creating_services" DockerExecutorStageCreatingUserVolumes common.ExecutorStage = "docker_creating_user_volumes" DockerExecutorStagePullingImage common.ExecutorStage = "docker_pulling_image" )
View Source
const ( AuthConfigSourceNameUserVariable = "$DOCKER_AUTH_CONFIG" AuthConfigSourceNameJobPayload = "job payload (GitLab Registry)" )
Variables ¶
View Source
var DockerPrebuiltImagesPaths []string
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.