Commit Graph

53 Commits

Author SHA1 Message Date
James Munnelly fd9a28ad5d Use ENTRYPOINT instead of CMD 2016-04-24 20:55:35 +01:00
James Munnelly fc7e688ae7 Revert "Shift args"
This reverts commit 8117a6d38b.
2015-09-11 08:53:00 +01:00
James Munnelly 8117a6d38b Shift args 2015-09-11 08:38:10 +01:00
James Munnelly 97e88c1a65 Update bootstrap. Use smaller base image. 2015-09-11 00:08:02 +01:00
James Munnelly ea00a43429 Revert "Update command path"
This reverts commit a4437e7582.
2015-09-11 00:07:27 +01:00
James Munnelly 47e394170b Revert "Use Plex Media Server base image for runner"
This reverts commit 6e8a45f628.
2015-09-11 00:07:07 +01:00
James Munnelly a4437e7582 Update command path 2015-09-10 23:40:03 +01:00
James Munnelly 6e8a45f628 Use Plex Media Server base image for runner 2015-09-10 23:36:01 +01:00
James Munnelly 6afedbda1f Executed command specified in Job 2015-09-10 23:16:51 +01:00
James Munnelly e0036feff3 Update bootstrap script 2015-09-10 23:07:02 +01:00
James Munnelly 9fe851a80d Update path to transcode dir 2015-09-10 21:40:10 +01:00
James Munnelly 9dece22ac0 Properly set Job on Executor... D'oh 2015-09-10 21:22:38 +01:00
James Munnelly b8e46847d9 Switch ENTRYPOINT to CMD 2015-09-10 20:48:19 +01:00
James Munnelly 8367c38791 Only run tests on master
[ci skip]
2015-09-10 20:35:22 +01:00
James Munnelly 2e377bda5e Add build status badge
[ci skip]
2015-09-10 20:24:57 +01:00
James Munnelly b607d26741 Change entrypoint 2015-09-10 20:23:17 +01:00
James Munnelly 3465a481eb Add debugging messages 2015-09-10 18:42:58 +01:00
James Munnelly 0d351ac686 Create plex logs directory 2015-09-10 18:42:47 +01:00
James Munnelly e6cb2fd99b Fix storage server URL 2015-09-10 17:49:58 +01:00
James Munnelly 92f0e395ca Update server URLs 2015-09-10 17:29:09 +01:00
James Munnelly 5243e3d844 Fix docker tagging 2015-09-10 16:42:06 +01:00
James Munnelly 73db4de2a7 Update transcoder image name 2015-09-10 16:21:16 +01:00
James Munnelly 852d7c7d53 Correct ADD command 2015-09-10 16:18:06 +01:00
James Munnelly fd30618b2f Switch registry 2015-09-10 16:10:50 +01:00
James Munnelly 9cef544a5d Alter docker login command 2015-09-10 16:06:35 +01:00
James Munnelly c0e1e9d801 DOCKER_PASSWORD -> DOCKER_USERNAME 2015-09-10 15:54:17 +01:00
James Munnelly 02096a2648 Use unversioned kubernetes client. Only test with Go version 1.5 2015-09-10 15:48:46 +01:00
James Munnelly ab86e107ce Add newlines 2015-09-10 15:42:12 +01:00
James Munnelly 1952ef87d1 Add dockerfiles. Add travis build file. 2015-09-10 15:40:10 +01:00
James Munnelly 951edc05d1 Update README 2015-09-10 10:01:55 +01:00
James Munnelly 5430a81ce9 Fix appending args 2015-09-10 09:51:06 +01:00
James Munnelly 3ba0383dfb Fix bootstrap.sh ADD command 2015-09-10 09:50:54 +01:00
James Munnelly 44c098a54e Always pull docker image 2015-09-10 09:50:31 +01:00
James Munnelly b232ceec3c Mount NFS directories into container. Use bootstrap script to first cd into correct working directory for transcode. String replace ffmpeg progress URL. 2015-09-10 09:41:27 +01:00
James Munnelly 8e3dcfc817 Use dpkg-deb to extract deb file 2015-09-08 11:28:25 +01:00
James Munnelly aa35a5307f Install curl 2015-09-08 11:20:15 +01:00
James Munnelly 90ba683881 Use curl 2015-09-08 11:17:23 +01:00
James Munnelly aa525f8729 Base off debian. Use https URL. 2015-09-08 11:16:08 +01:00
James Munnelly 114acc3c3f Remove -z flag from tar 2015-09-08 11:12:57 +01:00
James Munnelly c72febbc4f Use wget and http url instead of https 2015-09-08 11:10:51 +01:00
James Munnelly 4a930c893c Use curl instead of wget 2015-09-08 10:55:04 +01:00
James Munnelly 9e42a036f0 Updated Dockerfile 2015-09-08 10:34:03 +01:00
James Munnelly 06b3caa923 Add support for multiple executor backends. Create Executor interface and allow executors to register themselves with the application. Update README (Todo list). 2015-09-08 10:09:28 +01:00
James Munnelly 1c80f8d4a0 Update import path for github 2015-09-08 00:09:25 +01:00
James Munnelly 7d733c992e Update README. Add Todo list. 2015-09-08 00:06:06 +01:00
James Munnelly ac8651164a Add Plex New Transcoder libraries to image 2015-09-08 00:01:50 +01:00
James Munnelly b4426297bc Wait for pod to enter running state. Wait for pod to complete before exiting. 2015-09-08 00:00:52 +01:00
James Munnelly b8c9d16a2b Don't use fmt when logging. Use default image command. Use podBasename const. 2015-09-07 23:59:05 +01:00
James Munnelly b71fba361b Add Stop function and WaitForState to Job. Reove kubernetesConfig as a function. 2015-09-07 23:58:05 +01:00
James Munnelly 399ee5f44e Don't redeclare Kubernetes host address 2015-09-07 23:04:00 +01:00