Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Commit

Permalink
Upgrade Coturn to 4.5.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Jan 14, 2021
1 parent 2296dfd commit dd75e35
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://hub.docker.com/_/alpine
FROM alpine:3.12

ARG coturn_ver=4.5.1.3
ARG coturn_ver=4.5.2


# Build and install Coturn.
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ COTURN_VER ?= $(strip \

IMAGE_NAME := instrumentisto/coturn
TAGS ?= $(COTURN_VER) \
4.5.1 \
4.5 \
4 \
latest
Expand Down
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Coturn TURN server Docker image

## Supported tags and respective `Dockerfile` links

- [`4.5.1.3`, `4.5.1`, `4.5`, `4`, `latest`][Dockerfile]
- [`4.5.2`, `4.5`, `4`, `latest`][Dockerfile]



Expand Down Expand Up @@ -121,14 +121,9 @@ Latest version of `X` Coturn major version.
Latest version of `X.Y` Coturn minor version.


### `X.Y.Z`
### `X.Y.Z` or `X.Y.Z.W`

Latest version of `X.Y.Z` Coturn version.


### `X.Y.Z.W`

Concrete `X.Y.Z.W` version of Coturn.
Concrete `X.Y.Z` or `X.Y.Z.W` version of Coturn.



Expand Down
2 changes: 1 addition & 1 deletion hooks/post_push
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tagStart=$(expr index "$IMAGE_NAME" :)
repoName=${IMAGE_NAME:0:tagStart-1}

# Tag and push image for each additional tag
for tag in {4.5.1.3,4.5.1,4.5,4,latest}; do
for tag in {4.5.2,4.5,4,latest}; do
docker tag $IMAGE_NAME ${repoName}:${tag}
docker push ${repoName}:${tag}
done

0 comments on commit dd75e35

Please sign in to comment.