Images are automatically built for any tag or branch with version names, e.g., 0.3.0 or 0.3.0-rc1. In addition, all commits pushed to the devel branch with trigger an image build that will be published using version latest.
In both cases, two images are built:
alpha-automl:{version}, which is a Jupyter notebook server that includes the examples from the repository.
This, along with PR #49, completes issue #50.
Images are automatically built for any tag or branch with version names, e.g.,
0.3.0
or0.3.0-rc1
. In addition, all commits pushed to thedevel
branch with trigger an image build that will be published using versionlatest
.In both cases, two images are built:
alpha-automl:{version}
, which is a Jupyter notebook server that includes the examples from the repository.alpha-automl:{version}-jupyterhub
, which can be used as part of a custom JupyterHub deployment as documented in https://github.com/VIDA-NYU/alpha-automl/blob/devel/kubernetes/README.md.As an example branch
0.3.0-dockerbuild
creates the images:ghcr.io/vida-nyu/alpha-automl:0.3.0-dockerbuild
ghcr.io/vida-nyu/alpha-automl:0.3.0-dockerbuild-jupyterhub