This commit is contained in:
parent
b0455e93f0
commit
bc60d4471c
60
.drone.yml
60
.drone.yml
@ -18,21 +18,18 @@ volumes:
|
|||||||
read_only: false
|
read_only: false
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: prepare manifest
|
# - name: prepare manifest
|
||||||
image: quay.io/buildah/stable
|
# image: quay.io/buildah/stable
|
||||||
privileged: true
|
# privileged: true
|
||||||
volumes:
|
# volumes:
|
||||||
- name: fedhq-ca-crt
|
# - name: fedhq-ca-crt
|
||||||
path: /etc/ssl/certs2/
|
# path: /etc/ssl/certs2/
|
||||||
- name: cache
|
# - name: cache
|
||||||
path: /var/lib/containers/storage
|
# path: /var/lib/containers/storage
|
||||||
commands:
|
# commands:
|
||||||
- scripts/setupEnvironment.sh
|
# - scripts/setupEnvironment.sh
|
||||||
- buildah manifest rm latex|| true
|
# - buildah manifest rm latex|| true
|
||||||
- buildah manifest create latex
|
# - buildah manifest create latex
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
@ -49,10 +46,6 @@ volumes:
|
|||||||
name: fedhq-ca-crt
|
name: fedhq-ca-crt
|
||||||
default_mode: 420 # same as 644 in octal, or u+w,a+r
|
default_mode: 420 # same as 644 in octal, or u+w,a+r
|
||||||
optional: false
|
optional: false
|
||||||
- name: cache
|
|
||||||
claim:
|
|
||||||
name: federationhq-drone-cache-pvc
|
|
||||||
read_only: false
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build amd64
|
- name: build amd64
|
||||||
@ -61,13 +54,10 @@ steps:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: fedhq-ca-crt
|
- name: fedhq-ca-crt
|
||||||
path: /etc/ssl/certs2/
|
path: /etc/ssl/certs2/
|
||||||
- name: cache
|
|
||||||
path: /var/lib/containers/storage
|
|
||||||
commands:
|
commands:
|
||||||
- scripts/setupEnvironment.sh
|
- scripts/setupEnvironment.sh
|
||||||
- buildah bud --network host -t "registry.cloud.federationhq.de/latex:latest" --manifest latex --arch amd64 .
|
- buildah bud --network host -t "registry.cloud.federationhq.de/latex:latest-amd64" --arch amd64 .
|
||||||
depends_on:
|
- buildah push registry.cloud.federationhq.de/latex:latest-amd64
|
||||||
- prepare-manifest
|
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
@ -84,10 +74,6 @@ volumes:
|
|||||||
name: fedhq-ca-crt
|
name: fedhq-ca-crt
|
||||||
default_mode: 420 # same as 644 in octal, or u+w,a+r
|
default_mode: 420 # same as 644 in octal, or u+w,a+r
|
||||||
optional: false
|
optional: false
|
||||||
- name: cache
|
|
||||||
claim:
|
|
||||||
name: federationhq-drone-cache-pvc
|
|
||||||
read_only: false
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build arm64
|
- name: build arm64
|
||||||
@ -96,14 +82,10 @@ steps:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: fedhq-ca-crt
|
- name: fedhq-ca-crt
|
||||||
path: /etc/ssl/certs2/
|
path: /etc/ssl/certs2/
|
||||||
- name: cache
|
|
||||||
path: /var/lib/containers/storage
|
|
||||||
commands:
|
commands:
|
||||||
- scripts/setupEnvironment.sh
|
- scripts/setupEnvironment.sh
|
||||||
- buildah bud -t "registry.cloud.federationhq.de/latex:latest" --net=host --manifest latex --arch arm64 .
|
- buildah bud -t "registry.cloud.federationhq.de/latex:lates-arm64" --net=host --arch arm64 .
|
||||||
depends_on:
|
- buildah push registry.cloud.federationhq.de/latex:lates-arm64
|
||||||
- prepare-manifest
|
|
||||||
- build-amd64
|
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
@ -118,10 +100,6 @@ volumes:
|
|||||||
name: fedhq-ca-crt
|
name: fedhq-ca-crt
|
||||||
default_mode: 420 # same as 644 in octal, or u+w,a+r
|
default_mode: 420 # same as 644 in octal, or u+w,a+r
|
||||||
optional: false
|
optional: false
|
||||||
- name: cache
|
|
||||||
claim:
|
|
||||||
name: federationhq-drone-cache-pvc
|
|
||||||
read_only: false
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: push
|
- name: push
|
||||||
@ -130,11 +108,11 @@ steps:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: fedhq-ca-crt
|
- name: fedhq-ca-crt
|
||||||
path: /etc/ssl/certs2/
|
path: /etc/ssl/certs2/
|
||||||
- name: cache
|
|
||||||
path: /var/lib/containers/storage
|
|
||||||
commands:
|
commands:
|
||||||
- scripts/setupEnvironment.sh
|
- scripts/setupEnvironment.sh
|
||||||
- buildah push --all latex docker://registry.cloud.federationhq.de/latex:latest"
|
- buildah manifest create registry.cloud.federationhq.de/latex:latest registry.cloud.federationhq.de/latex:lates-arm64 registry.cloud.federationhq.de/latex:lates-amd64
|
||||||
|
- buildah manifest push --all latex docker://registry.cloud.federationhq.de/latex:latest"
|
||||||
|
- buildah manifest rm registry.cloud.federationhq.de/latex:latest
|
||||||
depends_on:
|
depends_on:
|
||||||
- build-amd64
|
- build-amd64
|
||||||
- build-arm64
|
- build-arm64
|
Loading…
Reference in New Issue
Block a user