Skip to content
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

Can't build gilroy #3

Open
m0veax opened this issue May 9, 2024 · 0 comments
Open

Can't build gilroy #3

m0veax opened this issue May 9, 2024 · 0 comments

Comments

@m0veax
Copy link

m0veax commented May 9, 2024

Hey there,

thanks for your great work. We had a lot of fun fiddling with gilroy and want to try the solution now after the quals ended.

I can't build the docker image.

Here is my log:

> docker build - < Dockerfile
[+] Building 2.7s (23/29)                                        docker:default
 => [internal] load build definition from Dockerfile                       0.0s
 => => transferring dockerfile: 2.84kB                                     0.0s
 => [internal] load metadata for docker.io/library/debian:bookworm-202404  2.2s
 => [internal] load metadata for docker.io/hexpm/elixir:1.16.2-erlang-26.  2.4s
 => [internal] load .dockerignore                                          0.0s
 => => transferring context: 2B                                            0.0s
 => CANCELED [builder  1/18] FROM docker.io/hexpm/elixir:1.16.2-erlang-26  0.1s
 => => resolve docker.io/hexpm/elixir:1.16.2-erlang-26.2.4-debian-bookwor  0.0s
 => => sha256:63eb56f081233c06a59623f644000a09343504fd2225f5b 772B / 772B  0.0s
 => => sha256:0f28a03243fa2c9fa5a261ad68b879c8647c20866a8 1.16kB / 1.16kB  0.0s
 => => sha256:dd4327061a9325a46ad62cb49b0d515f6cfb9e3211b 1.57kB / 1.57kB  0.0s
 => CANCELED [stage-1 1/6] FROM docker.io/library/debian:bookworm-2024040  0.2s
 => => resolve docker.io/library/debian:bookworm-20240408-slim@sha256:3d5  0.0s
 => => sha256:3d5df92588469a4c503adbead0e4129ef3f88e22395 1.85kB / 1.85kB  0.0s
 => => sha256:346dd1cba3caf44de9467ae428a9d38573f14665408acb8 529B / 529B  0.0s
 => => sha256:35a0e8114244f0c774ee6f061a5ff98234dc9dc8268 1.46kB / 1.46kB  0.0s
 => [internal] load build context                                          0.0s
 => => transferring context: 2B                                            0.0s
 => CACHED [builder  2/18] RUN apt-get update -y &&     apt-get install -  0.0s
 => CACHED [builder  3/18] WORKDIR /app                                    0.0s
 => CACHED [builder  4/18] RUN mix local.hex --force &&     mix local.reb  0.0s
 => ERROR [builder  5/18] COPY mix.exs mix.lock ./                         0.0s
 => CACHED [builder  6/18] RUN mix deps.get --only prod                    0.0s
 => CACHED [builder  7/18] RUN mkdir config                                0.0s
 => ERROR [builder  8/18] COPY config/config.exs config/prod.exs config/   0.0s
 => CACHED [builder  9/18] RUN mix deps.compile                            0.0s
 => ERROR [builder 10/18] COPY priv priv                                   0.0s
 => ERROR [builder 11/18] COPY lib lib                                     0.0s
 => ERROR [builder 12/18] COPY assets assets                               0.0s
 => CACHED [builder 13/18] RUN cd assets && npm install                    0.0s
 => CACHED [builder 14/18] RUN mix assets.deploy                           0.0s
 => CACHED [builder 15/18] RUN mix compile                                 0.0s
 => ERROR [builder 16/18] COPY config/runtime.exs config/                  0.0s
 => ERROR [builder 17/18] COPY rel rel                                     0.0s
------
 > [builder  5/18] COPY mix.exs mix.lock ./:
------
------
 > [builder  8/18] COPY config/config.exs config/prod.exs config/:
------
------
 > [builder 10/18] COPY priv priv:
------
------
 > [builder 11/18] COPY lib lib:
------
------
 > [builder 12/18] COPY assets assets:
------
------
 > [builder 16/18] COPY config/runtime.exs config/:
------
------
 > [builder 17/18] COPY rel rel:
------
Dockerfile:65
--------------------
  63 |     COPY config/runtime.exs config/
  64 |     
  65 | >>> COPY rel rel
  66 |     RUN mix release
  67 |     
--------------------
ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref 9f4467ac-3179-4057-b866-2764dc2e782e::ngf6emanwb2ooh4yg0v3qswqq: "/rel": not found

Do you know what I'm doing wrong here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant