radanalyticsio / base-notebook

An image for running Jupyter notebooks and Apache Spark in the cloud on OpenShift
https://radanalytics.io
4 stars 15 forks source link

Change FROM to openshift-spark:2.1-latest #19

Closed tmckayus closed 7 years ago

tmckayus commented 7 years ago

This will kick off an autobuild, and yes there will be an additional tag which will kick off another autobuild. Then the same process for a 2.2 branch.

We'll end up with a series of image tags like openshift-spark, of the form: 2.1-latest (always built from the 2.1 branch) 2.1.0-0 (built from a specific tag so we can move to a patch version or change the "sauce") 2.2-latest (2.2 branch) 2.2.0-0 and so on latest (always still the latest greatest)

elmiko commented 7 years ago

thanks for the explanation =)