mirror of
https://github.com/containers/podman.git
synced 2026-03-05 07:20:48 -05:00
As part of fix for https://github.com/openshift/imagebuilder/issues/231 `FROM` does not expands `ARGS` which are not declared so `TARGETPLATFORM` Note: I think a patch should be added at imagebuilder to allow using inbuilt ARGS in FROM without declaring it as well but it is something to be discussed so lets declare it manually in our tests [NO NEW TESTS NEEDED] [NO TESTS NEEDED] Signed-off-by: Aditya R <arajan@redhat.com>
3 lines
58 B
Docker
3 lines
58 B
Docker
ARG TARGETPLATFORM
|
|
FROM --platform=$TARGETPLATFORM alpine
|