-
Notifications
You must be signed in to change notification settings - Fork 64
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
georgettica/migrate to ubi [OSD-9086] #90
georgettica/migrate to ubi [OSD-9086] #90
Conversation
georgettica
commented
Nov 21, 2021
- Bulk change
- refactor(Dockerfile): migrate to ubi
57fabee
to
eca4a20
Compare
eca4a20
to
ed81558
Compare
ed81558
to
af5110e
Compare
solved the issue, now it seems the yq binary is failing to pass a checksum 😨 |
currently failing on mikefarah/yq#1011 |
af5110e
to
ecd9400
Compare
ecd9400
to
d57b488
Compare
b29b793
to
6f2c1db
Compare
6f2c1db
to
189c6c1
Compare
189c6c1
to
315629f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, I think this is fine. There are problems building the image related to sshuttle.
Fixing those, we need a newer version of node to use pdcli, and there's an fzf keybindings error when running ocm-container.
based on security requests, moved image to UBI - the-silver-searcher - tmux have been removed as there are no longer easily accesible in microdnf gcloud has moved to use python3.6 as python3.7 is not fully used in microdnf sshuttle and fzf have been built from source as they are required and are used inside the container alot - sshuttle for tunniling across clusters - fzf for reverse search - rhash for checking YQ checksums
315629f
to
31cffbc
Compare
- use pattern of https://catalog.redhat.com/software/containers/rhel8/nodejs-16-minimal/615aefc7c739c0a4123a87e2 to install a nodejs with the latest verison - make fzf work - add vim alias for easier work
@clcollins sadly this change was bigger than expected.. go through it again and let me know if something else pops up for you |
Builds fine, spot-checked tests are OK, builds with my backplane automation! |
/lgtm |
Great work @georgettica - thanks for sticking with it through the rough re-factor! |