-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade metadata-writer rock to 2.3.0 (#143)
bump metadata-writer Rock from 2.2.0 to 2.3.0
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Based on: https://github.com/kubeflow/pipelines/blob/2.2.0/backend/metadata_writer/Dockerfile | ||
# Based on: https://github.com/kubeflow/pipelines/blob/2.3.0/backend/metadata_writer/Dockerfile | ||
name: metadata-writer | ||
summary: Reusable end-to-end ML workflows built using the Kubeflow Pipelines SDK | ||
description: | | ||
This service logs the metadata for KFP components and pipelines. | ||
version: "2.2.0" | ||
version: "2.3.0" | ||
license: Apache-2.0 | ||
base: [email protected] | ||
run-user: _daemon_ | ||
|
@@ -34,7 +34,7 @@ parts: | |
plugin: python | ||
source: https://github.com/kubeflow/pipelines.git | ||
source-subdir: backend/metadata_writer | ||
source-tag: 2.2.0 | ||
source-tag: 2.3.0 | ||
stage-packages: | ||
# sync this python version to the base image in the Dockerfile. | ||
# Also keep this in sync with PARTS_PYTHON_INTERPRETER below. | ||
|
@@ -55,7 +55,7 @@ parts: | |
copy-files: | ||
plugin: nil | ||
source: https://github.com/kubeflow/pipelines.git | ||
source-tag: 2.2.0 | ||
source-tag: 2.3.0 | ||
override-build: | | ||
mkdir -p ${CRAFT_PART_INSTALL}/kfp/metadata_writer/ | ||
cp ${CRAFT_PART_SRC}/backend/metadata_writer/src/* ${CRAFT_PART_INSTALL}/kfp/metadata_writer |