Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ registry.ci.openshift.org/origin/4.15:descheduler quay.io/openshift/origin-desch
registry.ci.openshift.org/origin/4.15:docker-builder quay.io/openshift/origin-docker-builder:4.15 quay.io/openshift/origin-docker-builder:4.15.0 quay.io/openshift/origin-docker-builder:latest
registry.ci.openshift.org/origin/4.15:docker-registry quay.io/openshift/origin-docker-registry:4.15 quay.io/openshift/origin-docker-registry:4.15.0 quay.io/openshift/origin-docker-registry:latest
registry.ci.openshift.org/origin/4.15:dpu-network-operator quay.io/openshift/origin-dpu-network-operator:4.15 quay.io/openshift/origin-dpu-network-operator:4.15.0 quay.io/openshift/origin-dpu-network-operator:latest
registry.ci.openshift.org/origin/4.15:driver-toolkit quay.io/openshift/origin-driver-toolkit:4.15 quay.io/openshift/origin-driver-toolkit:4.15.0 quay.io/openshift/origin-driver-toolkit:latest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Who is using those images?
DTK's customers are usually getting the image using oc adm release info ... --image-for driver-toolkit and getting an image from quay.io/openshift-release-dev/...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before merging this PR, we need to make sure that OKD's users running oc adm release info ... --image-for driver-toolkit won't get those images. If this is the case then we shouldn't remove them.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Customers shouldn't be using any OKD images unless they specifically want to do that. OKD won't have the driver-toolkit going forward, unless OKD-variant specific builds of that image are set up.

registry.ci.openshift.org/origin/4.15:driver-toolkit-tests quay.io/openshift/origin-driver-toolkit-tests:4.15 quay.io/openshift/origin-driver-toolkit-tests:4.15.0 quay.io/openshift/origin-driver-toolkit-tests:latest
registry.ci.openshift.org/origin/4.15:egress-dns-proxy quay.io/openshift/origin-egress-dns-proxy:4.15 quay.io/openshift/origin-egress-dns-proxy:4.15.0 quay.io/openshift/origin-egress-dns-proxy:latest
registry.ci.openshift.org/origin/4.15:egress-http-proxy quay.io/openshift/origin-egress-http-proxy:4.15 quay.io/openshift/origin-egress-http-proxy:4.15.0 quay.io/openshift/origin-egress-http-proxy:latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"machine-os-images",
"windows-machine-config-bootstrapper-tests",
"windows-machine-config-operator-bundle",
"windows-machine-config-operator-test"
"windows-machine-config-operator-test",
"driver-toolkit"
]
}
},
Expand Down Expand Up @@ -87,7 +88,8 @@
"machine-os-images",
"windows-machine-config-bootstrapper-tests",
"windows-machine-config-operator-bundle",
"windows-machine-config-operator-test"
"windows-machine-config-operator-test",
"driver-toolkit"
]
}
},
Expand Down