diff --git a/.woodpecker/images.yaml b/.woodpecker/images.yaml new file mode 100644 index 0000000..2090f3e --- /dev/null +++ b/.woodpecker/images.yaml @@ -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' \ No newline at end of file