|
FlatImage
A configurable Linux containerization system
|
Remote recipe repository URL storage in reserved space. More...
Functions | |
| Value< void > | write (fs::path const &path_file_binary, std::string_view const &url) |
| Writes the remote URL string to the target binary. | |
| Value< std::string > | read (fs::path const &path_file_binary) |
| Reads the remote URL string from the target binary. | |
Remote recipe repository URL storage in reserved space.
This namespace manages the remote recipe repository URL. The URL points to a repository of package recipes that can be installed into the FlatImage to add additional dependencies, libraries, or applications. This enables dynamic package installation without rebuilding the base image, supporting distribution-specific package managers (apk for Alpine, pacman for Arch).
|
inline |
Reads the remote URL string from the target binary.
| path_file_binary | Target binary to read the URL string |
Definition at line 65 of file remote.hpp.
|
inline |
Writes the remote URL string to the target binary.
| path_file_binary | Target binary to write the URL string |
| url | URL string to write to the target file as binary data |
Definition at line 45 of file remote.hpp.