doch lieber debian-slim

This commit is contained in:
2021-02-18 20:27:34 +01:00
parent a7c183ce26
commit 74ee95d328
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM debian:stable
FROM debian:stable-slim
# APT-cache for all
RUN sed -i 's@deb.debian.org@apt-cache.lan/deb.debian.org@g' /etc/apt/sources.list && \

View File

@@ -64,9 +64,9 @@ spec:
args:
- -rf
- /workspace/kernel-configs*
workspaces:
- name: workspace
mountPath: /workspace
#workspaces:
# - name: workspace
# mountPath: /workspace
---
apiVersion: tekton.dev/v1beta1
kind: TaskRun