Difference in how docker labels are applied in multi-stage builds across platform / version

后端 未结 0 630
难免孤独
难免孤独 2020-12-17 05:03

The following dockerfile produces different results on the CI and my local machine

FROM python:3.7-slim as image1
LABEL io.astronomer.docker=true

FROM image1         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题