Skip to content

collelog/tv-recorder-dockerfile

Repository files navigation

[TV Recorder on Docker] Dockerfiles

Dockerfile

Dockerfileは、GitHub上のcollelog/tv-recorderで使用するDockerコンテナを構成するための設定ファイルです。 TV録画を行うためのアプリケーションであるmirakcやEPGStationなどを用意しています。また、このDockerfileで作成したDockerイメージは全てDockerHubにて公開されています 。

DockerHub公開イメージの表にあるように、アプリケーションごとに異なるDockerfileが用意されており、それぞれのDockerfileは依存するイメージを含んでいます。 例えばmirakcのDockerfileは、recpt1やrecdvb、recfsusb2nとlibarib25、arib-b25-stream-testのバイナリを含んでいます。

DockerHub公開イメージ

アプリケーション 公開イメージタグ 依存イメージ Dockerfile
EPGStation collelog/epgstation ./epgstation/
collelog/epgstation-build ./epgstation-build/
mirakc collelog/mirakc ./mirakc/
mirakc/mirakc
collelog/recpt1-build ./recpt1-build/
collelog/recdvb-build ./recdvb-build/
collelog/recfsusb2n-build ./recfsusb2n-build/
collelog/libarib25-build ./libarib25-build/
collelog/arib-b25-stream-test-build ./arib-b25-stream-test-build/
Mirakurun collelog/mirakurun ./mirakurun/
collelog/recpt1-build ./recpt1-build/
collelog/recdvb-build ./recdvb-build/
collelog/recfsusb2n-build ./recfsusb2n-build/
collelog/libarib25-build ./libarib25-build/
collelog/arib-b25-stream-test-build ./arib-b25-stream-test-build/
MariaDB collelog/mariadb ./mariadb/
xTeVe collelog/xteve GitHub:collelog/xteve
チャンネルスキャン collelog/tvchannels-scan ./tvchannels-scan/
collelog/epgdump-build ./epgdump-build/
collelog/recpt1-build ./recpt1-build/
collelog/recdvb-build ./recdvb-build/
collelog/recfsusb2n-build ./recfsusb2n-build/
collelog/libarib25-build ./libarib25-build/
B25サーバ collelog/b25-server ./b25-server/
collelog/arib-b25-stream-test-build ./arib-b25-stream-test-build/

License

このソースコードは MIT License のもとでリリースします。
ただし当Dockerfileで作成されるDockerイメージに内包される各種アプリケーションで使用されるライセンスは異なります。各プロジェクト内のLICENSE, COPYING, COPYRIGHT, READMEファイルまたはソースコード内のアナウンスを参照してください。

Releases

No releases published

Packages

No packages published

Languages