Closed bob-rohan closed 2 months ago
I don't understand what your issue is, could you explain better?
I would like to build to local, for a single platform, without pushing. This is used to build an artifact which is extracted from the image, and subsequently uploaded to somewhere else. The above code block prohibits this behaviour.
I still don't understand, so you don't want the --load parameter added?
correct --load
is shorthand for --output=type=docker
, which causes a conflict when attempting to output to local
Is there a reason why you need to use this orb for that? This doesn't seem to be related to ECR, and the docker-orb already lets you do it.
yeah this is fine, thanks
Orb version
9.1.0
What happened
Unable to
Expected behavior
Able to
Per Docker examples, see scratch. https://docs.docker.com/build/building/multi-stage/