-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: improve docker compose coverage (#2320)
## Description This PR contains various improvements (and hacks) to docker compose transpiler to improve it's coverage of docker composes, specifically in the `awesome-compose` repo. - support for per service `env_file` key - better path support, notably turn filepaths referencing upstream or home path to Persistent Directories - use container name as service name if set (required for hostname networking) - support for volumes mounting files (before only supported directories due to files artifact expansion limitations) - converts invalid service names to ones that are RFC 1035 other fixes for compose to enable more docker compose coverage: - allow uploading entire package contents into a files artifact - allow compressing empty directories ## Is this change user facing? NO ## References #2043 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Ben Gazzard <ben@dartoxia.com> Co-authored-by: Gyanendra Mishra <anomaly.the@gmail.com> Co-authored-by: kurtosisbot <89932784+kurtosisbot@users.noreply.github.com> Co-authored-by: kurtosisbot <kurtosisbot@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Laurent Luce <laurentluce49@yahoo.com> Co-authored-by: leoporoli <leandroporoli@gmail.com> Co-authored-by: leovct <l009.vincent@gmail.com>
- Loading branch information
1 parent
7bfa28f
commit 45bd59e
Showing
15 changed files
with
478 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.