caching apt

This commit is contained in:
2021-02-16 17:09:30 +01:00
parent 92e343d226
commit 39748e1859
2 changed files with 0 additions and 8 deletions

View File

@@ -2,7 +2,6 @@ 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
RUN sed -i 's@deb.debian.org@apt-cache.lan/deb.debian.org@g' /etc/apt/sources.list.d/*

View File

@@ -45,13 +45,6 @@ spec:
- name: builtImage
type: image
steps:
- name: debug-print
image: busybox
command:
- echo
args:
- ockerfile: $(params.pathToContainerFile)
- contextPath: $(params.pathToContext)
- name: build-and-push
image: gcr.io/kaniko-project/executor:arm64
# specifying DOCKER_CONFIG is required to allow kaniko to detect docker credential