12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- pipeline:
- build:
- image: docker.infra.flowdat.com/fd3/sf-php:latest
- pull: true
- commands:
- - env
- - php -v
- docker_kea_ik_1.4.0:
- repo : docker.infra.flowdat.com/fd3/kea-ik-1.4.0
- image: plugins/docker
- pull: true
- email: luciano@interlink.com.ar
- registry: docker.infra.flowdat.com
- dockerfile: 1.4.0/kea-ik/Dockerfile
- context: 1.4.0/kea-ik/
- tag:
- - latest
- - "1.4.0-kea-ik"
- - "1.4-kea-ik"
- when:
- event: [pull_request, push, tag]
- branch: master
- docker_kea_premium_1.4.0:
- repo : docker.infra.flowdat.com/fd3/kea-premium-1.4.0
- image: plugins/docker
- pull: true
- email: luciano@interlink.com.ar
- registry: docker.infra.flowdat.com
- dockerfile: 1.4.0/kea-premium/Dockerfile
- context: 1.4.0/kea-premium/
- tag:
- - latest
- - "1.4.0-kea-premium"
- - "1.4-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
|