Closed mvdkleijn closed 1 year ago
I'm not seeing this, I just built the image from master
a few minutes ago, this issue could probably be closed.
I'm not seeing this, I just built the image from
master
a few minutes ago, this issue could probably be closed.
@mamercad You mean you've got this working with a use case where the netifaces extension (or another one use gcc) is being built?
I'm not seeing this, I just built the image from
master
a few minutes ago, this issue could probably be closed.@mamercad You mean you've got this working with a use case where the netifaces extension (or another one use gcc) is being built?
I'm afraid that I don't understand the question, could you show some output of what you're seeing? For good measure, I went ahead and built the image again a short while ago.
❯ git diff upstream/master
❯ docker images | head -2
REPOSITORY TAG IMAGE ID CREATED SIZE
<none> <none> bc6c3ccb471d 26 minutes ago 634MB
I'm not seeing this, I just built the image from
master
a few minutes ago, this issue could probably be closed.@mamercad You mean you've got this working with a use case where the netifaces extension (or another one use gcc) is being built?
I'm afraid that I don't understand the question, could you show some output of what you're seeing? For good measure, I went ahead and built the image again a short while ago.
❯ git diff upstream/master ❯ docker images | head -2 REPOSITORY TAG IMAGE ID CREATED SIZE <none> <none> bc6c3ccb471d 26 minutes ago 634MB
Or, let me rephrase. What I'm running is docker build .
as stated in the README.md
-- how are you building the image?
@mamercad I'm not building the image. I'm using the prebuilt image from Docker Hub. The error occurs when trying to use the ansible-playbook-resource in a Concourse pipeline to execute a playbook.
The output I placed in the original issue description is the output I'm seeing when using the resource in my Concourse pipeline.
Admittedly, I didn't try a recent version of this resource. Certainly not after you added the Rust dependency. Perhaps that fixes things. I can try again after the weekend.
Thanks for the contributions, everyone. @mvdkleijn Can you provide some more context on your use case, please? Is that the full output? Is this upon doing a put
? What does your pipeline yaml look like? I'm theorizing that you're using setup_commands
to install additional packages on which your playbook depends. Is that right?
No longer using this resource, closing.
Hi,
Seems that the move from Ubuntu to Alpine broke the resource for me... from the looks of it due to a missing gcc.