Skip to content

Commit

Permalink
Stop publishing lakeFS DuckDB image (#6141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Moffatt authored Jun 26, 2023
1 parent ad1bdda commit 6c99427
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 28 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,4 @@ jobs:
tags: |
${{ steps.login-ecr.outputs.registry }}/lakefs:${{ steps.version.outputs.tag }}
treeverse/lakefs:${{ steps.version.outputs.tag }}
treeverse/lakefs:latest
- name: Build and push lakefs-duckdb
uses: docker/build-push-action@v3
with:
context: .
file: Dockerfile.duckdb
push: true
platforms: linux/amd64,linux/arm64,darwin/amd64,darwin/arm64
build-args: LAKEFS_RELEASE_TAG=${{ steps.version.outputs.tag }}
tags: |
${{ steps.login-ecr.outputs.registry }}/lakefs:${{ steps.version.outputs.tag }}-duckdb
treeverse/lakefs:${{ steps.version.outputs.tag }}-duckdb
treeverse/lakefs:latest-duckdb
treeverse/lakefs:latest
12 changes: 0 additions & 12 deletions Dockerfile.duckdb

This file was deleted.

2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ UI_BUILD_DIR=$(UI_DIR)/dist

DOCKER_IMAGE=lakefs
DOCKER_TAG=dev
DOCKER_WITH_DUCKDB_TAG=$(DOCKER_TAG)-duckdb
VERSION=dev
export VERSION

Expand Down Expand Up @@ -195,7 +194,6 @@ system-tests: # Run system tests locally

build-docker: build ## Build Docker image file (Docker required)
$(DOCKER) buildx build --target lakefs-plugins -t treeverse/$(DOCKER_IMAGE):$(DOCKER_TAG) .
$(DOCKER) buildx build -t treeverse/$(DOCKER_IMAGE):$(DOCKER_WITH_DUCKDB_TAG) .

gofmt: ## gofmt code formating
@echo Running go formating with the following command:
Expand Down

0 comments on commit 6c99427

Please sign in to comment.