Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
ghx-label-11
Description
We need a naming scheme and maybe a script to do the push. We've so far assumed a different repository for each image, but in the Apache docker, we only have a single repository and need to encode the image type and version into the tag
See https://hub.docker.com/repository/docker/apache/kudu for an example.
They have:
apache/kudu:<version>
apache/kudu:kudu-python-<version>
apache/kudu:impala-latest
Airflow does the opposite, and this might be easier to use with IMPALA_QUICKSTART_IMAGE_PREFIX: