-
When performing a multi-stage build within app.yml, the ordering of steps and association with a stage is unclear, at least based on the current documentation:
The dockerfile equivalent of what I'm trying to do is: FROM alpine:latest |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Currently we only support a single base image. The published container is the image in the final step of the build process. EXPOSE maps to |
Beta Was this translation helpful? Give feedback.
-
I spoke too soon. We do support multi-stage builds. See the following example: The copy step referencing
|
Beta Was this translation helpful? Give feedback.
I spoke too soon. We do support multi-stage builds. See the following example:
The copy step referencing
main
refers to the original build image.