remote storage: stop supporting hdfs as a remote storage

This commit is contained in:
chrislu
2022-06-20 14:15:59 -07:00
parent bf5a5abfb1
commit 1d0c53ea56
11 changed files with 7 additions and 295 deletions

View File

@@ -52,7 +52,7 @@ jobs:
context: ./docker
push: ${{ github.event_name != 'pull_request' }}
file: ./docker/Dockerfile.go_build
build-args: TAGS=elastic,ydb,gocdk,hdfs
build-args: TAGS=elastic,ydb,gocdk
platforms: linux/amd64
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}