Skip to content

Commit

Permalink
Image: Update cXs images with missing python library
Browse files Browse the repository at this point in the history
  • Loading branch information
elkoniu committed Aug 22, 2024
1 parent e267156 commit 35a4508
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,9 @@ target "virtual-osbuild-ci-cXs" {

target "osbuild-ci-c9s-latest" {
args = {
OSB_DNF_PACKAGES = join(",", [
"python3-tomli",
]),
OSB_FROM = "quay.io/centos/centos:stream9",
}
inherits = [
Expand All @@ -426,6 +429,9 @@ target "osbuild-ci-c9s-latest" {

target "osbuild-ci-c10s-latest" {
args = {
OSB_DNF_PACKAGES = join(",", [
"python3-tomli-w",
]),
OSB_FROM = "quay.io/centos/centos:stream10-development",
}
inherits = [
Expand Down

0 comments on commit 35a4508

Please sign in to comment.