potiuk commented on issue #20911:
URL: https://github.com/apache/airflow/issues/20911#issuecomment-1015328408


   This docker file:
   
   ```
   [jarek@Hyperion:~/test] 8s % cat Dockerfile-mysql 
   FROM apache/airflow:2.1.3
   USER root
   ```
   
   Works nicely for mie:
   
   ```
   [jarek@Hyperion:~/test] 30s % docker build --pull -f Dockerfile-mysql .
   Sending build context to Docker daemon  3.705MB
   Step 1/3 : FROM apache/airflow:2.1.3
    ---> 98186fae5632
   Step 2/3 : USER root
    ---> Running in b48fefdd97f9
   Removing intermediate container b48fefdd97f9
    ---> 54eb63a8c726
   Step 3/3 : RUN apt-get update
    ---> Running in 4e0d3a627c2a
   Get:1 http://repo.mysql.com/apt/debian buster InRelease [22.1 kB]
   Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
   Get:3 http://security.debian.org/debian-security buster/updates InRelease 
[65.4 kB]
   Get:4 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
   Get:5 https://packages.microsoft.com/debian/10/prod buster InRelease [29.8 
kB]
   Get:6 http://repo.mysql.com/apt/debian buster/mysql-8.0 amd64 Packages [8421 
B]
   Get:7 http://security.debian.org/debian-security buster/updates/main amd64 
Packages [311 kB]
   Get:8 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
   Get:9 https://packages.microsoft.com/debian/10/prod buster/main all Packages 
[3847 B]
   Get:10 https://packages.microsoft.com/debian/10/prod buster/main amd64 
Packages [140 kB]
   Get:11 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.5 
kB]
   Fetched 8676 kB in 3s (2986 kB/s)
   Reading package lists...
   Removing intermediate container 4e0d3a627c2a
    ---> 612e6219d915
   Successfully built 612e6219d915
   ```


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


Reply via email to