bump memory need for images WF
This commit is contained in:
parent
dfa9dcf461
commit
182c134704
1 changed files with 29 additions and 0 deletions
29
.woodpecker/images.yaml
Normal file
29
.woodpecker/images.yaml
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
when:
|
||||||
|
- event: manual
|
||||||
|
- event: cron
|
||||||
|
name: images
|
||||||
|
|
||||||
|
steps:
|
||||||
|
"Build image":
|
||||||
|
image: woodpeckerci/plugin-docker-buildx:4.2.0
|
||||||
|
secrets: [red_hat_dev_pw]
|
||||||
|
settings:
|
||||||
|
platforms: linux/arm64
|
||||||
|
Dockerfile: docker/Dockerfile-ubi9
|
||||||
|
squash: true
|
||||||
|
experimental: true
|
||||||
|
repo: pats22/arm-binaries-r-ubi9
|
||||||
|
username: pats22
|
||||||
|
password:
|
||||||
|
from_secret: dockerhub_token_pats22
|
||||||
|
backend_options:
|
||||||
|
kubernetes:
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
memory: 500Mi
|
||||||
|
cpu: 1000m
|
||||||
|
limits:
|
||||||
|
memory: 800Mi
|
||||||
|
cpu: 1000m
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/arch: 'arm64'
|
||||||
Loading…
Reference in a new issue