mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-19 12:50:20 +00:00
RELEASE - Add openmetadata/ingestion-slim (#20738)
This commit is contained in:
parent
c40e549364
commit
2b88409bbc
@ -53,3 +53,29 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.prepare.outputs.tags }}
|
tags: ${{ steps.prepare.outputs.tags }}
|
||||||
file: ./ingestion/Dockerfile
|
file: ./ingestion/Dockerfile
|
||||||
|
|
||||||
|
# Publish the openmetadata/ingestion-slim image with fewer dependencies
|
||||||
|
- name: Prepare Slim for Docker Build&Push
|
||||||
|
id: prepare-sim
|
||||||
|
uses: ./.github/actions/prepare-for-docker-build-and-push
|
||||||
|
with:
|
||||||
|
image: openmetadata/ingestion-slim
|
||||||
|
tag: ${{ inputs.docker_release_tag }}
|
||||||
|
push_latest: ${{ inputs.push_latest_tag_to_release }}
|
||||||
|
is_ingestion: true
|
||||||
|
release_version: ${{ inputs.pypi_release_version }}
|
||||||
|
dockerhub_username: ${{ secrets.DOCKERHUB_OPENMETADATA_USERNAME }}
|
||||||
|
dockerhub_token: ${{ secrets.DOCKERHUB_OPENMETADATA_TOKEN }}
|
||||||
|
|
||||||
|
- name: Build and push Slim if event is workflow_dispatch and input is checked
|
||||||
|
env:
|
||||||
|
DOCKER_BUILD_NO_SUMMARY: true
|
||||||
|
uses: docker/build-push-action@v6
|
||||||
|
with:
|
||||||
|
context: .
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
|
push: true
|
||||||
|
tags: ${{ steps.prepare-sim.outputs.tags }}
|
||||||
|
file: ./ingestion/Dockerfile
|
||||||
|
build-args: |
|
||||||
|
INGESTION_DEPENDENCY=slim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user