Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: enable importing docker compose module #2327

Merged
merged 9 commits into from
Mar 25, 2024

Conversation

tedim52
Copy link
Contributor

@tedim52 tedim52 commented Mar 25, 2024

Description

Enables importing and running Docker Compose modules from Starlark:

djangopg = import_module("github.com/kurtosis-tech/django-compose/docker-compose.yml")
flaskredis = import_module("github.com/docker/awesome-compose/flask-redis/compose.yaml")

def run(plan, args):
    djangopg.run(plan)
    flaskredis.run(plan)

Is this change user facing?

YES

@tedim52 tedim52 force-pushed the tedi/import-module-compse-two branch from aa9d072 to 1e89a96 Compare March 25, 2024 19:42
@tedim52 tedim52 enabled auto-merge March 25, 2024 21:41
@tedim52 tedim52 added this pull request to the merge queue Mar 25, 2024
Merged via the queue into main with commit 1ca7661 Mar 25, 2024
52 checks passed
@tedim52 tedim52 deleted the tedi/import-module-compse-two branch March 25, 2024 22:03
github-merge-queue bot pushed a commit that referenced this pull request Mar 26, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.88.10](0.88.9...0.88.10)
(2024-03-25)


### Features

* enable importing docker compose module
([#2327](#2327))
([1ca7661](1ca7661))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: kurtosisbot <[email protected]>
Co-authored-by: Tedi Mitiku <[email protected]>
Co-authored-by: tedim52 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants