Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 

32 rindas
664 B

  1. kind: pipeline
  2. type: docker
  3. name: build
  4. steps:
  5. - name: build_php_base
  6. image: plugins/docker
  7. settings:
  8. dockerfile: docker/php/Dockerfile
  9. registry: localhost
  10. repo: arbitry_php_base
  11. dry_run: true
  12. insecure: true
  13. build_args:
  14. PHP_VERSION: 7.4.4
  15. - name: build_php_fpm
  16. image: plugins/docker
  17. settings:
  18. dockerfile: docker/php-fpm/Dockerfile
  19. registry: localhost
  20. repo: arbitry_php_fpm
  21. dry_run: true
  22. insecure: true
  23. build_args:
  24. PHP_VERSION: 7.4.4
  25. BUILD_IMAGE: arbitry_php_base
  26. depends_on:
  27. - build_php_base
  28. trigger:
  29. status:
  30. - success