This message was deleted.
# opal
s
This message was deleted.
a
It’s Ubuntu so apt will work fine
a
I hit some walls with sudo. Which I could work around, but I think I should ask first. Does the base image come with a working version of
jq
? I’m trying to load pyjq into my custom fetcher. But it depends on the C implementation of jq. It tries to install jq, but the base image doesn’t have
make
or a c compiler.
I have tried python
jq
, which I think is a jq implementation inside python. But the performance is lacking, and I think it’s simply timing out before it finishes processing the data.
a
I’m not sure, I can check. But we can add it to the base image. Feel free to open a PR to the dockerfile, or let us know what you need and we’ll add it :)
a
Oh i’ll check the Dockerfile source. PR it if needed.
https://github.com/permitio/opal/blob/44477c8c4ad2a6fc22064bf09c64425949a797d3/docker/Dockerfile#L73 Am I right in thinking this would be the place to add it?
apk add skopeo tar jq
It looks like this is the base image for the rest of the Docker containers.
Oh there’s another pat-get on line 93. Okay that looks like a good point.
a
You need line 93 for the client
For the server line 109
a
a
Thanks @Avo Sepp, I will review and merge.
It might take a bit, I’ll try to get to it later tonight
a
Thank you. Can you let me know if/when you push a new opal-client to docker hub with the changes?
Appreciate it!
a
Sure, I will let you know as soon as the new release is available
Hi @Avo Sepp i merged your fix, however the release of a new version is a bit more involved since it requires full regression testing of OPAL (as other PRs are included in the release as well). I will continue working on the release tomorrow and will let you know as soon it's out 🙂
🙏 1
Hi @Avo Sepp, OPAL 0.5.0 is out!! enjoy 🙂
🙌🏻 1
a
Thank you!!
❤️ 1