Dan Čermák
Dan Čermák
Doug Davis ***@***.***> writes: > Looks like this is related to https://github.com/yuya373/emacs-slack/pull/532 The 3 line patch in that PR fixes the issue I can confirm that this patch fixes my...
Adrian Schröter ***@***.***> writes: > @adrianschroeter commented on this pull request. > > > >> @@ -50,7 +50,16 @@ disabled via > > ==== Dockerfile description > > -Has no...
@adrianschroeter Can we move this forward?
cc @Conan-Kudo
I have found the issue, I did not update `binsufs` in `LocalRepo.pm` and also did not include the `source` key in the `.bininfo` hash
Well, turns out this is not everything. pbuild manages to schedule builds, but Dockerfile based builds fail with: ``` [ 106s] ----------------------------------------------------------------- [ 106s] ----- building Dockerfile [ 106s] -----------------------------------------------------------------...
I got a bit further, I can now rebuild containers based on kiwi images, but for some reason dockerfile based containers are not included in the dependency resolution yet…
I have got it to work, pbuild now appears to correctly schedule container builds that depend on each other.
> The metadata looks good when inspecting the built images through the web UI, I see the name, the provides and so on. But the new image build with the...
> Thanks, that's very useful, will do that. What was the root cause in the end for your case? A bit of everything, I was missing the `sources` field, the...