Skip to content

Commit

Permalink
add registry_repo config for kubevirt (containerdisk)
Browse files Browse the repository at this point in the history
For Fedora CoreOS we'll ship to quay.io/fedora/fedora-coreos-kubevirt.
See coreos/fedora-coreos-tracker#1126 (comment)
  • Loading branch information
dustymabe committed May 3, 2023
1 parent 97fe19d commit 09def59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ s3:

registry_repos:
oscontainer: quay.io/fedora/fedora-coreos
kubevirt: quay.io/fedora/fedora-coreos-kubevirt

versionary_hack: true

Expand Down
2 changes: 2 additions & 0 deletions docs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ registry_repos:
legacy_oscontainer_old: registry.ci.openshift.org/rhcos/rhel-coreos
# OPTIONAL: repo to which to push the extensions container
extensions: quay.io/openshift-release-dev/rhel-coreos-extensions-dev
# OPTIONAL: repo to which to push kubevirt containerdisk container
kubevirt: quay.io/fedora/fedora-coreos-kubevirt
# OPTIONAL: whether to also tag images with build ID
add_build_tag: true
# OPTIONAL: whether to push in v2s2 format rather than OCI
Expand Down
1 change: 1 addition & 0 deletions jobs/release.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ lock(resource: "release-${params.STREAM}", extra: locks) {
// OCP ART doesn't actually care what the tag name is (it's just to stop GC), we
// hardcode it.
def push_containers = ['oscontainer': ['ostree', 'base-oscontainer', ''],
'kubevirt': ['kubevirt', 'kubevirt', ''],
'extensions': ['extensions-container', 'extensions-container', '-extensions'],
'legacy_oscontainer': ['legacy-oscontainer', 'oscontainer', '-legacy']]

Expand Down

0 comments on commit 09def59

Please sign in to comment.