remove var run
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
1c95f394fd
commit
8b01181ba4
|
@ -10,7 +10,7 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
registry: git.sandbox.iuk.hdm-stuttgart.de
|
registry: git.sandbox.iuk.hdm-stuttgart.de
|
||||||
repo: grosse/jupyterlab-datascience
|
repo: grosse/jupyterlab-datascience
|
||||||
INGNORE_VAR_RUN: false
|
# INGNORE_VAR_RUN: false
|
||||||
cache: false
|
cache: false
|
||||||
LOG_LEVEL: debug
|
LOG_LEVEL: debug
|
||||||
IGNORE_PATH: "/lib"
|
IGNORE_PATH: "/lib"
|
||||||
|
|
|
@ -4,7 +4,6 @@ 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
|
||||||
RUN apk add bash
|
|
||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
USER root
|
USER root
|
||||||
RUN apt-get update --yes
|
RUN apt-get update --yes
|
||||||
|
|
Loading…
Reference in New Issue