-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gatewayd container exits unsuccessfully on v0.9.6 #568
Comments
@eabasir I couldn't reproduce it on my machine. It just works. |
Weired... any other one sees this issue? @sinadarbouy @hamedsalim1999 |
yes, I can reproduce this issue. It seems, as you said, there is a problem with the |
There is no issue with the darwin-arm64 binary that is being executed locally, though. The problem is when the linux-arm64 binary starts in a docker container. |
Some more inputs: Side not: I've noticed that the |
@eabasir |
@eabasir @sinadarbouy Can you test this again with the latest version to see if it is still reproducible? I couldn't reproduce this again. |
@mostafa Yes, we still have this issue. It seems to only appear on ARM machines.
I’ll take a look later today and see if I can sort it out. |
I checked it again, and it looks like the issue was caused by using the docker image rmi gatewaydio/gatewayd:latest it got fixed. So the problem’s gone, and we can close this task now. For future releases, we should probably use a specific release tag in Docker Compose instead of |
@sinadarbouy How about adding |
Yeah, using |
Expected Behavior
docker-compose should start the
gatewayd
container without any problems.Current Behavior
After the release v0.9.6 the
gatewayd
container exits unsuccessfully (exit code 1) due to failure at parsing theactionRedis
config.Failure Information (for bugs)
The failiure only occurs when running the latest version (0.9.6) in a docker container as described below. It doesn't show any errors after building and running the project locally (
go build main.go && ./main run
)Steps to Reproduce
docker-compose up
which by default uses the version 0.9.6GATEWAYD_VERSION
env var for thegatewayd
service in the docker-compose.yaml file and change the version to 0.9.5docker-compose up
again. The container should start successfully.Context
Failure Logs
The text was updated successfully, but these errors were encountered: