-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test-in-cluster broken by https://github.com/coreos/coreos-layering-examples/pull/20 #829
Comments
cc @cheesesashimi per our chat |
Fixing the multiple Dockerfile issue should be straightforward: https://github.com/openshift/os/blob/master/tests/layering/build_helper_test.go#L106-L109. |
cgwalters
added a commit
to cgwalters/coreos-layering-examples
that referenced
this issue
Jun 8, 2022
Only some of the examples actually install packages, not all. In particular the `selinux` one does not, and I want to use it as a test case to fix openshift/os#829 I'm thinking actually we should drop this bit entirely and rely on host subscriptions *or* users doing it on their own, but for now this works.
coreos/layering-examples#26 will help with this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I should have realized this earlier but basically coreos/layering-examples#20 broke
test-in-cluster
because:Dockerfile
, not just oneDockerfile
require arhel.repo
So...two things too:
rpm-ostree install
" and if it isn't, don't inject a requirement onrhel.repo
or just hack our test to make a dummy oneThe text was updated successfully, but these errors were encountered: