zhztheplayer commented on code in PR #7515:
URL: https://github.com/apache/incubator-gluten/pull/7515#discussion_r1798934118
##########
dev/docker/Makefile:
##########
@@ -23,20 +23,27 @@ build: $(CCACHE_DIR) $(VCPKG_BINARY_CACHE_DIR)
$(MAVEN_M2_DIR)
docker-image:
docker build \
- --file docker/Dockerfile \
+ --file Dockerfile \
--build-arg BUILDER_UID=`id -u` \
--build-arg BUILDER_GID=`id -g` \
--tag "$(DOCKER_IMAGE)" \
.
-docker-image-gha:
+docker-image-static:
docker build \
- --file docker/Dockerfile.gha \
+ --file Dockerfile.centos7-static-build \
--tag "$(DOCKER_IMAGE)" \
--build-arg HTTPS_PROXY="" \
--build-arg HTTP_PROXY="" \
.
+docker-image-dynamic:
+ docker build \
+ --file Dockerfile.centos8-dynamic-build \
Review Comment:
Docker file is `Dockerfile.centos8-dynamic-build` while variable
`DOCKER_IMAGE` is `apache/gluten:vcpkg-centos-7`. Something wrong here?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]