Skip to content

Commit

Permalink
Update kaniko job definition
Browse files Browse the repository at this point in the history
  • Loading branch information
srisco committed Jan 10, 2020
1 parent b14dde3 commit 0799f80
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/providers/onpremises/clients/kaniko.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,8 @@ def _create_kaniko_job_definition(self):
'name': 'build',
'image': 'gcr.io/kaniko-project/executor:latest',
'args': [
'-c',
'/workspace/',
'-d',
self.registry_image_id,
'--context=dir:///workspace',
f'--destination={self.registry_image_id}',
'--skip-tls-verify',
'--skip-tls-verify-pull'
],
Expand Down

0 comments on commit 0799f80

Please sign in to comment.