threefoldtech / vbuilders

builders based on docker
Apache License 2.0
1 stars 0 forks source link

missing binaries in some builders #37

Closed Omarabdul3ziz closed 1 year ago

Omarabdul3ziz commented 1 year ago
  1. In the base image https://github.com/threefoldtech/builders/blob/831fe8a10ef24d8aafe44ae09b9aeb5fa6de3888/builders/4_base/Dockerfile#L14
  2. In the 3bot image https://github.com/threefoldtech/builders/blob/831fe8a10ef24d8aafe44ae09b9aeb5fa6de3888/builders/9_3bot/Dockerfile#L10

The Docker build failed because of missing files in these two Add commands. To skip the zinit one I downloaded the binary from the release instead

  RUN apk add wget && \
    wget https://github.com/threefoldtech/zinit/releases/download/v0.2.5/zinit -O /bin/zinit  && \
    chmod +x /bin/zinit

But for the second one, I can't figure out what the required nats bins. is it only the server binary? it can be downloaded from here. Or something else

despiegk commented 1 year ago

thats not the right way, its build in the beginning of the flow from source and added in the image don't do above

it means something was wrong for you in previous step, try again please