Utility script for building and pushing the images based on .ci/.matrix_python_full.yml.
ℹ️ This script is mainly used in publish-docker-images workflow, which can be triggered safely at any time.
| Name | Description |
|---|---|
| name | Name of the docker image. (<registry>/<name>:<tag>) |
| registry | Registry of the docker image. (<registry>/<name>:<tag>) |
| action | Either build or push. |
To build the images run
./util.sh --action buildYou can set your own docker registry with the flag --registry x.y.z/org. The default is elasticobservability.
To push the images run
./util.sh --action push