bob
bob copied to clipboard
The Builder
Hi, I noticed that images for the latest Alpine Linux 3.16.1 (which contains a couple of CVE fixes [among other things](https://alpinelinux.org/posts/Alpine-3.16.1-released.html)) are [not present on Docker Hub](https://hub.docker.com/r/hexpm/elixir/tags?page=1&name=alpine-3.16.1) despite [being added...
Hello, since 25.0 got released, I am not able to get past this step on `arm64` builds via qemu. Previous 24.x were working as expected. I am not sure what...
The test consists in performing the following commands: ```bash $ docker run --rm -ti hexpm/elixir:1.13.2-erlang-24.2.1-ubuntu-focal-20211006 sh # iex Erlang/OTP 24 [erts-12.2.1] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] Interactive Elixir (1.13.2) -...
Hello everyone, I'm currently using the `arm32v7/elixir` image on a [balena](https://www.balena.io) iot project using the older 32-bit raspberry pis. As there does not seem to be any update soon [over...
Hi, we're running Elixir on AWS EC2 with [Amazon Linux](https://hub.docker.com/_/amazonlinux) as the base OS. Would you consider adding support for this OS to Bob?
I wanted to do some tests on Elixir v1.0.x and noticed this: ``` $ docker run --rm -it hexpm/elixir:1.0.5-erlang-17.3.4-ubuntu-groovy-20201022.1 bash root@225bca8ec9e7:/# mix new foo {"init terminating in do_boot",{{badmatch,{error,{crypto,{"no such file...
Refer to https://github.com/elixir-lang/elixir/pull/12118. We could remove Elixir `main` branch out from Bob.
Building on the already started changes from https://github.com/hexpm/bob/pull/152 I have taken into consideration the comments you have made @ericmj please have a look and tell me how to further continue.
I ran across this method and decided to refactor it. The logic should be the same, but the result will have a different ordering. There's probably a further opportunity to...