Add target for building an image from local binaries #17

Merged
alexvanin merged 1 commit from ironbee/frostfs-aio:add_making_local_image_target into master 2023-07-26 21:08:06 +00:00
Contributor

Closes #15

Closes #15
ironbee added 1 commit 2023-07-17 14:41:26 +00:00
Signed-off-by: Artem Tataurov <a.tataurov@yadro.com>
requested reviews from storage-services-committers, storage-services-developers 2023-07-17 14:41:40 +00:00
alexvanin approved these changes 2023-07-18 10:26:56 +00:00
README.md Outdated
@ -104,1 +106,4 @@
## Image with local binaries
Put all the needed pre-built binaries to the `frostfs-aio/bin/`.
Owner

Please, specify the list of required binaries here.

Please, specify the list of required binaries here.
README.md Outdated
@ -105,0 +107,4 @@
## Image with local binaries
Put all the needed pre-built binaries to the `frostfs-aio/bin/`.
Make sure they have the `x` mode enabled.
Owner

'x mode' isn't widely used, I think. Consider

Make sure binaries have the right to execute.
'x mode' isn't widely used, I think. Consider ``` Make sure binaries have the right to execute. ```
ironbee force-pushed add_making_local_image_target from ae9ce5f3e7 to c442116c4a 2023-07-18 12:27:27 +00:00 Compare
requested review from alexvanin 2023-07-18 12:52:11 +00:00
alexvanin approved these changes 2023-07-19 07:06:10 +00:00
alexvanin merged commit c442116c4a into master 2023-07-19 07:10:00 +00:00
alexvanin deleted branch add_making_local_image_target 2023-07-19 07:10:04 +00:00
Sign in to join this conversation.
No description provided.