Skip to content

Commit

Permalink
Images: Remove deprecated c8s container definition
Browse files Browse the repository at this point in the history
As Centos 8 support going to be deprecated, this
commit removes related c8s container definition.
  • Loading branch information
elkoniu authored and thozza committed Jun 17, 2024
1 parent c9ae12c commit 1a65beb
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ target "nfsd-latest" {
group "all-osbuild-ci" {
targets = [
"osbuild-ci-latest",
"osbuild-ci-c8s-latest",
"osbuild-ci-c9s-latest",
"osbuild-ci-c10s-latest",
]
Expand Down Expand Up @@ -413,18 +412,6 @@ target "virtual-osbuild-ci-cXs" {
]
}

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

target "osbuild-ci-c9s-latest" {
args = {
OSB_FROM = "quay.io/centos/centos:stream9",
Expand Down

0 comments on commit 1a65beb

Please sign in to comment.