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
As it turns out, multi-stage Docker builds is kind of [an accidental feature](openshift/origin#21627) of OpenShift 3.10+, and as such, it comes with its pitfalls.
- As the second FROM doesn't get rewritten, we must use an “OpenShift-realistic” name for the image if it is to succeed on OpenShift
- While we are at it, do same for mgmt (and we'll have to fix wp-dev accordingly, as it relies on the very same set of Dockerfiles)
0 commit comments