Is it possible with Docker to combine two images into one?
Like this here:
genericA -- \\ ---> specificAB / g
You can put multiple FROM commands in a single Dockerfile.
FROM
https://docs.docker.com/reference/builder/#from