-
|
Hi, COPY --from=reference ${INSTALL_DIR}/A ${INSTALL_DIR}/A COPY --from=reference ${INSTALL_DIR}/B ${INSTALL_DIR}/B EDIT: --link isn't either despite it telling me otherwise above: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
The |
Beta Was this translation helpful? Give feedback.

The
--layers=trueflag would be supplied tobuildah buildat the command line, not as an argument to the COPY instruction in a Dockerfile, and when used it will havebuildah buildcommit a new intermediate image for each instruction it processes.The
--linkflag for COPY and ADD instructions should be recognized in 1.41.0 and later, which is in podman 5.6 rc1 and later, but if I'm remembering it right, it will be ignored if the default of--layers=falseis in effect.