potiuk edited a comment on pull request #20912: URL: https://github.com/apache/airflow/pull/20912#issuecomment-1014955521
> Will the DockerHub images be updated with this fix? I'm having issues with `dockerhub.docker.artifactory.viasat.com/apache/airflow:1.10.15-python3.6` due to the key change. Only 2.* images. The 1.10 is already end-of-life as of June 2021 and will not receive any fixes. You can manually apply the workaround mentioned in #20911 - add the apt-key line in your extended image if you are going to use it as migration "bridge": ``` USER root RUN sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 467B942D3A79BD29 RUN apt-get update ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
