potiuk commented on a change in pull request #15528:
URL: https://github.com/apache/airflow/pull/15528#discussion_r624748717
##########
File path: IMAGES.rst
##########
@@ -320,10 +320,10 @@ Images built as "Run ID snapshot":
.. code-block:: bash
- docker.pkg.github.com.io/apache-airflow/<BRANCH>-pythonX.Y-ci-v2:<RUNID>
- for CI images
- docker.pkg.github.com/apache-airflow/<BRANCH>-pythonX.Y-v2:<RUNID> -
for production images
- docker.pkg.github.com/apache-airflow/<BRANCH>-pythonX.Y-build-v2:<RUNID> -
for production build stage
-
docker.pkg.github.com/apache-airflow/pythonX.Y-<BRANCH>-v2:X.Y-slim-buster-<RUN_ID>
- for base Python images
+ docker.pkg.github.com.io/apache-airflow/<BRANCH>-pythonX.Y-ci-v2:<RUN_ID>
- for CI images
+ docker.pkg.github.com/apache-airflow/<BRANCH>-pythonX.Y-v2:<RUN_ID> -
for production images
+ docker.pkg.github.com/apache-airflow/<BRANCH>-pythonX.Y-build-v2:<RUN_ID> -
for production build stage
+ docker.pkg.github.com/apache-airflow/python-v2:X.Y-slim-buster-<RUN_ID> -
for base Python images
Review comment:
And added it as comment in the script.
Indeed. Assumptions (which I have and others don't) are the root of evil :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]