You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 line
785B

  1. SHELL:=/bin/bash
  2. ubuntu1804fpm:
  3. docker pull rayburgemeestre/fpm-ubuntu:18.04 || true
  4. docker build . -f Dockerfile-ubuntu1804 -t rayburgemeestre/fpm-ubuntu:18.04
  5. ubuntu2004fpm:
  6. docker pull rayburgemeestre/fpm-ubuntu:20.04 || true
  7. docker build . -f Dockerfile-ubuntu2004 -t rayburgemeestre/fpm-ubuntu:20.04
  8. ubuntu2204fpm:
  9. docker pull rayburgemeestre/fpm-ubuntu:22.04 || true
  10. docker build . -f Dockerfile-ubuntu2204 -t rayburgemeestre/fpm-ubuntu:22.04
  11. ubuntu2404fpm:
  12. docker pull rayburgemeestre/fpm-ubuntu:22.04 || true
  13. docker build . -f Dockerfile-ubuntu2404 -t rayburgemeestre/fpm-ubuntu:24.04
  14. publish1804:
  15. docker push rayburgemeestre/fpm-ubuntu:18.04
  16. publish2004:
  17. docker push rayburgemeestre/fpm-ubuntu:20.04
  18. publish2204:
  19. docker push rayburgemeestre/fpm-ubuntu:22.04