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

Use docker-compose bundled release #161

Open
Nekroze opened this issue Nov 8, 2018 · 3 comments
Open

Use docker-compose bundled release #161

Nekroze opened this issue Nov 8, 2018 · 3 comments
Labels
good first issue Good for newcomers Tweak Change to existing components
Projects

Comments

@Nekroze
Copy link
Owner

Nekroze commented Nov 8, 2018

Change Request

Please describe the current behaviour

At present dab does installs the latest python package for docker-compose.

What is suboptimal about the current behaviour

The usage of docker-compose does not require all of python leading to about 50mb of wastage.

Describe the way you think it behave

Generate/use the single binary docker-compose like in their release page.

@Nekroze Nekroze added Feature New feature or request for major functionality changes and removed Feature New feature or request for major functionality changes labels Nov 8, 2018
@Nekroze
Copy link
Owner Author

Nekroze commented Nov 8, 2018

this will serve to keep the dab image small

@Nekroze
Copy link
Owner Author

Nekroze commented Dec 23, 2018

Tried this but the provided bundle is not compiled in a way to support alpine Linux. Will need to compile this in an earlier Docker build stage.

@Nekroze
Copy link
Owner Author

Nekroze commented Dec 24, 2018

Might just use pyinstaller to minify the python install for it.

@Nekroze Nekroze added good first issue Good for newcomers Tweak Change to existing components labels Jan 22, 2019
@Nekroze Nekroze added this to One day... in Roadmap Mar 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Tweak Change to existing components
Projects
Roadmap
One day...
Development

No branches or pull requests

1 participant