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

chore: upgrade training-operator 1.8.0 -> 1.9.0 #15

Merged
merged 1 commit into from
Feb 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Source https://github.com/kubeflow/training-operator/blob/v1.8.0/build/images/training-operator/Dockerfile
# Source https://github.com/kubeflow/training-operator/blob/v1.9.0/build/images/training-operator/Dockerfile
name: training-operator
summary: An image for Kubeflow Training Operator
description: |
Kubeflow Training Operator is a Kubernetes-native project for fine-tuning and scalable
distributed training of machine learning (ML) models created with various ML frameworks.
version: "1.8.0"
version: "1.9.0"
license: Apache-2.0
base: ubuntu@22.04

Expand All @@ -30,10 +30,10 @@ parts:
training-operator:
plugin: go
build-snaps:
- go/1.22/stable
- go/1.23/stable
source: https://github.com/kubeflow/training-operator
source-type: git
source-tag: v1.8.0
source-tag: v1.9.0
source-depth: 1
source-subdir: cmd/training-operator.v1
build-environment:
Expand All @@ -55,4 +55,4 @@ parts:
overlay-script: |
# Create a user in the $CRAFT_OVERLAY chroot
groupadd -R $CRAFT_OVERLAY -g 1001 ubuntu
useradd -R $CRAFT_OVERLAY -M -r -u 1001 -g ubuntu ubuntu
useradd -R $CRAFT_OVERLAY -M -r -u 1001 -g ubuntu ubuntu
Loading