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 Apr 18, 2023
1 parent e6bb9c5 commit 2068a3f
Show file tree
Hide file tree
Showing 2 changed files with 2 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
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 2068a3f

Please sign in to comment.