This repository is for building images that can be used in CI/CD pipelines to build, test and deploy your XP apps to a running XP instance.
These images contain the Enonic CLI, JDK and other build essentials to build your projects:
enonic/enonic-ci:7.12
enonic/enonic-ci:7.13
enonic/enonic-ci:7.14
Because builds only use the JDK and the CLI it would be redunant to create images for every single release. Every minor version should do.
Log into DockerHub with docker login
and then run ./create_and_push_images.sh
.