You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments