WIP: feat: use compose-go #816
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/492"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
An absolutely diabolical rabbit hole that I wouldn't wish on my worst enemy.
Docker never implemented it and so we were stuck using their custom solution for loading compose config files. This led to #492.
compose-gohas a better API which supports our various use-cases (loading the compose files via a loaded app, loaded recipe or just directly from the FS) and actually implements the compose spec, so it's a big win!ToDo
bail if recipe lint errors and no --chaosdoes not crash when docker image has no tagdetect no volumes to removeremove volumeslist volumesremove no volumesremove single volumeremove single volume doesn't delete similar namerecipe lintrelease patch bumprelease new recipe: development releasepush during release failsrelease, fail, release: worksupgrade patchupgrade minorupgrade and commitNotes
version: ...linting rule is going away because it's deprecatedWIP: feat: use compose-go for compose parsingto WIP: feat: use compose-go7bd9d667a0tof2e813e2e3f2e813e2e3to5eea459bde5eea459bdeto5cf42a81045cf42a8104to94624bb16dView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.