This commit is contained in:
Adrien Beaudouin 2022-06-25 16:26:27 +02:00
parent daa5474dfd
commit ce75d15f05

View File

@ -1,20 +1,7 @@
kind: pipeline kind: pipeline
type: kubernetes type: docker
name: default name: default
node_selector:
kubernetes.io/hostname: kube-runner-01
tolerations:
- key: node-role.kubernetes.io/runner
operator: Exists
effect: NoSchedule
resources:
requests:
cpu: 1000
memory: 2Gi
steps: steps:
- name: image-qa-81 - name: image-qa-81
image: plugins/docker image: plugins/docker
@ -28,38 +15,38 @@ steps:
password: password:
from_secret: registry_password from_secret: registry_password
# - name: image-apache-81 - name: image-apache-81
# image: plugins/docker image: plugins/docker
# settings: settings:
# registry: registry.okami101.io registry: registry.okami101.io
# repo: registry.okami101.io/adr1enbe4udou1n/php-apache repo: registry.okami101.io/adr1enbe4udou1n/php-apache
# tags: "8.1" tags: "8.1"
# dockerfile: php-apache-81.dockerfile dockerfile: php-apache-81.dockerfile
# username: username:
# from_secret: registry_username from_secret: registry_username
# password: password:
# from_secret: registry_password from_secret: registry_password
# - name: image-fpm-81 - name: image-fpm-81
# image: plugins/docker image: plugins/docker
# settings: settings:
# registry: registry.okami101.io registry: registry.okami101.io
# repo: registry.okami101.io/adr1enbe4udou1n/php-fpm repo: registry.okami101.io/adr1enbe4udou1n/php-fpm
# tags: "8.1" tags: "8.1"
# dockerfile: php-fpm-81.dockerfile dockerfile: php-fpm-81.dockerfile
# username: username:
# from_secret: registry_username from_secret: registry_username
# password: password:
# from_secret: registry_password from_secret: registry_password
# - name: image-swoole-81 - name: image-swoole-81
# image: plugins/docker image: plugins/docker
# settings: settings:
# registry: registry.okami101.io registry: registry.okami101.io
# repo: registry.okami101.io/adr1enbe4udou1n/php-swoole repo: registry.okami101.io/adr1enbe4udou1n/php-swoole
# tags: "8.1" tags: "8.1"
# dockerfile: php-swoole-81.dockerfile dockerfile: php-swoole-81.dockerfile
# username: username:
# from_secret: registry_username from_secret: registry_username
# password: password:
# from_secret: registry_password from_secret: registry_password