Run a nightly action (scheduled every 2AM UTC) that will:
- Fetch list of all elasticsearch/kibana image tags and filter/identify latest major versions (> 7.17.4)
- Pull images for each latest major versions (from
library/elasticsearchandlibrary/kibanaofficial repositories) - Add semantic version tags for each image
- e.g.
elasticsearch:8.2.3image will be tagged with8.2.3,8.2and8tags
- e.g.
- Push images to
jahia/elasticsearchandjahia/kibanadocker repositories
Github action can also be triggered with a manual workflow if needed. There is also an optional DRY_RUN=true parameter to run the script without pushing to the jahia repository for testing purposes.