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
8 changes: 4 additions & 4 deletions REBASE.openshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,10 @@ kubernetes.

## Update base-os and test images

To be able to use the latest kubelet from a pull request, in this repository
we build [machine-os-content image](openshift-hack/images/os/Dockerfile).
Make sure that both `FROM` and `curl` operation in `RUN` command use appropriate
OCP version which corresponds with what we have in the [hyperkube image](openshift-hack/images/hyperkube/Dockerfile.rhel).
To be able to use the latest kubelet from a pull request, the openshift/release
job layers the built RPM [on top of the `rhel-coreos` image](https://github.com/openshift/release/blob/78568fbde1ee9a15bc6ab08c7c49ae3539d3e302/ci-operator/config/openshift/kubernetes/openshift-kubernetes-master.yaml#L102-L113).
Make sure that the `FROM` uses the appropriate OCP version which corresponds
with what we have in the [hyperkube image](openshift-hack/images/hyperkube/Dockerfile.rhel).

Similarly, update `FROM` in [test image](openshift-hack/images/tests/Dockerfile.rhel)
to match the one from [hyperkube image](openshift-hack/images/hyperkube/Dockerfile.rhel).
Expand Down
27 changes: 0 additions & 27 deletions openshift-hack/images/os/Dockerfile

This file was deleted.

40 changes: 0 additions & 40 deletions openshift-hack/images/os/install.sh

This file was deleted.