You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a custom Dockerfile(with base docker image as Photon-5 which packages IB code(this is similar to Dockerfile present in the repo with difference in base image and addition of custom playbook roles).
When running the build, generation of random password will fail. This is because Photon uses toybox grep rather than GNU grep. Options like -P and -o are not available in OS like Photon (which uses toybox toolkit), Alpine Linux (which I guess uses busybox toolkit) and even Mac(does not have -P).
Environment
make build-node-ova-vsphere-photon-5
What steps did you take and what happened?
Create a custom Dockerfile(with base docker image as Photon-5 which packages IB code(this is similar to Dockerfile present in the repo with difference in base image and addition of custom playbook roles).
When running the build, generation of random password will fail. This is because Photon uses toybox grep rather than GNU grep. Options like
-P
and-o
are not available in OS like Photon (which uses toybox toolkit), Alpine Linux (which I guess uses busybox toolkit) and even Mac(does not have-P
).What did you expect to happen?
Successful build
Relevant log output
Log Output
/kind bug
The text was updated successfully, but these errors were encountered: