-
Notifications
You must be signed in to change notification settings - Fork 834
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
Running kong/kong-gateway:3.2-alpine failing with kong/model/analytics/payload.proto: No such file or directory #639
Comments
Encounter the same error with kong 3.3.0 version
Any solution? |
I am also trying to upgrade to kong 3.3.1, encountered same error. I using https://download.konghq.com/gateway-3.x-alpine/. Did anyone face this issue? Any resolution? |
@alokrbl I don't have any solution for this particular case, but after numerous failed attempts to 3.2, 3.3, ... I realised that Ubuntu-based image does not suffer any issues, so I migrated straight to the latest |
I'm running Kong with Docker / Docker Compose on Windows and I can run it based on
kong/kong-gateway:2.8.1.0-alpine
without any problems,I'm trying to switch to Kong 3.x and I'm hitting some walls.
I'm following https://docs.konghq.com/gateway/3.2.x/install/docker/ and trying to run
kong/kong-gateway:3.2.1.0
, and the gateway terminates with:I see the same error for
kong/kong-gateway:<tag>
where<tag>
-s I've tried are 3.0, 3.1 and those with-alpine
and-ubuntu
.Running
kong/kong-gateway:3.1.0.0-alpine
fails with different errorRunning
kong/kong-gateway:3.2-alpine
fails with yet another errordocker-compose.yml
The text was updated successfully, but these errors were encountered: