mspanc
Membrane Core Team
Hello, I’ve just released Dockerator - a tool for turning Elixir apps into Docker images.
It is especially useful if you use a lot of dependencies hosted on private git/ssh repositories but there also a few other use cases in which it might be a time saver.
Trending in Announcing
Hey everyone!
Req is an HTTP client for Elixir that I’ve been working on for quite some time. There is already a lot of HTTP clients out...
New
Samly can be used to enable SAML 2.0 Single Sign On in a Plug/Phoenix application.
This library uses Erlang esaml to provide
plug enabl...
New
Flop is an Elixir library that applies filtering, ordering and pagination parameters to your Ecto queries.
offset-based pagination with...
New
I needed to reuse React components from my Chrome extension in my Phoenix/LiveView backend. I noticed that for Svelte/Vue, there are live...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Hi all!
I want to present a small library which provides a mix task for generating an Entity-Relationship Diagram for Ecto schemas.
You...
New
Hello
Published a new library - ProcessHub!
ProcessHub is a library designed to manage process distribution within the Elixir cluster. ...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
This showed up on my feed.. anyone heard of it? Just hype?
Ox Alpha is a reasoning model designed for coding, sustained ag...
New
It’s not that it’s vocabulary is too advanced. It’s something worse.
I get lost trying to follow even a paragraph written by Claude. It’...
New
Today we’re releasing Oban for Python. Not an Oban client in Python. Not a pythonx wrapper embedded in Elixir. Nope, it’s a fully operati...
New
@hugobarauna, Dr. Dimitrios Koutmos (my brother) and I (Alex Koutmos) have been hard at work on writing a book on how you can use Elixir ...
New
Introductory paragraph
I’ll be looking for a keen junior or someone that has a couple of years experience in the real world (so you’ve be...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #blog-post
- #ai
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming











Showing Posts 1 to 5- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
qhwa
Hi @mspanc, is this project still active? I see
distilleryis used in the project. So far as I know it can be replaced by elixir’s built-inmix releasesince 1.9, otherwise there will be a conflict when the project is using Elixir >= 1.9.The reason why I asked is because I have a private hex package for deployment having a lot in common with your library. It “dockerize” elixir projects, and deploy them to kubernetes cluster. Before making it public, I want to see if this is necessary. If I can use existing hex packages, there is absolutely no need to create another one, and we can together make one solution stay tuned.
mspanc
Hi, the project is being used in several places but definitely needs an update.
I’d be glad to create a joint solution.
qhwa
I just make my library public: GitHub - qhwa/dockerize: A small hex package for creating docker image from an Elixir project. · GitHub
This library is quite mini as it only supports Elixir >= 1.9
We can see if we can join.
wdiechmann
I’ve given your dockerize a whirl - and it’s great!!
Except for a minor issue - which I’ve commented on, in the repo, on github
qhwa
Thank you for reporting. I’m going to release a new version to fix it this weekend.