Open
Conversation
Collaborator
|
@CrackerJackMack This is cool. I need to make But this is a good idea. Let me think about this. |
Author
|
This wasn't intended as a server, but could be used that way when aip has it. I just hate having all different types of build and runtime environments for all the different languages and versioning quirks. |
Collaborator
|
@CrackerJackMack Ok, I get it. So, this intent is a little out of scope for this library right now. But as you say, it could be useful to some. Thanks. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Might be useful for some. The
aipalias is what makes it usable. Tried to keep it in-line with the documentation for the variables. Directoriestargetand.gitare ignored when building the image just due to size. The trade off is a slightly longer build time but gives consistent results.Using a two stage build, the final docker image is < 50MB with an intermediate build of ~3GB which can be freed up with
docker image prune.