From 477ac0060e4ed67ef60649bf14ff965b644b6f6c Mon Sep 17 00:00:00 2001 From: davidko Date: Wed, 13 Mar 2024 18:15:43 +0800 Subject: [PATCH] ci: rollback BCI image to 15.5 ref: longhorn/longhorn#8166 Signed-off-by: davidko --- .drone.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e3f340a3..f06b9477 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ trigger: steps: - name: fossa - image: registry.suse.com/bci/bci-base:15.6 + image: registry.suse.com/bci/bci-base:15.5 failure: ignore environment: FOSSA_API_KEY: diff --git a/Dockerfile b/Dockerfile index b0fd073a..60ff15fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ ENV VERSION ${VERSION} RUN envsubst '${VERSION}' < /web/src/utils/config.js > /web/src/utils/config.js.subst && mv /web/src/utils/config.js.subst /web/src/utils/config.js RUN npm run build -FROM registry.suse.com/bci/bci-base:15.6 +FROM registry.suse.com/bci/bci-base:15.5 RUN zypper -n ref && \ zypper -n install curl libxml2 bash gettext shadow nginx && \