You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing weird issue about docker image dunglas/mercure. I don't know why but since v0.15.10 the container is not running successfully on my local server by using RPI5.
However if I lock dockerfile to v0.15.9 everything works well. Newest versions v0.16+ they also have this problem, so...
v0.15.10+
Example docker command: docker run -e SERVER_NAME=':8006' -e MERCURE_PUBLISHER_JWT_KEY='!ChangeThisMercureHubJWTSecretKey!' -e MERCURE_SUBSCRIBER_JWT_KEY='!ChangeThisMercureHubJWTSecretKey!' -p 8007:8006 dunglas/mercure:v0.15.10 caddy run --config /etc/caddy/Caddyfile.dev
results (actually nothing)
root@RASPBERRYPI:~# docker run -e SERVER_NAME=':8006' -e MERCURE_PUBLISHER_JWT_KEY='!ChangeThisMercureHubJWTSecretKey!' -e MERCURE_SUBSCRIBER_JWT_KEY='!ChangeThisMercureHubJWTSecretKey!' -p 8007:8006 dunglas/mercure:v0.15.10 caddy run --config /etc/caddy/Caddyfile.dev
root@RASPBERRYPI:~#
Hi!
I'm facing weird issue about docker image
dunglas/mercure
. I don't know why but sincev0.15.10
the container is not running successfully on my local server by using RPI5.However if I lock dockerfile to
v0.15.9
everything works well. Newest versionsv0.16+
they also have this problem, so...v0.15.10+
Example docker command:
docker run -e SERVER_NAME=':8006' -e MERCURE_PUBLISHER_JWT_KEY='!ChangeThisMercureHubJWTSecretKey!' -e MERCURE_SUBSCRIBER_JWT_KEY='!ChangeThisMercureHubJWTSecretKey!' -p 8007:8006 dunglas/mercure:v0.15.10 caddy run --config /etc/caddy/Caddyfile.dev
results (actually nothing)
Docker inspect returns:
v0.15.9
Example docker command:
docker run -e SERVER_NAME=':8006' -e MERCURE_PUBLISHER_JWT_KEY='!ChangeThisMercureHubJWTSecretKey!' -e MERCURE_SUBSCRIBER_JWT_KEY='!ChangeThisMercureHubJWTSecretKey!' -p 8007:8006 dunglas/mercure:v0.15.9 caddy run --config /etc/caddy/Caddyfile.dev
results (actually logs of running process)
I tried to compare v0.15.9...v0.15.10 but it's hard to me to find something :(
On AMD64 newest docker images works perfectly.
RPI5 specs:
Linux fef91b1fd38c 6.6.45-v8-16k+ #1791 SMP PREEMPT Tue Aug 13 12:52:29 BST 2024 aarch64 GNU/Linux with 64bit
The text was updated successfully, but these errors were encountered: