Skip to content

[Internal]: Fix OCI image publishing script#3915

Merged
jvstme merged 1 commit into
masterfrom
issue_3914_fix_oci_image_build_pipeline
May 29, 2026
Merged

[Internal]: Fix OCI image publishing script#3915
jvstme merged 1 commit into
masterfrom
issue_3914_fix_oci_image_build_pipeline

Conversation

@jvstme
Copy link
Copy Markdown
Collaborator

@jvstme jvstme commented May 28, 2026

Fix error when deleting the storage bucket:

oci.exceptions.ServiceError: {'message': "Bucket named 'dstack-0.13' has pending multipart uploads. Stop all multipart uploads first.", ...}

For some reason, image export into a bucket leaves
a hanging multipart upload after the export
finishes. The same behavior can be reproduced in
the OCI Console. Abort such uploads before
deleting the bucket.

Fixes #3914

Fix error when deleting the storage bucket:

```
oci.exceptions.ServiceError: {'message': "Bucket named 'dstack-0.13' has pending multipart uploads. Stop all multipart uploads first.", ...}
```

For some reason, image export into a bucket leaves
a hanging multipart upload after the export
finishes. The same behavior can be reproduced in
the OCI Console. Abort such uploads before
deleting the bucket.
@jvstme jvstme merged commit d538ee5 into master May 29, 2026
35 of 37 checks passed
@jvstme jvstme deleted the issue_3914_fix_oci_image_build_pipeline branch May 29, 2026 07:03
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.

[Bug]: OCI image build fails when copying image to target regions

1 participant