Skip to content

Commit 1803e21

Browse files
committed
Update Opencast to v13.6
1 parent effaf43 commit 1803e21

12 files changed

+20
-20
lines changed

.github/workflows/cron.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
opencast_version: 'master'
2020
push_major: 'false'
2121
- day_of_week: '1'
22-
opencast_version: '13.5'
22+
opencast_version: '13.6'
2323
push_major: 'true'
2424
- day_of_week: '2'
25-
opencast_version: '13.4'
25+
opencast_version: '13.5'
2626
push_major: 'false'
2727
- day_of_week: '3'
28-
opencast_version: '13.3'
28+
opencast_version: '13.4'
2929
push_major: 'false'
3030
- day_of_week: '4'
3131
opencast_version: '12.11'

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ In the `./docker-compose` directory there are also compose files for more produc
7575

7676
## Images
7777

78-
Opencast comes in different distributions. For each of the official distributions, there is a specific container image. Each version is tagged. For example, the full image name containing the `admin` distribution at version `13.5` is `quay.io/opencast/admin:13.5`. Leaving the version out will install the latest one.
78+
Opencast comes in different distributions. For each of the official distributions, there is a specific container image. Each version is tagged. For example, the full image name containing the `admin` distribution at version `13.6` is `quay.io/opencast/admin:13.6`. Leaving the version out will install the latest one.
7979

8080
### `allinone`
8181

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
13.5
1+
13.6

VERSION_OPENCAST

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
13.5
1+
13.6

docker-compose/docker-compose.allinone.h2+pyca.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
- opensearch:/usr/share/opensearch/data
3333

3434
opencast:
35-
image: quay.io/opencast/allinone:13.5
35+
image: quay.io/opencast/allinone:13.6
3636
environment:
3737
ORG_OPENCASTPROJECT_SERVER_URL: http://opencast:8080
3838
ORG_OPENCASTPROJECT_DOWNLOAD_URL: http://localhost:8080/static

docker-compose/docker-compose.allinone.h2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
- opensearch:/usr/share/opensearch/data
3232

3333
opencast:
34-
image: quay.io/opencast/allinone:13.5
34+
image: quay.io/opencast/allinone:13.6
3535
environment:
3636
ORG_OPENCASTPROJECT_SERVER_URL: http://localhost:8080
3737
ORG_OPENCASTPROJECT_DOWNLOAD_URL: http://localhost:8080/static

docker-compose/docker-compose.allinone.mariadb.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ services:
4343
- opensearch:/usr/share/opensearch/data
4444

4545
opencast:
46-
image: quay.io/opencast/allinone:13.5
46+
image: quay.io/opencast/allinone:13.6
4747
environment:
4848
ORG_OPENCASTPROJECT_SERVER_URL: http://localhost:8080
4949
ORG_OPENCASTPROJECT_DOWNLOAD_URL: http://localhost:8080/static

docker-compose/docker-compose.allinone.postgres.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ services:
4141
- opensearch:/usr/share/opensearch/data
4242

4343
opencast:
44-
image: quay.io/opencast/allinone:13.5
44+
image: quay.io/opencast/allinone:13.6
4545
environment:
4646
ORG_OPENCASTPROJECT_SERVER_URL: http://localhost:8080
4747
ORG_OPENCASTPROJECT_DOWNLOAD_URL: http://localhost:8080/static

docker-compose/docker-compose.build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
- opensearch:/usr/share/opensearch/data
3232

3333
opencast:
34-
image: quay.io/opencast/build:13.5
34+
image: quay.io/opencast/build:13.6
3535
tty: true
3636
stdin_open: true
3737
environment:

docker-compose/docker-compose.multiserver.build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ services:
4343
- opensearch:/usr/share/opensearch/data
4444

4545
opencast-admin:
46-
image: quay.io/opencast/build:13.5
46+
image: quay.io/opencast/build:13.6
4747
tty: true
4848
stdin_open: true
4949
environment:
@@ -71,7 +71,7 @@ services:
7171
- "${OPENCAST_SRC}:/usr/src/opencast"
7272

7373
opencast-presentation:
74-
image: quay.io/opencast/build:13.5
74+
image: quay.io/opencast/build:13.6
7575
tty: true
7676
stdin_open: true
7777
environment:
@@ -98,7 +98,7 @@ services:
9898
- "${OPENCAST_SRC}:/usr/src/opencast"
9999

100100
opencast-worker:
101-
image: quay.io/opencast/build:13.5
101+
image: quay.io/opencast/build:13.6
102102
tty: true
103103
stdin_open: true
104104
environment:

docker-compose/docker-compose.multiserver.mariadb.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ services:
4343
- opensearch:/usr/share/opensearch/data
4444

4545
opencast-admin:
46-
image: quay.io/opencast/admin:13.5
46+
image: quay.io/opencast/admin:13.6
4747
environment:
4848
ORG_OPENCASTPROJECT_SERVER_URL: http://opencast-admin:8080
4949
ORG_OPENCASTPROJECT_DOWNLOAD_URL: http://localhost:8081/static
@@ -64,7 +64,7 @@ services:
6464
- data:/data
6565

6666
opencast-presentation:
67-
image: quay.io/opencast/presentation:13.5
67+
image: quay.io/opencast/presentation:13.6
6868
environment:
6969
ORG_OPENCASTPROJECT_SERVER_URL: http://opencast-presentation:8080
7070
ORG_OPENCASTPROJECT_DOWNLOAD_URL: http://localhost:8081/static
@@ -84,7 +84,7 @@ services:
8484
- data:/data
8585

8686
opencast-worker:
87-
image: quay.io/opencast/worker:13.5
87+
image: quay.io/opencast/worker:13.6
8888
environment:
8989
ORG_OPENCASTPROJECT_SERVER_URL: http://opencast-worker:8080
9090
ORG_OPENCASTPROJECT_DOWNLOAD_URL: http://localhost:8081/static

docker-compose/docker-compose.multiserver.postgres.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ services:
4141
- opensearch:/usr/share/opensearch/data
4242

4343
opencast-admin:
44-
image: quay.io/opencast/admin:13.5
44+
image: quay.io/opencast/admin:13.6
4545
environment:
4646
ORG_OPENCASTPROJECT_SERVER_URL: http://opencast-admin:8080
4747
ORG_OPENCASTPROJECT_DOWNLOAD_URL: http://localhost:8081/static
@@ -62,7 +62,7 @@ services:
6262
- data:/data
6363

6464
opencast-presentation:
65-
image: quay.io/opencast/presentation:13.5
65+
image: quay.io/opencast/presentation:13.6
6666
environment:
6767
ORG_OPENCASTPROJECT_SERVER_URL: http://opencast-presentation:8080
6868
ORG_OPENCASTPROJECT_DOWNLOAD_URL: http://localhost:8081/static
@@ -82,7 +82,7 @@ services:
8282
- data:/data
8383

8484
opencast-worker:
85-
image: quay.io/opencast/worker:13.5
85+
image: quay.io/opencast/worker:13.6
8686
environment:
8787
ORG_OPENCASTPROJECT_SERVER_URL: http://opencast-worker:8080
8888
ORG_OPENCASTPROJECT_DOWNLOAD_URL: http://localhost:8081/static

0 commit comments

Comments
 (0)