Referencing the upstream project directly from GitHub becomes an issue when building the Docker images to test changes locally. Instead, Dockerfiles typically assume that the build environment has the project files locally and uses the local files as the build context.
I'd also like to assume that the local build context is the project root and not the location of the Dockerfiles themselves.
Referencing the upstream project directly from GitHub becomes an issue when building the Docker images to test changes locally. Instead, Dockerfiles typically assume that the build environment has the project files locally and uses the local files as the build context.
I'd also like to assume that the local build context is the project root and not the location of the Dockerfiles themselves.