relay icon indicating copy to clipboard operation
relay copied to clipboard

Replace relay-pkg.so with relay.so in dockerfiles

Open yatsukhnenko opened this issue 2 years ago • 2 comments

All changed dockerfiles successfully build.

yatsukhnenko avatar Jul 24 '23 07:07 yatsukhnenko

It looks like libhiredis_ssl.so is missing in a lot of them: https://github.com/cachewerk/relay/actions/runs/5647328832/job/15297212601

Let's try to use the hiredis package for all containers, instead of installing it from source.

tillkruss avatar Jul 24 '23 16:07 tillkruss

I was experimenting with moving shell commands from Dockerfile to a file.

RUN --mount=type=bind,source=docker-scripts,target=/opt/docker-scripts /opt/docker-scripts/a.sh

https://github.com/szepeviktor/docker-RUN-file Maybe you find it super useful.

szepeviktor avatar Jul 25 '23 15:07 szepeviktor