[ 
https://issues.apache.org/jira/browse/FLINK-26214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17494488#comment-17494488
 ] 

Martijn Visser commented on FLINK-26214:
----------------------------------------

>From the Airflow people:

----
No, we do not publish to DockerHub any more. This was mostly used to publish 
our CI builds but since (and maybe that would be a good thing to clarify in 
Wiki page) GitHub introduced much better Github Registry (ghcr.io) which has 
built-in authentication with GitHub actions and we switched to it for all the 
CI/development needs (one nice thing they have, you can have public images 
published there that users do not need to authenticate for and they have no 
limits of Dockerhub. You can read more about the CI setup here: 
https://github.com/apache/airflow/blob/main/CI.rst#ci-environment (it's 
up-to-date).

Currently we only use DockerHub to publish our release images. Every time we 
publish the released Airflow version in SVN after voting or when we publish RC, 
we also publish corresponding DockerHub images (it's a convenience package 
according to the ASF). But this is done semi-automatically by the release 
manager. We have scripts that do all the job, but we keep preparing images to 
the same high standards as preparing releases for the ASF - i.e. the released 
sources must be prepared on a machine fully controlled by the release manager - 
so we semi-automated all the steps but both authentication and pushing the 
images must be done with personal tokens of the release manager from their 
machine. The process is described here:

RC: 
https://github.com/apache/airflow/blob/main/dev/README_RELEASE_AIRFLOW.md#prepare-production-docker-image
Final release: 
https://github.com/apache/airflow/blob/main/dev/README_RELEASE_AIRFLOW.md#manually-prepare-production-docker-image
---


> Publish Kubernetes operator to container registry
> -------------------------------------------------
>
>                 Key: FLINK-26214
>                 URL: https://issues.apache.org/jira/browse/FLINK-26214
>             Project: Flink
>          Issue Type: Sub-task
>            Reporter: Zili Chen
>            Priority: Major
>
> Created from 
> https://github.com/apache/flink-kubernetes-operator/pull/4#issuecomment-1042717476.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to