Skip to content

Commit

Permalink
Merge pull request #457 from keboola/najlos-label-project-id
Browse files Browse the repository at this point in the history
feat: add project id container label
  • Loading branch information
ondrejhlavacek authored Oct 24, 2019
2 parents 8641e6b + 4239642 commit 0ce79d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Docker/Runner.php
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,8 @@ private function runImages($jobId, $configId, $rowId, Component $component, Usag
'com.keboola.docker-runner.jobId=' . $jobId,
'com.keboola.docker-runner.runId=' . ($this->storageClient->getRunId() ?: 'norunid'),
'com.keboola.docker-runner.rowId=' . $rowId,
'com.keboola.docker-runner.containerName=' . join('-', $containerNameParts)
'com.keboola.docker-runner.containerName=' . join('-', $containerNameParts),
'com.keboola.docker-runner.projectId=' . $tokenInfo['owner']['id']
],
$environment->getEnvironmentVariables($outputFilter)
),
Expand Down

0 comments on commit 0ce79d2

Please sign in to comment.