Netflix / conductor

Conductor is a microservices orchestration engine.
Apache License 2.0
12.82k stars 2.34k forks source link

Dockerfiles currently use GitHub Netflix/conductor as the build context #269

Closed toddschilling closed 7 years ago

toddschilling commented 7 years ago

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.

toddschilling commented 7 years ago

Replacing docker-related tickets with a single enhancement request to support alpine base images.