add bash
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
f19c84a3b9
commit
1c95f394fd
|
@ -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:
|
||||||
|
|
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue