ADD: some testing
continuous-integration/drone Build encountered an error Details

This commit is contained in:
Dominik Meyer 2023-07-12 10:32:24 +02:00
parent 2eb4248e5c
commit be1d692290
No known key found for this signature in database
GPG Key ID: B4C312B600606B64
1 changed files with 44 additions and 1 deletions

View File

@ -1,6 +1,49 @@
kind: pipeline
type: kubernetes
name: default-build
name: arm64-pipeline
platform:
arch: arm64
workspace:
path: /cache
volumes:
- name: fedhq-ca-crt
config_map:
name: fedhq-ca-crt
default_mode: 420 # same as 644 in octal, or u+w,a+r
optional: false
- name: cache
claim:
name: federationhq-drone-cache-pvc
read_only: false
steps:
- name: Build Image
image: registry.cloud.federationhq.de/drone-buildah-plugin:latest
privileged: true
volumes:
- name: fedhq-ca-crt
path: /etc/ssl/certs2/
- name: cache
path: /var/lib/containers/storage
settings:
dockerfile: Dockerfile
pullfirst: true
ca_cert: "/etc/ssl/certs2/federationHQ-CA.pem"
registry: "registry.cloud.federationhq.de"
tag: latex:latest
---
kind: pipeline
type: kubernetes
name: amd64-pipeline
platform:
arch: amd64
workspace:
path: /cache