blablacar / dgr

Container build and runtime tool
Apache License 2.0
248 stars 21 forks source link

Using builder dependencies #231

Closed crackcomm closed 7 years ago

crackcomm commented 7 years ago

When I tried to use

builder:
  dependencies:
    - dependency…

I got an error that is impossible to get blablacar.github.io/dgr/aci-builder although it works when no builder dependencies are used.

I am having hard time uploading dist/bindata/aci-builder.aci file to acserver, could you assist me with one or another?

Thanks

n0rad commented 7 years ago

aci-builder is automatically imported by dgr just before running the build. it's not finding it because of a change in rkt v1.24 : https://github.com/coreos/rkt/issues/3579

I'm waiting for there feedback to know what to do.

In the meantime, you can downgrade to 1.23 and it should be ok.

crackcomm commented 7 years ago

Confirmed, it works on v1.23.

Thank you very much.

n0rad commented 7 years ago

fixed with v81, you can use rkt 1.24 now.