Description
Hi,
For air gapped scenarios, our project envision the following course of events (it is psudo code).
- docker compose publish myApp (as usual)
- oras cp --recursive --to-oci-layout myApp_oci_layout
- put myApp_oci_layout folder on a removable storage, go far away where internet does not exists
- From there, docker compose create oci://myApp_oci_layout - and voilà
There is some tricks to think about like the target platform, oras will copy all archs and we want docker compose create to only take the relevant architecture - I believe it is already handled somehow.
Thanks.
Description
Hi,
For air gapped scenarios, our project envision the following course of events (it is psudo code).
There is some tricks to think about like the target platform, oras will copy all archs and we want docker compose create to only take the relevant architecture - I believe it is already handled somehow.
Thanks.