diff --git a/apps/apt-cacher-ng/tekton-image-build.yaml b/apps/apt-cacher-ng/tekton-image-build.yaml index a517015..11a290d 100644 --- a/apps/apt-cacher-ng/tekton-image-build.yaml +++ b/apps/apt-cacher-ng/tekton-image-build.yaml @@ -9,6 +9,8 @@ spec: value: master - name: url value: http://git-ui.lan/chaos/kubernetes.git + - name: submodules + value: "false" --- apiVersion: tekton.dev/v1alpha1 kind: PipelineResource diff --git a/apps/curl/Containerfile b/apps/curl/Dockerfile similarity index 100% rename from apps/curl/Containerfile rename to apps/curl/Dockerfile