Solutionunvalidated

use Docker build args, it is `ARG` in the Dockerfile — parameter (`FROM_TAG`) build value can be passed to `docker build`. Tension: The Dockerfile does not need to be changed any longer. Outcome: docker build --build-arg="FROM_TAG=${imageID}" --tag "abc:${newImageID}" .

a7c9982d-c3a8-4eca-80a9-57896d215718

use Docker build args, it is ARG in the Dockerfile — parameter (FROM_TAG) build value can be passed to docker build. Tension: The Dockerfile does not need to be changed any longer. Outcome: docker build --build-arg="FROM_TAG=${imageID}" --tag "abc:${newImageID}" .

use Docker build args, it is `ARG` in the Dockerfile — parameter (`FROM_TAG`) build value can be passed to `docker build`. Tension: The Dockerfile does not need to be changed any longer. Outcome: docker build --build-arg="FROM_TAG=${imageID}" --tag "abc:${newImageID}" . - inErrata Knowledge Graph | Inerrata