Skip to content

Commit

Permalink
Images: Add c10s based image to CI images
Browse files Browse the repository at this point in the history
Centos 10 needs to be used to run daily CI tests
together with c8s and c10s. This commit adds c10s image
definition to existing CI images.
  • Loading branch information
elkoniu committed Jun 17, 2024
1 parent 4df7941 commit e6c295b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ group "all-osbuild-ci" {
"osbuild-ci-latest",
"osbuild-ci-c8s-latest",
"osbuild-ci-c9s-latest",
"osbuild-ci-c10s-latest",
]
}

Expand Down Expand Up @@ -436,6 +437,18 @@ target "osbuild-ci-c9s-latest" {
)
}

target "osbuild-ci-c10s-latest" {
args = {
OSB_FROM = "quay.io/centos/centos:stream10-development",
}
inherits = [
"virtual-osbuild-ci-cXs",
]
tags = concat(
mirror("osbuild-ci-c10s", "latest", "", OSB_UNIQUEID),
)
}

/*
* postgres - PostgreSQL Mirror
*
Expand Down

0 comments on commit e6c295b

Please sign in to comment.