Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update KFP_DOCKER_VERSION. #937

Merged
merged 1 commit into from
Jan 15, 2025
Merged

Update KFP_DOCKER_VERSION. #937

merged 1 commit into from
Jan 15, 2025

Conversation

revit13
Copy link
Collaborator

@revit13 revit13 commented Jan 14, 2025

Why are these changes needed?

KFP docker image is pushed with 0.2.3 tag where the latest tag is used for building the image which results in an error while publishing the image.

This can be seen in here:
https://github.com/IBM/data-prep-kit/actions/runs/12742690556/job/35519698253

Related issue number (if any).

#936

Signed-off-by: Revital Sur <[email protected]>
@revit13 revit13 requested review from touma-I and roytman January 14, 2025 08:37
Copy link
Member

@roytman roytman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@revit13 @roytman Should we get rid of KFP_DOCKER_VERSION completely ? The only place I see it being used is here

and it is only to assign back to DOCKER_IMAGE_VERSION.

echo "Publishing kfp-data-processing"
	$(MAKE) KFPv2=0 DOCKER_IMAGE_NAME="kfp-data-processing" DOCKER_IMAGE_VERSION=${KFP_DOCKER_VERSION} .defaults.publish-image
	echo "Publishing kfp-data-processing_v2"
	$(MAKE) KFPv2=1 DOCKER_IMAGE_NAME="kfp-data-processing_v2" DOCKER_IMAGE_VERSION=${KFP_DOCKER_VERSION_v2} .defaults.publish-image

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good to me. Thanks

@roytman roytman merged commit c38dbd6 into IBM:dev Jan 15, 2025
134 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants