Added integration test to check that following pattern is supported ARG TAG=1.2 ARG IMAGE=my-image:${TAG} FROM ${IMAGE} ...