add bash
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Malte Grosse 2024-02-12 22:39:40 +01:00
parent f19c84a3b9
commit 1c95f394fd
2 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,7 @@ steps:
INGNORE_VAR_RUN: false INGNORE_VAR_RUN: false
cache: false cache: false
LOG_LEVEL: debug LOG_LEVEL: debug
IGNORE_PATH: "/lib/firmware/nvidia/525.147.05/gsp_ad10x.bin" IGNORE_PATH: "/lib"
tags: tags:

View File

@ -4,7 +4,8 @@ ARG NB_UID="1000"
ARG NB_GID="100" ARG NB_GID="100"
FROM ${LAB_IMAGE} FROM ${LAB_IMAGE}
# kaniko issue https://github.com/GoogleContainerTools/kaniko/issues/1087 # kaniko issue https://github.com/GoogleContainerTools/kaniko/issues/1087
SHELL ["/bin/sh", "-o", "pipefail", "-c"] RUN apk add bash
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
USER root USER root
RUN apt-get update --yes RUN apt-get update --yes
USER ${NB_UID} USER ${NB_UID}