-
Notifications
You must be signed in to change notification settings - Fork 39
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
[Question] Is this still maintained? #50
Comments
Hi Daniel! Thank you for reaching out. If there's any command you're missing, I'll be glad to help out or merge pull requests. At the moment I'm not working on adding features or improvements, but also willing to discuss ideas and accept PRs. |
@boukeversteegh
How do you feel about these points? :) Regards, |
Interesting! Seems like useful flags/options to have. Out of curiosity, what is your use-case for this? Like an |
@boukeversteegh So in my workflow (Makefile/make) I would need something like: local_base_image: final_image: local_base_image Not sure if this is "out-of-scope" for dockerized though in terms of what its use-cases are. Regards, |
I see, so the technical need for this feature is clear, but I'm not sure I understood the broader context. It seems that you're interested in using dockerized as a sort of build tool for docker-images, and that those docker images will then be distributed. Is the user of the image a server (deployment of an app) or a developer (a person / as part of a toolchain)? The primary goal for dockerized is to help you install the required tools on your system, for a specific project or team, and to solve the discovery/reproducibility/versioning issues that come with that. The approach with dockerized is to let you easily run a binary within a docker-container, as if it's running on your host system, and a way to specify versions per project. This feature could also be applied to build artifacts (if that's what you're doing), and let developers easily run a specific version of a software project locally, through docker. It's a use case I haven't thought of, but it does seem in line with the original goal, if you would consider build artifacts as 'internal developer tools', which they often end up being. I'm curious to know what approach you took before trying dockerized, and where you ran into limitations :-) |
@boukeversteegh My use-case is the following: I also had to brush up my understanding of docker-compose As some of my tools (images) depend on other images I need to make sure that the other images exist before the tool (image) is built / started. As we use "make" in our projects already I tend to leverage it to manage these dependencies in the way I described in my other post. I guess for my use case I could most probably (just) use docker compose run... and docker compose build respectively :) Regards, |
Hi,
I stumbled over this wonderful project. Really like it so far, thanks :)
Looking at the last update beeing in 2022 I was wondering, if this is still maintained / improved?
Regards,
Daniel
The text was updated successfully, but these errors were encountered: