Skip to content

Commit

Permalink
docs: deprecate the stable tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wiserain committed Jul 15, 2024
1 parent d66e065 commit 1e390b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

아래 세가지 방법 중 자신에게 맞는 하나를 선택하여 컨테이너를 생성/실행한다.

#### docker 명령어 사용시:
#### docker 명령어 사용시

```bash
docker run -d \
Expand All @@ -23,18 +23,18 @@ docker run -d \
-v <path to epg2xml>:/epg2xml \
-e PUID=<UID for user> \
-e PGID=<GID for user> \
wiserain/tvheadend:stable
wiserain/tvheadend:latest
```

#### docker-compose 사용시:
#### docker-compose 사용시

```yml
version: '2'

services:
<service name>:
container_name: <container name>
image: wiserain/tvheadend:stable
image: wiserain/tvheadend:latest
restart: always
network_mode: "host"
volumes:
Expand Down Expand Up @@ -72,7 +72,7 @@ Socket으로 직접 밀어 넣는 external grabber와 달리 내부적으로 cro

| | 선택 가능한 값 | 설명 |
|---|---|---|
| ```main_tag``` | ```latest```, ```stable```, ```ubuntu``` | - **latest**: 최신 이미지 버전. [새로운 기능](https://tvheadend.org/projects/tvheadend/roadmap)을 체험할 수 있는 개발 버전으로 약간 불안정할 수 있다.<br> - **stable**: 최신 tvheadend release 버전 [참고](https://doozer.io/tvheadend/tvheadend)<br> - **ubuntu**: latest 태그와 같은 tvheadend 버전을 따르지만, alpine 대신 ubuntu를 기반으로 빌드하였다. |
| ```main_tag``` | ```latest```, ```ubuntu``` | - **latest**: 최신 이미지 버전. [새로운 기능](https://tvheadend.org/projects/tvheadend/roadmap)을 체험할 수 있는 개발 버전으로 약간 불안정할 수 있다.<br> - **ubuntu**: latest 태그와 같은 tvheadend 버전을 따르지만, alpine 대신 ubuntu를 기반으로 빌드하였다. |
| ```tvh_ver``` | | 형식은 {tvheadend version}-{build number} 이며 생략할 경우 최신 빌드를 따름 |

모든 조합이 가능하지는 않으며, 사용 가능한 이미지 버전은 [여기](https://hub.docker.com/r/wiserain/tvheadend/tags/)서 확인할 수 있다. 특별한 일이 없으면 매주 한 번 새롭게 빌드 된다.
Expand Down

0 comments on commit 1e390b5

Please sign in to comment.