Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit 1613792

Browse files
use image of kaniko
1 parent 6698aeb commit 1613792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcip/addons/kaniko/jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
def execute(
15-
gitlab_executor_image: Optional[Union[Image, str]] = Image("gcr.io/kaniko-project/executor:latest", entrypoint=[""]),
15+
gitlab_executor_image: Optional[Union[Image, str]] = Image("gcr.io/kaniko-project/executor:debug", entrypoint=[""]),
1616
context: Optional[str] = None,
1717
image_name: Optional[str] = None,
1818
image_tag: Optional[str] = None,

0 commit comments

Comments
 (0)