1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- pipeline:
- build:
- image: docker.infra.flowdat.com/fd3/sf-php:latest
- pull: true
- commands:
- - env
- - php -v
- docker_kea_oss_1.3.0:
- repo : docker.infra.flowdat.com/fd3/kea-oss-1.3.0
- image: plugins/docker
- pull: true
- email: luciano@interlink.com.ar
- registry: docker.infra.flowdat.com
- dockerfile: 1.3.0/kea-oss/Dockerfile
- context: 1.3.0/kea-oss/
- tag:
- - latest
- - "1.3.0-kea-oss"
- - "1.3-kea-oss"
- when:
- event: [pull_request, push, tag]
- branch: master
- docker_kea_ik_1.3.0:
- repo : docker.infra.flowdat.com/fd3/kea-ik-1.3.0
- image: plugins/docker
- pull: true
- email: luciano@interlink.com.ar
- registry: docker.infra.flowdat.com
- dockerfile: 1.3.0/kea-ik/Dockerfile
- context: 1.3.0/kea-ik/
- tag:
- - latest
- - "1.3.0-kea-ik"
- - "1.3-kea-ik"
- when:
- event: [pull_request, push, tag]
- branch: master
- docker_kea_premium_1.3.0:
- repo : docker.infra.flowdat.com/fd3/kea-premium-1.3.0
- image: plugins/docker
- pull: true
- email: luciano@interlink.com.ar
- registry: docker.infra.flowdat.com
- dockerfile: 1.3.0/kea-premium/Dockerfile
- context: 1.3.0/kea-premium/
- tag:
- - latest
- - "1.3.0-kea-premium"
- - "1.3-kea-premium"
- when:
- event: [pull_request, push, tag]
- branch: master
- docker_kea_1.4.0:
- repo : docker.infra.flowdat.com/fd3/kea-1.4.0
- image: plugins/docker
- pull: true
- email: luciano@interlink.com.ar
- registry: docker.infra.flowdat.com
- dockerfile: 1.4.0/Dockerfile
- context: 1.4.0/
- tag:
- - latest
- - "1.4.0"
- - "1.4"
- when:
- event: [pull_request, push, tag]
- branch: master
|