linuxkit/test/cases/000_build/041_chained_builds_with_args
Petr Fedchenkov 5763c4f4bc
Ability to parse args from Dockerfile
We should check if we have args in "FROM" and replace them:

ARG IMAGE=linuxkit/img
FROM ${IMAGE} as src

will be parsed as

FROM linuxkit/img as src

Signed-off-by: Petr Fedchenkov <giggsoff@gmail.com>
2022-07-20 17:07:43 +03:00
..
build1 Ability to parse args from Dockerfile 2022-07-20 17:07:43 +03:00
build2 Ability to parse args from Dockerfile 2022-07-20 17:07:43 +03:00
test.sh Ability to parse args from Dockerfile 2022-07-20 17:07:43 +03:00