.drone.yml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. pipeline:
  2. build:
  3. image: docker.infra.flowdat.com/fd3/sf-php:latest
  4. pull: true
  5. commands:
  6. - env
  7. - php -v
  8. docker_kea_ik_1.4.0:
  9. repo : docker.infra.flowdat.com/fd3/kea-ik-1.4.0
  10. image: plugins/docker
  11. pull: true
  12. email: luciano@interlink.com.ar
  13. registry: docker.infra.flowdat.com
  14. dockerfile: 1.4.0/kea-ik/Dockerfile
  15. context: 1.4.0/kea-ik/
  16. tag:
  17. - latest
  18. - "1.4.0-kea-ik"
  19. - "1.4-kea-ik"
  20. when:
  21. event: [pull_request, push, tag]
  22. branch: master
  23. docker_kea_premium_1.4.0:
  24. repo : docker.infra.flowdat.com/fd3/kea-premium-1.4.0
  25. image: plugins/docker
  26. pull: true
  27. email: luciano@interlink.com.ar
  28. registry: docker.infra.flowdat.com
  29. dockerfile: 1.4.0/kea-premium/Dockerfile
  30. context: 1.4.0/kea-premium/
  31. tag:
  32. - latest
  33. - "1.4.0-kea-premium"
  34. - "1.4-kea-premium"
  35. when:
  36. event: [pull_request, push, tag]
  37. branch: master
  38. # docker_kea_1.4.0:
  39. # repo : docker.infra.flowdat.com/fd3/kea-1.4.0
  40. # image: plugins/docker
  41. # pull: true
  42. # email: luciano@interlink.com.ar
  43. # registry: docker.infra.flowdat.com
  44. # dockerfile: 1.4.0/Dockerfile
  45. # context: 1.4.0/
  46. # tag:
  47. # - latest
  48. # - "1.4.0"
  49. # - "1.4"
  50. # when:
  51. # event: [pull_request, push, tag]
  52. # branch: master