bwlang
I want to buld this docker image but
it fails with a timeout at RUN mix local.hex --force
Maybe it’s just a maintenance window, but the status page is all green and i see no notice of a maintenance window on the blog…
FROM elixir:1.20.1-otp-29-alpine AS builder
# Install build dependencies
RUN apk add --no-cache build-base git nodejs npm
WORKDIR /app
# Install hex and rebar
RUN mix local.hex --force && mix local.rebar --force
Trending in Dev Env & Tools
Yeah, feels the same here. :confused: And I made a much bigger investment, the iMac Pro I got was $8000 at the time I bought it (2019).
...
New
Hi all, I am writing Elixir using Zed. Often times I like to “Go to definition” on standard libraries code and check out documentation an...
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #phoenix_html
- #iex
- #graphql
- #ai
- #genstage
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex










Showing Posts 1 to 4- Show Best Posts
- Show All Posts (oldest first)
- Show All Posts (newest first)
netoum
When I hit the same thing in CI with hex when installing or fetching deps, I just re-run it a few minutes later and it works fine every time. Usually just network issues
Does it work now ?
bwlang
https://status.hex.pm/ still says under maintenace i was planning to wait until that goes away… unless it’s always there?
wayback machine says it’s been saying under maintenence since April 2022???
netoum
At the moment, from what I can see, only Fastly London (LCY) is under maintenance.
All the others services are working fine. I guess that is how the Atlassian Status page works for the display message.
Try again, it is all working fine
bwlang
Ah helps to scroll down… must be a local issue for me.