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
Docker 17.05 introduced multi-builder support which means that the oshinko s2i docker files could essentially be composed piecemeal from multiple images. For example:
FROM radanalyticsio/openshift-spark:2.2-latest
FROM fabric8/s2i-java:latest AS fabric8-builder
....
WORKDIR /usr/local/s2i/
COPY --from=fabric8-builder /usr/local/s2i/* .
Only catch is that the version available for our "current platforms" is 1.12.
The text was updated successfully, but these errors were encountered:
Docker 17.05 introduced multi-builder support which means that the oshinko s2i docker files could essentially be composed piecemeal from multiple images. For example:
Only catch is that the version available for our "current platforms" is 1.12.
The text was updated successfully, but these errors were encountered: