1
0
Fork 0
mirror of https://github.com/docker/build-push-action.git synced 2025-05-06 21:49:33 +02:00

*: move formatting of the block device to the client

Previously, we were incorrectly formatting the block device
on the ceph server. This could cause corruption. As a mitigation
we now conditionally format the block device on the client. This
should only kick in if a previous parent clone has not already been
formatted.
This commit is contained in:
Aditya Maru 2024-11-22 13:12:02 -05:00
parent 633d4da860
commit 88ab597dfe
3 changed files with 23 additions and 2 deletions

2
dist/index.js generated vendored

File diff suppressed because one or more lines are too long