Skip to content

Commit

Permalink
Issue #3673: Run the autobuild for all release branches in the defaul…
Browse files Browse the repository at this point in the history
…t branch rel-11_0.
  • Loading branch information
Sven committed Nov 7, 2024
1 parent 3eb47cd commit 155deb5
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions .github/workflows/docker_image_update_autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,39 @@ jobs:
CheckDockerImageUpdate:
runs-on: 'ubuntu-latest'
strategy:
# create different images
# note that there is no release build for the otobodockerupdatetest-web-kerberos target
matrix:
target: [ 'otobo-web', 'otobo-nginx-webproxy', 'otobo-nginx-kerberos-webproxy' ]
docker_tag: [ 'latest-10_0-autobuild', 'latest-10_1-autobuild', 'latest-11_0-autobuild' ]
include:
# the latest release for every release branch - has to be updated
-
docker_tag: 'latest-10_0-autobuild'
patch: 'rel-10_0_22'
-
docker_tag: 'latest-10_1-autobuild'
patch: 'rel-10_1_11'
-
# this currently has to be updated every release
docker_tag: 'latest-11_0-autobuild'
patch: 'rel-11_0_7'
# otobo-web uses different base images in the different release branches
-
target: 'otobo-web'
docker_tag: 'latest-10_0-autobuild'
base_image: 'perl:5.32-buster'
-
target: 'otobo-web'
docker_tag: 'latest-10_1-autobuild'
base_image: 'perl:5.36-bookworm'
-
target: 'otobo-web'
docker_tag: 'latest-11_0-autobuild'
base_image: 'perl:5.38-bookworm'
# common info for every target; for nginx this includes the base image
-
target: 'otobo-web'
dockerfile: 'otobo.web.dockerfile'
context: '.'
repository: 'rotheross/otobo'
base_image: 'perl:5.38-bookworm'
-
target: 'otobo-nginx-webproxy'
dockerfile: 'otobo.nginx.dockerfile'
Expand Down

0 comments on commit 155deb5

Please sign in to comment.