-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed as not planned
Labels
Description
Description
The linked feature here is a valuable addition, allowing users to distribute a Compose application using container image infrastructure (registries/hubs). However, it appears incomplete. The current alpha implementation only supports publishing a single Compose project file, whereas a complete project may consist of:
-
Multiple compose files (utilizing the extends attribute).
-
Complementary files containing necessary data/configurations for one or more Compose app services, like a bind mount of a config file or secrets.
The feature request is to enhance the current publishing functionality to support complex Compose projects. This extension should enable the publication of multi-file Compose projects along with associated complementary files.
Reactions are currently unavailable