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

@@ -22,7 +22,7 @@ spec:
echo 'deb-src http://apt-cache.lan/deb.debian.org/debian testing main' > /etc/apt/sources.list.d/src-testing.list
echo 'deb http://apt-cache.lan/deb.debian.org/debian testing main' > /etc/apt/sources.list.d/testing.list
apt update -y
apt install -y $(apt-cache search linux-source |awk '{print $1}' |tail -1)
apt install -y $(apt-cache search linux-source |awk '{print $1}' |tail -1)
- name: unpack-kernel-source
image: cr.lan/debian-kernel-build-stable
script: |

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