[x] Moving the ci/Dockerfile to the root to have the current build context. This way, the CI image can pickup the current version instead of pulling from master on GitHub; this makes it more consistent with the base Dockerfile.
[ ] Migrating the build pipeline to GCR (Google Container Registry)
[ ] Update webhooks in GitHub to push to new registry
This issue is stale because it has been open for 1 year with no activity.
Remove the stale label or comment if this issue is still relevant for you.
If not, please close it yourself.
This work includes:
ci/Dockerfile
to the root to have the current build context. This way, the CI image can pickup the current version instead of pulling from master on GitHub; this makes it more consistent with the base Dockerfile.