relay
relay copied to clipboard
Replace relay-pkg.so with relay.so in dockerfiles
All changed dockerfiles successfully build.
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.
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.