Oscam is an Open Source Conditional Access Module software used for descrambling DVB transmissions using smart cards. It's both a server and a client.
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.

26 lines
607 B

  1. ---
  2. # jenkins variables
  3. project_name: docker-oscam
  4. external_type: os
  5. release_type: stable
  6. release_tag: latest
  7. ls_branch: master
  8. repo_vars:
  9. - BUILD_VERSION_ARG = 'OSCAM_VERSION'
  10. - LS_USER = 'linuxserver'
  11. - LS_REPO = 'docker-oscam'
  12. - CONTAINER_NAME = 'oscam'
  13. - DOCKERHUB_IMAGE = 'linuxserver/oscam'
  14. - DEV_DOCKERHUB_IMAGE = 'lsiodev/oscam'
  15. - PR_DOCKERHUB_IMAGE = 'lspipepr/oscam'
  16. - DIST_IMAGE = 'alpine'
  17. - MULTIARCH='true'
  18. - CI='true'
  19. - CI_WEB='true'
  20. - CI_PORT='8888'
  21. - CI_SSL='false'
  22. - CI_DELAY='120'
  23. - CI_DOCKERENV='TZ=US/Pacific'
  24. - CI_AUTH='user:password'
  25. - CI_WEBPATH=''