Skip to content

Commit

Permalink
Update Opencast to v16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtneug committed Jul 3, 2024
1 parent 38e3b54 commit acec85b
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
opencast_version: 'master'
push_major: 'false'
- day_of_week: '1'
opencast_version: '16.0'
opencast_version: '16.1'
push_major: 'true'
- day_of_week: '2'
opencast_version: '16.0'
opencast_version: '16.1'
push_major: 'false'
- day_of_week: '3'
opencast_version: '16.0'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ In the `./docker-compose` directory there are also compose files for more produc

## Images

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 `16.0` is `quay.io/opencast/admin:16.0`. Leaving the version out will install the latest one.
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 `16.1` is `quay.io/opencast/admin:16.1`. Leaving the version out will install the latest one.

### `allinone`

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.0
16.1
2 changes: 1 addition & 1 deletion VERSION_OPENCAST
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.0
16.1
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.allinone.h2+pyca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
- opensearch:/usr/share/opensearch/data

opencast:
image: quay.io/opencast/allinone:16.0
image: quay.io/opencast/allinone:16.1
environment:
ORG_OPENCASTPROJECT_SERVER_URL: http://opencast:8080
ORG_OPENCASTPROJECT_DOWNLOAD_URL: http://localhost:8080/static
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.allinone.h2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
- opensearch:/usr/share/opensearch/data

opencast:
image: quay.io/opencast/allinone:16.0
image: quay.io/opencast/allinone:16.1
environment:
ORG_OPENCASTPROJECT_SERVER_URL: http://localhost:8080
ORG_OPENCASTPROJECT_DOWNLOAD_URL: http://localhost:8080/static
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.allinone.mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
- opensearch:/usr/share/opensearch/data

opencast:
image: quay.io/opencast/allinone:16.0
image: quay.io/opencast/allinone:16.1
environment:
ORG_OPENCASTPROJECT_SERVER_URL: http://localhost:8080
ORG_OPENCASTPROJECT_DOWNLOAD_URL: http://localhost:8080/static
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.allinone.postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
- opensearch:/usr/share/opensearch/data

opencast:
image: quay.io/opencast/allinone:16.0
image: quay.io/opencast/allinone:16.1
environment:
ORG_OPENCASTPROJECT_SERVER_URL: http://localhost:8080
ORG_OPENCASTPROJECT_DOWNLOAD_URL: http://localhost:8080/static
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
- opensearch:/usr/share/opensearch/data

opencast:
image: quay.io/opencast/build:16.0
image: quay.io/opencast/build:16.1
tty: true
stdin_open: true
environment:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose/docker-compose.multiserver.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
- opensearch:/usr/share/opensearch/data

opencast-admin:
image: quay.io/opencast/build:16.0
image: quay.io/opencast/build:16.1
tty: true
stdin_open: true
environment:
Expand Down Expand Up @@ -69,7 +69,7 @@ services:
- "${OPENCAST_SRC}:/usr/src/opencast"

opencast-presentation:
image: quay.io/opencast/build:16.0
image: quay.io/opencast/build:16.1
tty: true
stdin_open: true
environment:
Expand All @@ -96,7 +96,7 @@ services:
- "${OPENCAST_SRC}:/usr/src/opencast"

opencast-worker:
image: quay.io/opencast/build:16.0
image: quay.io/opencast/build:16.1
tty: true
stdin_open: true
environment:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose/docker-compose.multiserver.mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
- opensearch:/usr/share/opensearch/data

opencast-admin:
image: quay.io/opencast/admin:16.0
image: quay.io/opencast/admin:16.1
environment:
ORG_OPENCASTPROJECT_SERVER_URL: http://opencast-admin:8080
ORG_OPENCASTPROJECT_DOWNLOAD_URL: http://localhost:8081/static
Expand All @@ -62,7 +62,7 @@ services:
- data:/data

opencast-presentation:
image: quay.io/opencast/presentation:16.0
image: quay.io/opencast/presentation:16.1
environment:
ORG_OPENCASTPROJECT_SERVER_URL: http://opencast-presentation:8080
ORG_OPENCASTPROJECT_DOWNLOAD_URL: http://localhost:8081/static
Expand All @@ -82,7 +82,7 @@ services:
- data:/data

opencast-worker:
image: quay.io/opencast/worker:16.0
image: quay.io/opencast/worker:16.1
environment:
ORG_OPENCASTPROJECT_SERVER_URL: http://opencast-worker:8080
ORG_OPENCASTPROJECT_DOWNLOAD_URL: http://localhost:8081/static
Expand Down
6 changes: 3 additions & 3 deletions docker-compose/docker-compose.multiserver.postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
- opensearch:/usr/share/opensearch/data

opencast-admin:
image: quay.io/opencast/admin:16.0
image: quay.io/opencast/admin:16.1
environment:
ORG_OPENCASTPROJECT_SERVER_URL: http://opencast-admin:8080
ORG_OPENCASTPROJECT_DOWNLOAD_URL: http://localhost:8081/static
Expand All @@ -60,7 +60,7 @@ services:
- data:/data

opencast-presentation:
image: quay.io/opencast/presentation:16.0
image: quay.io/opencast/presentation:16.1
environment:
ORG_OPENCASTPROJECT_SERVER_URL: http://opencast-presentation:8080
ORG_OPENCASTPROJECT_DOWNLOAD_URL: http://localhost:8081/static
Expand All @@ -80,7 +80,7 @@ services:
- data:/data

opencast-worker:
image: quay.io/opencast/worker:16.0
image: quay.io/opencast/worker:16.1
environment:
ORG_OPENCASTPROJECT_SERVER_URL: http://opencast-worker:8080
ORG_OPENCASTPROJECT_DOWNLOAD_URL: http://localhost:8081/static
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,22 @@ prop.org.opencastproject.engage.ui.url={{PROP_ORG_OPENCASTPROJECT_ENGAGE_UI_URL}
# Default: /paella7/ui/watch.html?id=#{id}
#prop.player=/paella7/ui/watch.html?id=#{id}

# Whether the ACL of a new event is initialized with the ACL of its series.
#
# Format: Boolean
# Default: true
#prop.admin.init.event.acl.with.series.acl=true

# Enable themes in the admin interface.
# Format: boolean
# Default: true
prop.admin.themes.enabled=false

# Enable the sttatistics views in the admin intterface.
# Format: boolean
# Default: false
#prop.admin.statistics.enabled=false


###
# ⚠️ Settings specific to the old admin interface
Expand Down Expand Up @@ -325,12 +341,6 @@ prop.admin.shortcut.add_media.previous_tab=shift+alt+left
# Default: optional
#prop.admin.series.acl.event.update.mode=optional

# Whether the ACL of a new event is initialized with the ACL of its series.
#
# Format: Boolean
# Default: true
#prop.admin.init.event.acl.with.series.acl=true

# Default values for trim segment in the editor.
# Default: In milliseconds
#
Expand Down Expand Up @@ -364,13 +374,3 @@ prop.admin.shortcut.add_media.previous_tab=shift+alt+left
# The external editing tool: /editor-ui/index.html?id=$id
# Default: /editor-ui/index.html?id=$id
#prop.admin.editor.url=/editor-ui/index.html?id=$id

# Enable themes in the admin interface.
# Format: boolean
# Default: true
prop.admin.themes.enabled=false

# Enable the sttatistics views in the admin intterface.
# Format: boolean
# Default: false
#prop.admin.statistics.enabled=false

0 comments on commit acec85b

Please sign in to comment.