diff --git a/.tekton/dataverse-exporter-pull-request.yaml b/.tekton/dataverse-exporter-pull-request.yaml index 821c8c1..574efd9 100644 --- a/.tekton/dataverse-exporter-pull-request.yaml +++ b/.tekton/dataverse-exporter-pull-request.yaml @@ -30,6 +30,12 @@ spec: - name: build-platforms value: - linux/x86_64 + - name: build-source-image + value: 'true' + - name: prefetch-input + value: '[{"type": "pip", "path": ".", "allow_binary": "true", "requirements_files": ["requirements.txt"]}]' + - name: hermetic + value: 'true' - name: dockerfile value: Containerfile pipelineSpec: diff --git a/.tekton/dataverse-exporter-push.yaml b/.tekton/dataverse-exporter-push.yaml index f4e0ed2..7839469 100644 --- a/.tekton/dataverse-exporter-push.yaml +++ b/.tekton/dataverse-exporter-push.yaml @@ -27,6 +27,12 @@ spec: - name: build-platforms value: - linux/x86_64 + - name: build-source-image + value: 'true' + - name: prefetch-input + value: '[{"type": "pip", "path": ".", "allow_binary": "true", "requirements_files": ["requirements.txt"]}]' + - name: hermetic + value: 'true' - name: dockerfile value: Containerfile pipelineSpec: