from stable-slim again
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM cr.lan/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 && \
|
||||
|
||||
@@ -48,6 +48,7 @@ spec:
|
||||
- --dockerfile=$(params.pathToContainerFile)
|
||||
- --destination=$(resources.outputs.builtImage.url)
|
||||
- --context=$(params.pathToContext)
|
||||
- --snapshotMode=redo
|
||||
- --skip-tls-verify
|
||||
#- name: cleanup-workspace-post
|
||||
# image: alpine
|
||||
|
||||
Reference in New Issue
Block a user