Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-add "Dockerfile" for base image in the root of our repository.
I've moved the "base" image Dockerfiles from the root to "/docker/base/" in vitessio#2769. This broke the automated build on Docker Hub because now it assumes "/docker/base" as build context and not "/" anymore. But "/" as build context is required to run "make build" and access the source code. Therefore, I'm re-adding "Dockerfile" as symlink pointing to "docker/base/Dockerfile". I'm also deleting "docker/base/README.md" again because I only added it for the automated build (it must be in the same directory as the "Dockerfile"). With the switch back to "/" as build context, it will use "/README.md" instead.
- Loading branch information