potiuk commented on issue #8215: Fix breeze building production image not 
recognizing EXTRA_DOCKER_PROD_BUILD_FLAGS
URL: https://github.com/apache/airflow/pull/8215#issuecomment-611453215
 
 
   @feluelle I understand it's only about the version displayed when you enter 
it `Airflow source version: 2.0.0.dev` The version inside is correct? 
   
   I run it with the current master and I have this:
   ```
   ./breeze build-image --production-image --install-airflow-version=1.10.10rc4
   ....
   
   Successfully built 221d3826678d
   Successfully tagged apache/airflow:master-python3.6
   
      Use production image.
   
      Branch name:             master
      Docker image:            apache/airflow:master-python3.6
   
      Airflow source version:  1.10.10rc4
      Python version:          3.6
      DockerHub user:          apache
      DockerHub repo:          airflow
      Backend:                 postgres 9.6
   
      Airflow installed from: 1.10.10rc4
   ```
   Then I tried the image manually: 
   
   ```
   [jarek:~/code/airflow] master+ 9m14s 127 ± docker run -it 
apache/airflow:master-python3.6 version
   1.10.10rc4
   ```
   
   And via breeze:
   
   ```
    ./breeze --production-image
   ...
   
   Creating network "docker-compose_default" with the default driver
   Creating docker-compose_postgres_1 ... done
   DB_BACKEND=postgresql+psycopg2
   DB_HOST=postgres
   DB_PORT=5432
   ..
   airflow@c09b28bc0260:/opt/airflow$ airflow version
   1.10.10rc4
   ```
   
   However indeed the airflow version displayed next to the asciiart is wrong 
(I will fix it).
   
   

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to