doch lieber debian-slim
This commit is contained in:
@@ -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 && \
|
||||
|
||||
@@ -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: |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user