back buildah
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Malte Grosse 2024-02-13 20:04:01 +01:00
parent d735dbebf3
commit 6f6552d735
2 changed files with 32 additions and 17 deletions

26
.oldwoodpecker copy.yml Normal file
View File

@ -0,0 +1,26 @@
workspace:
base: '/woodpecker'
path: '/'
steps:
build_and_release:
# image: woodpeckerci/plugin-kaniko:1.1.1
image: maltegrosse/plugin-kaniko:latest
pull: true
settings:
registry: git.sandbox.iuk.hdm-stuttgart.de
repo: grosse/jupyterlab-datascience
# INGNORE_VAR_RUN: false
cache: true
LOG_LEVEL: debug
IGNORE_PATH: "/lib/firmware"
tags:
- 4.0.12
- latest
dockerfile: Dockerfile
username:
from_secret: docker_username
password:
from_secret: docker_password

View File

@ -1,26 +1,15 @@
workspace:
base: '/woodpecker'
path: '/'
steps: steps:
build_and_release: build_and_release:
# image: woodpeckerci/plugin-kaniko:1.1.1 image: taywee/woodpecker-buildah:amd64
image: maltegrosse/plugin-kaniko:latest #image: maltegrosse/plugin-kaniko:latest
pull: true pull: true
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 cache: false
cache: true tag: 4.0.12
LOG_LEVEL: debug context: Dockerfile
IGNORE_PATH: "/lib/firmware"
tags:
- 4.0.12
- latest
dockerfile: Dockerfile
username: username:
from_secret: docker_username from_secret: docker_username
password: password:
from_secret: docker_password from_secret: docker_password