diff --git a/backend/Dockerfile.launcher b/backend/Dockerfile.launcher index ef739250355..171c3495450 100644 --- a/backend/Dockerfile.launcher +++ b/backend/Dockerfile.launcher @@ -1,4 +1,3 @@ - # Copyright 2023 The Kubeflow Authors # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/backend/Makefile b/backend/Makefile index 2d36f4f770a..39ad20e7615 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -67,25 +67,25 @@ image_all: image_apiserver image_persistence_agent image_cache image_swf image_v .PHONY: image_apiserver image_apiserver: - cd $(MOD_ROOT) && ${CONTAINER_ENGINE} buildx build --platform $(PLATFORMS) -t ${IMG_TAG_APISERVER} -f backend/Dockerfile --push . + cd $(MOD_ROOT) && ${CONTAINER_ENGINE} buildx build --platform $(PLATFORMS) -t ${IMG_TAG_APISERVER} -f backend/Dockerfile . .PHONY: image_persistence_agent image_persistence_agent: - cd $(MOD_ROOT) && ${CONTAINER_ENGINE} buildx build --platform $(PLATFORMS) -t ${IMG_TAG_PERSISTENCEAGENT} -f backend/Dockerfile.persistenceagent --push . + cd $(MOD_ROOT) && ${CONTAINER_ENGINE} buildx build --platform $(PLATFORMS) -t ${IMG_TAG_PERSISTENCEAGENT} -f backend/Dockerfile.persistenceagent . .PHONY: image_cache image_cache: - cd $(MOD_ROOT) && ${CONTAINER_ENGINE} buildx build --platform $(PLATFORMS) -t ${IMG_TAG_CACHESERVER} -f backend/Dockerfile.cacheserverbuildx build --platform $(PLATFORMS) -.PHONY: image_swf + cd $(MOD_ROOT) && ${CONTAINER_ENGINE} buildx build --platform $(PLATFORMS) -t ${IMG_TAG_CACHESERVER} -f backend/Dockerfile.cacheserver . +.PHONY: image_swf image_swf: - cd $(MOD_ROOT) && ${CONTAINER_ENGINE} buildx build --platform $(PLATFORMS) -t ${IMG_TAG_SCHEDULEDWORKFLOW} -f backend/Dockerfile.scheduledworkflow --push . + cd $(MOD_ROOT) && ${CONTAINER_ENGINE} buildx build --platform $(PLATFORMS) -t ${IMG_TAG_SCHEDULEDWORKFLOW} -f backend/Dockerfile.scheduledworkflow . .PHONY: image_viewer image_viewer: - cd $(MOD_ROOT) && ${CONTAINER_ENGINE} buildx build --platform $(PLATFORMS) -t ${IMG_TAG_VIEWERCONTROLLER} -f backend/Dockerfile.viewercontroller --push . + cd $(MOD_ROOT) && ${CONTAINER_ENGINE} buildx build --platform $(PLATFORMS) -t ${IMG_TAG_VIEWERCONTROLLER} -f backend/Dockerfile.viewercontroller . .PHONY: image_visualization image_visualization: cd $(MOD_ROOT) && ${CONTAINER_ENGINE} build -t ${IMG_TAG_VISUALIZATION} -f backend/Dockerfile.visualization . .PHONY: image_driver image_driver: - cd $(MOD_ROOT) && ${CONTAINER_ENGINE} buildx build --platform $(PLATFORMS) -t ${IMG_TAG_DRIVER} -f backend/Dockerfile.driver --push . + cd $(MOD_ROOT) && ${CONTAINER_ENGINE} buildx build --platform $(PLATFORMS) -t ${IMG_TAG_DRIVER} -f backend/Dockerfile.driver . .PHONY: image_launcher image_launcher: - cd $(MOD_ROOT) && ${CONTAINER_ENGINE} buildx build --platform $(PLATFORMS)-t ${IMG_TAG_LAUNCHER} -f backend/Dockerfile.launcher --push . + cd $(MOD_ROOT) && ${CONTAINER_ENGINE} buildx build --platform $(PLATFORMS)-t ${IMG_TAG_LAUNCHER} -f backend/Dockerfile.launcher . diff --git a/backend/api/Dockerfile b/backend/api/Dockerfile index 0b36f0e7bc4..a9897eba1a3 100644 --- a/backend/api/Dockerfile +++ b/backend/api/Dockerfile @@ -1,4 +1,3 @@ - # Copyright 2021 The Kubeflow Authors # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/backend/src/cache/deployer/deploy-cache-service.sh b/backend/src/cache/deployer/deploy-cache-service.sh index 335477dcb35..f027ea69b86 100755 --- a/backend/src/cache/deployer/deploy-cache-service.sh +++ b/backend/src/cache/deployer/deploy-cache-service.sh @@ -1,4 +1,3 @@ - #!/bin/bash # # Copyright 2020 The Kubeflow Authors @@ -50,7 +49,6 @@ export PATH="$HOME/bin:$PATH" chmod +x "$HOME/bin/kubectl" } || true - # This should fail if there are connectivity problems # Gotcha: Listing all objects requires list permission, # but when listing a single oblect kubectl will fail if it's not found diff --git a/third_party/minio/Dockerfile b/third_party/minio/Dockerfile index 23cf6897cba..be8f9d4dc47 100644 --- a/third_party/minio/Dockerfile +++ b/third_party/minio/Dockerfile @@ -23,7 +23,6 @@ RUN sh /third_party/download_source.sh